.hk-order-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hk-menu-search-panel {
  margin: 0 0 28px;
  padding: 22px;
  border: 1px solid rgba(240, 166, 79, 0.34);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.hk-menu-search-label {
  display: block;
  margin: 0 0 9px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.hk-menu-search-control {
  position: relative;
}

.hk-menu-search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  color: #f0a64f;
  font-size: 1.25rem;
  line-height: 1;
  transform: translateY(-50%) rotate(-20deg);
  pointer-events: none;
}

.hk-menu-search-input {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px 12px 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  background: #171717;
  color: #fff;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.hk-menu-search-input::placeholder {
  color: #bdbdbd;
}

.hk-menu-search-input:focus {
  border-color: #f0a64f;
  outline: 3px solid rgba(240, 166, 79, 0.26);
  outline-offset: 2px;
}

.hk-menu-search-status {
  min-height: 1.45em;
  margin: 9px 0 0;
  color: #d0d0d0;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .hk-menu-search-panel {
    margin-bottom: 20px;
    padding: 16px;
  }

  .hk-sa-launch {
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .hk-sa-launch::before {
    content: "\1F4AC";
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #111;
    font-size: 21px;
    line-height: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hk-menu-search-input {
    transition: none;
  }
}
