.floating-header,
.topbar {
  overflow: visible !important;
}

.ordering-guide-sign {
  position: absolute !important;
  top: calc(100% + 4px);
  left: clamp(26px, 6.4vw, 104px);
  z-index: 20 !important;
  display: flex;
  min-width: 180px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 10px 38px 10px 22px;
  border: 1px solid rgba(220, 231, 244, 0.86);
  border-radius: 4px;
  background:
    radial-gradient(circle at 15px 9px, #eef3f8 0 2px, #091735 3px 5px, transparent 6px),
    radial-gradient(circle at calc(100% - 15px) 9px, #eef3f8 0 2px, #091735 3px 5px, transparent 6px),
    linear-gradient(118deg, rgba(255, 255, 255, 0.2), transparent 28% 58%, rgba(255, 255, 255, 0.08) 72%, transparent),
    linear-gradient(180deg, #173b89 0%, #0a2467 48%, #06194c 100%);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.42),
    inset 0 0 0 2px rgba(2, 13, 43, 0.5),
    inset 0 -4px 0 #df0a17;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
  text-decoration: none;
  text-transform: uppercase;
  transform-origin: 50% -28px;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.ordering-guide-sign::before {
  content: "";
  position: absolute;
  right: 14px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.ordering-guide-sign::after {
  content: "";
  position: absolute;
  right: 29px;
  bottom: 100%;
  left: 29px;
  height: 31px;
  background:
    linear-gradient(76deg, transparent 46%, #dce5ef 47% 49%, #df0a17 50% 53%, transparent 54%) left / 34px 100% no-repeat,
    linear-gradient(-76deg, transparent 46%, #dce5ef 47% 49%, #df0a17 50% 53%, transparent 54%) right / 34px 100% no-repeat;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.ordering-guide-sign:hover,
.ordering-guide-sign:focus-visible {
  filter: brightness(1.14) saturate(1.08);
  transform: rotate(-1deg) translateY(2px);
  box-shadow:
    0 15px 28px rgba(0, 0, 0, 0.46),
    0 0 18px rgba(81, 161, 255, 0.25),
    inset 0 0 0 2px rgba(2, 13, 43, 0.5),
    inset 0 -4px 0 #df0a17;
}

.ordering-guide-sign:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (min-width: 621px) and (max-width: 1024px) {
  .ordering-guide-sign {
    left: 16px;
    min-width: 158px;
    min-height: 44px;
    padding: 9px 34px 9px 18px;
    font-size: 0.72rem;
  }
}

@media (max-width: 620px) {
  .ordering-guide-sign {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ordering-guide-sign {
    transition: none;
  }
}
