.holiday-destination{margin-top:28px;padding:24px;border:1px solid #b8cccd;border-radius:18px;background:linear-gradient(125deg,#faf4e9,#fff 50%,#edf8f7);scroll-margin-top:180px}
.holiday-destination[hidden]{display:none}
.holiday-destination h2{margin:8px 0 10px;font:700 clamp(1.35rem,2.3vw,1.85rem)/1.2 Georgia,serif;color:#0e2942;letter-spacing:-.02em}
.holiday-destination p{color:#50677a;font-size:14px;line-height:1.6;margin:0}
.destination-choices{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin:20px 0 16px}
.destination-choice{position:relative;text-align:start;border:1px solid #bac9cd;border-radius:12px;padding:17px 36px 17px 15px;min-height:88px;background:#fff;color:#0e2942;box-shadow:0 2px 5px #102b4010;transition:transform .18s,border-color .18s,box-shadow .18s}
.destination-choice strong,.destination-choice small{display:block}
.destination-choice strong{font-size:16px}.destination-choice small{font-size:12px;font-weight:400;color:#566e7c;margin-top:7px}
.destination-choice[aria-pressed=true]{background:linear-gradient(120deg,#f8efde,#f3faf9);border:2px solid #416a75;padding:16px 35px 16px 14px;box-shadow:0 3px 10px #14324214}
.destination-check{position:absolute;right:13px;top:16px;font-size:18px;color:#315d6b}
.destination-choice:hover{transform:translateY(-2px);border-color:#416a75;box-shadow:0 5px 12px #14324220}
.destination-choice:focus-visible{outline:3px solid #315d6b;outline-offset:3px}
.holiday-destination .destination-note{font-size:13px;border-top:1px solid #d9e1df;padding-top:14px}
.holiday-destination.has-error{border:2px solid #b33d38;background:linear-gradient(120deg,#fff3f1,#fff)}
.holiday-destination.has-error .destination-choice{border-color:#b33d38}
.holiday-destination #destination-error{color:#a72f2c;font-weight:650;margin-top:14px}
.route-mini b.destination-pending{border:1px dashed #8194a0;background:#fff;color:#536b7a;white-space:normal}
html[dir=rtl] .destination-choice{padding-inline:15px 36px}html[dir=rtl] .destination-check{right:auto;left:13px}
@media(max-width:600px){.holiday-destination{padding:18px 15px}.destination-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.destination-choice{min-width:0}.mode .route-mini{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){.destination-choice{transition:none}.destination-choice:hover{transform:none}}
