/* Homepage holidays: inherit Nero's typography, navy and yellow accents. */
body.home.tl-home-v1-preview .tl-home-flight-first .mdb.mod-okazje.in-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 48px !important;
  padding-bottom: 36px;
  border-top: 0;
}
.tl-holiday-home {
  --holiday-ink: #061b49;
  --holiday-muted: #586987;
  color: var(--holiday-ink);
  padding: 44px 0 40px;
  border-top: 1px solid #dfe6f1;
  border-bottom: 1px solid #dfe6f1;
}
.tl-holiday-home *, .tl-holiday-home *::before, .tl-holiday-home *::after { box-sizing: border-box; }
.tl-holiday-head { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.tl-holiday-eyebrow { display: block; margin: 0 0 10px; color: #0752a5; font-size: 13px; font-weight: 700; }
.tl-holiday-eyebrow span { padding: 0 7px; }
.tl-holiday-home h2 { margin: 0; color: var(--holiday-ink); font-size: clamp(26px, 2.6vw, 36px); line-height: 1.2; letter-spacing: -.035em; }
.tl-holiday-head p { margin: 12px 0 0; color: var(--holiday-muted); font-size: 15px; line-height: 1.55; }
.tl-holiday-home a { text-decoration: none; }
.tl-holiday-all { display: inline-flex; flex-shrink: 0; align-items: center; gap: 13px; min-height: 44px; color: #0752a5; font-size: 14px; font-weight: 700; }
.tl-holiday-all:hover { text-decoration: underline; }
.tl-holiday-all span { font-size: 23px; }
.tl-holiday-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 25px 0 20px; }
.tl-holiday-periods { display: flex; flex-wrap: wrap; gap: 8px; }
.tl-holiday-periods[hidden] { display: none; }
.tl-holiday-periods button { appearance: none; min-height: 44px; padding: 0 20px; border: 1px solid #d7e1ef; border-radius: 24px; background: #fff; color: var(--holiday-ink); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.tl-holiday-periods button[aria-pressed="true"] { border-color: var(--holiday-ink); background: var(--holiday-ink); color: #fff; }
.tl-holiday-periods button:hover { border-color: #0752a5; }
.tl-holiday-selection { margin: 0; color: var(--holiday-muted); font-size: 12px; line-height: 1.5; }
.tl-holiday-cards { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.tl-holiday-cards > div { min-width: 0; }
.tl-holiday-card { display: flex; height: 100%; flex-direction: column; overflow: hidden; border: 1px solid #dce4ef; border-radius: 16px; background: #fff; color: var(--holiday-ink); transition: box-shadow .18s ease, border-color .18s ease; }
.tl-holiday-card:hover { color: var(--holiday-ink); border-color: #9cb6d7; box-shadow: 0 8px 24px #061b4912; }
.tl-holiday-card img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.tl-holiday-card-body { display: flex; flex: 1; flex-direction: column; padding: 18px 17px 16px; }
.tl-holiday-home .tl-holiday-card h3 { margin: 0; padding: 0; color: var(--holiday-ink); font-size: 22px; font-weight: 700; line-height: 1.3; }
.tl-holiday-card p { margin: 9px 0 20px; color: var(--holiday-muted); font-size: 13px; line-height: 1.6; }
.tl-holiday-card-cta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; color: #0752a5; font-size: 13px; font-weight: 700; }
.tl-holiday-card-cta > span { display: grid; place-items: center; flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: #ffbd18; color: var(--holiday-ink); font-size: 21px; }
.tl-holiday-foot { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-top: 18px; color: var(--holiday-muted); font-size: 11px; line-height: 1.65; }
.tl-holiday-foot p { margin: 0; }
.tl-holiday-foot details { max-width: 460px; }
.tl-holiday-foot summary { min-height: 28px; cursor: pointer; font-weight: 700; }
.tl-holiday-foot details p { padding-top: 7px; }
.tl-holiday-foot a { color: #0752a5; text-decoration: underline; }
.tl-holiday-swipe { display: none; }
.tl-holiday-home :is(a, button, summary):focus-visible { outline: 3px solid #0752a5; outline-offset: 3px; }
@media (max-width: 1100px) {
  .tl-holiday-head { align-items: flex-start; }
  .tl-holiday-cards { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 260px; overflow-x: auto; padding: 4px 4px 16px; margin: -4px; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .tl-holiday-cards > div { scroll-snap-align: start; }
  .tl-holiday-swipe { display: block; margin: 0 0 12px; color: var(--holiday-muted); font-size: 12px; }
  .tl-holiday-swipe span { padding-left: 6px; }
}
@media (max-width: 640px) {
  body.home.tl-home-v1-preview .tl-home-flight-first .mdb.mod-okazje.in-content { padding-top: 32px !important; padding-bottom: 28px; }
  .tl-holiday-home { padding-top: 30px; padding-bottom: 28px; }
  .tl-holiday-head { display: block; }
  .tl-holiday-home h2 { max-width: 370px; font-size: 28px; }
  .tl-holiday-head p { font-size: 14px; }
  .tl-holiday-all { margin-top: 9px; }
  .tl-holiday-toolbar { display: block; margin-top: 13px; margin-bottom: 14px; }
  .tl-holiday-periods { gap: 6px; }
  .tl-holiday-periods button { padding-right: 15px; padding-left: 15px; font-size: 12px; }
  .tl-holiday-selection { margin-top: 12px; }
  .tl-holiday-cards { grid-auto-columns: 82%; gap: 14px; }
  .tl-holiday-card-body { padding: 17px; }
  .tl-holiday-foot { display: block; margin-top: 16px; }
  .tl-holiday-foot details { margin-top: 8px; }
  .tl-holiday-foot summary { min-height: 44px; padding-top: 8px; }
}
@media (prefers-reduced-motion: reduce) { .tl-holiday-card { transition: none; } }
