:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #002b56; background: #f6f7f8; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible, summary:focus-visible, iframe:focus-visible { outline: 3px solid #3777bc; outline-offset: 4px; }
.skip-link { position: absolute; inset-block-start: -100px; inset-inline-start: 16px; background: white; padding: 12px 18px; z-index: 5; }
.skip-link:focus { inset-block-start: 12px; }
.page-header { display: flex; align-items: center; gap: 24px; padding: 8px clamp(16px, 3vw, 48px); background: #fff; border-bottom: 1px solid #dbe3eb; }
.brand { display: flex; flex: 0 0 auto; }
.brand img { object-fit: contain; display: block; }
.heading { flex: 1; }
.eyebrow { margin: 0 0 5px; color: #586b7e; font-size: 11px; letter-spacing: 1.4px; }
h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(22px, 2.4vw, 29px); font-weight: normal; }
.header-actions { display: flex; align-items: center; gap: 25px; font-size: 13px; }
.back-link { text-decoration: none; padding: 10px 0; white-space: nowrap; }
.back-link:hover { text-decoration: underline; }
.languages { display: flex; gap: 2px; border: 1px solid #dbe3eb; border-radius: 5px; padding: 3px; }
.languages a { padding: 9px 10px; border-radius: 3px; font-size: 12px; font-weight: 700; text-decoration: none; }
.languages a[aria-current="page"] { background: #002b56; color: #fff; }
.booking-shell { position: relative; background: #fff; }
#booking-frame { display: block; width: 100%; height: calc(100vh - 143px); height: calc(100dvh - 143px); min-height: 560px; border: 0; background: #fff; }
.loading-note { position: absolute; inset-block-start: 14px; left: 50%; transform: translateX(-50%); z-index: 1; margin: 0; padding: 12px 18px; border: 1px solid #dbe3eb; border-radius: 5px; background: #fff; color: #586b7e; font-size: 14px; text-align: center; pointer-events: none; }
.back-link > span[aria-hidden] { display: inline-block; }
[dir="rtl"] .back-link > span[aria-hidden] { transform: rotate(180deg); }
.loading-note[hidden] { display: none; }
.page-footer { display: flex; justify-content: center; align-items: baseline; flex-wrap: wrap; gap: 10px 18px; padding: 16px; color: #586b7e; font-size: 12px; border-top: 1px solid #dbe3eb; }
.page-footer > a { white-space: nowrap; }
.booking-help { max-width: 520px; }
.booking-help summary { cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.booking-help > div { padding-block-start: 6px; line-height: 1.65; }
.booking-help p { margin: 6px 0; }
.booking-help a { color: #005b99; }
.noscript-note { padding: 30px 20px; line-height: 1.7; text-align: center; }
@media (max-width: 600px) {
  .page-header { gap: 14px; padding: 10px 14px; flex-wrap: wrap; }
  .brand img { width: 83px; height: 56px; }
  .eyebrow { font-size: 10px; letter-spacing: .6px; }
  h1 { font-size: 23px; }
  .header-actions { width: 100%; justify-content: space-between; gap: 12px; border-top: 1px solid #eef1f4; padding-top: 7px; }
  .languages a { padding: 7px 11px; }
  #booking-frame { height: calc(100vh - 193px); height: calc(100dvh - 193px); min-height: 570px; }
  .page-footer { justify-content: flex-start; padding-inline: 16px; }
  .booking-help { flex-basis: 100%; }
  .loading-note { width: max-content; max-width: calc(100% - 32px); }
}
