dialog.kmh-departure-picker { box-sizing:border-box; width:340px; max-width:calc(100vw - 24px); max-height:calc(100vh - 24px); padding:18px; border:1px solid #cbd5e1; border-radius:12px; background:#fff; color:#172b3a; box-shadow:0 16px 48px #0003; }
.kmh-departure-picker::backdrop { background:#102a434d; }
.kmh-date-heading { display:flex; align-items:center; justify-content:space-between; gap:8px; margin-bottom:14px; }
.kmh-date-week,.kmh-date-days { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:3px; text-align:center; }
.kmh-date-week { font-size:12px; margin-bottom:6px; }
.kmh-departure-picker button { min-width:0; min-height:36px; margin:0; padding:5px; border:1px solid #d8e0e6; border-radius:5px; background:#fff; color:#172b3a; font:inherit; cursor:pointer; }
.kmh-departure-picker button:disabled { opacity:.35; cursor:default; }
.kmh-departure-picker button:focus-visible { outline:3px solid #087f8c; outline-offset:1px; }
.kmh-departure-picker button[aria-current=date] { background:#087f8c; color:white; }
.kmh-departure-picker [data-close] { margin-top:14px; width:100%; }
