@media (max-width: 860px) {
  body .floating-home {
    top: auto !important;
    right: auto !important;
    bottom: 20px !important;
    left: 14px !important;
    gap: 10px !important;
    padding: 10px 16px 10px 10px !important;
    font-size: 1rem !important;
    max-width: calc(100vw - 84px) !important;
    z-index: 1300;
  }

  body .floating-home .home-dot {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    font-size: 1.25rem !important;
  }

  body .floating-home .home-label {
    display: inline;
    padding-left: 0;
    font-size: inherit !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 600px) {
  body .floating-home {
    bottom: 16px !important;
    left: 12px !important;
    padding: 10px 16px 10px 10px !important;
    max-width: calc(100vw - 80px) !important;
  }
}
