/* Three presentation fixes; booking, payment and notification state are untouched. */
.booking-panel .arrival-time-select{display:block;width:100%;min-height:56px;padding:15px 42px 15px 0;border:0;border-bottom:1px solid #94909f;border-radius:0;background-color:transparent;color:#24213f;font:inherit;font-size:16px;line-height:1.5;font-variant-numeric:tabular-nums;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23211a51' stroke-width='1.8'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}
.booking-panel .arrival-time-select:focus-visible{outline:2px solid #211a51;outline-offset:4px;border-bottom-color:#211a51}
.booking-panel .arrival-time-select option{background:#fff;color:#24213f}
.booking-panel .arrival-time-select[aria-invalid=true]{border-bottom-color:#bb2424}
.special-rate-note{display:inline-flex;align-items:flex-start;gap:9px;max-width:100%;margin-top:10px;padding:12px 14px;border-radius:7px;border:1px solid #d9e9df;background:#eef6f2;color:#185f53;font-size:13px;line-height:1.6;text-align:left}
.special-rate-note strong{display:block;font:inherit;font-weight:600;color:inherit}
.special-rate-note a{color:#185f53;font-size:12px;text-decoration:underline;text-underline-offset:3px}
.special-rate-note a:focus-visible{outline:2px solid #185f53;outline-offset:3px}
.special-rate-mark{font-size:17px;line-height:1.4}
@media(max-width:700px){.booking-panel .arrival-time-select{min-height:58px;font-size:16px}.special-rate-note{padding:11px 12px;font-size:13px}}
