.loader,
#overlayer {
  display: none !important;
}

html.no-js .owl-carousel {
  display: block;
}

.tr-no-js-menu {
  display: none;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.tr-no-js-menu a {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .tr-no-js-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    width: 100%;
  }
}

.spain-map-page {
  background: #f7fbfc;
  color: #263238;
}

.spain-map-hero {
  background:
    linear-gradient(135deg, rgba(23, 61, 86, 0.9), rgba(26, 157, 126, 0.76)),
    url("/media/Best%20Cities%20to%20Visit%20in%20Spain.webp") center/cover;
  color: #fff;
  padding: 146px 0 66px;
}

.spain-map-hero__grid {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
}

.spain-map-eyebrow {
  color: #1a9d7e;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.spain-map-hero .spain-map-eyebrow {
  color: #f6c34a;
}

.spain-map-hero h1,
.spain-map-hero p {
  color: #fff;
}

.spain-map-hero h1 {
  font-family: "Source Serif Pro", serif;
  font-size: clamp(46px, 5vw, 78px);
  line-height: 0.98;
  margin: 0 0 18px;
}

.spain-map-hero p {
  font-size: 19px;
  line-height: 1.65;
  margin: 0;
  max-width: 700px;
}

.spain-map-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.spain-map-hero__actions a {
  align-items: center;
  background: #f6c34a;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #173d56;
  display: inline-flex;
  font-weight: 900;
  min-height: 46px;
  padding: 0 20px;
}

.spain-map-hero__actions a + a {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.spain-map-hero__media {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
}

.spain-map-hero__media img {
  aspect-ratio: 16 / 11;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.spain-map-workspace,
.spain-map-metrics,
.spain-map-guide {
  padding: 72px 0;
}

.spain-map-workspace {
  background: #fff;
}

.spain-map-workspace__head {
  align-items: end;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  margin-bottom: 24px;
}

.spain-map-workspace__head h2,
.spain-map-section-head h2,
.spain-map-chart__head h2 {
  color: #173d56;
  font-family: "Source Serif Pro", serif;
  font-size: 38px;
  line-height: 1.12;
  margin: 0;
}

.spain-map-search label {
  color: #173d56;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
}

.spain-map-search input {
  background: #f7fbfc;
  border: 1px solid #dce8ed;
  border-radius: 8px;
  color: #263238;
  min-height: 48px;
  outline: 0;
  padding: 0 14px;
  width: 100%;
}

.spain-map-search input:focus {
  border-color: #1a9d7e;
  box-shadow: 0 0 0 3px rgba(26, 157, 126, 0.14);
}

.spain-map-tabs {
  display: grid;
  gap: 18px;
}

.spain-map-fullbleed {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.spain-map-fullbleed .spain-map-tablist,
.spain-map-fullbleed .spain-map-panels {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.spain-map-tablist {
  background: #f2f8f7;
  border: 1px solid rgba(26, 157, 126, 0.16);
  border-radius: 8px;
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 520px;
  padding: 5px;
}

.spain-map-tab {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #60727f;
  cursor: pointer;
  font-weight: 900;
  min-height: 42px;
  padding: 0 16px;
}

.spain-map-tab.is-active {
  background: #173d56;
  color: #fff;
}

.spain-map-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.spain-map-mapframe {
  border-radius: 0;
  box-shadow: 0 24px 64px rgba(23, 61, 86, 0.12);
  min-height: min(760px, calc(100vh - 92px));
  overflow: hidden;
  position: relative;
}

.spain-map-canvas {
  align-items: center;
  background: #eef6f4;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  display: flex;
  height: min(760px, calc(100vh - 92px));
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.spain-map-canvas.leaflet-container {
  display: block;
}

.spain-map-canvas.leaflet-container .spain-map-empty {
  display: none;
}

.spain-map-empty {
  color: #60727f;
  font-weight: 800;
  padding: 24px;
  text-align: center;
}

.spain-map-city-marker,
.spain-map-landmark-marker,
.spain-map-route-marker,
.spain-map-user-marker {
  filter: drop-shadow(0 7px 10px rgba(23, 61, 86, 0.24));
}

.spain-map-tools,
.spain-map-gesture-note {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 61, 86, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 61, 86, 0.12);
  left: 14px;
  position: absolute;
  z-index: 500;
}

.spain-map-tools {
  align-items: center;
  display: flex;
  gap: 10px;
  max-width: min(520px, calc(100% - 28px));
  min-height: 44px;
  padding: 8px;
  top: 78px;
}

.spain-map-tools button {
  background: #173d56;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 34px;
  padding: 0 14px;
}

.spain-map-tools button:hover,
.spain-map-tools button:focus {
  background: #1a9d7e;
}

.spain-map-tools span {
  color: #60727f;
  font-size: 12px;
  font-weight: 800;
}

.spain-map-gesture-note {
  bottom: 18px;
  color: #173d56;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
  max-width: min(410px, calc(100% - 430px));
  padding: 10px 12px;
}

.spain-map-story {
  align-self: stretch;
  background: rgba(23, 61, 86, 0.94);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(23, 61, 86, 0.22);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-height: 0;
  padding: 18px;
}

.spain-map-story--overlay {
  bottom: 18px;
  max-height: calc(100% - 36px);
  max-width: 390px;
  overflow: auto;
  position: absolute;
  right: 18px;
  width: min(390px, calc(100% - 36px));
  z-index: 500;
}

.spain-map-story__image {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  display: block;
  margin-bottom: 8px;
  object-fit: cover;
  width: 100%;
}

.spain-map-story__credit {
  color: rgba(255, 255, 255, 0.58);
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 14px;
}

.spain-map-story__credit:hover,
.spain-map-story__credit:focus {
  color: #f6c34a;
}

.spain-map-story span {
  color: #f6c34a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.spain-map-story h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.12;
  margin: 0 0 12px;
}

.spain-map-story p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  margin: 0;
}

.spain-map-story__meta {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 12px;
}

.spain-map-story__meta strong,
.spain-map-story__meta em {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.spain-map-story__meta em {
  color: #f6c34a;
}

.spain-map-story__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.spain-map-story__actions button,
.spain-map-story__actions a {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
}

.spain-map-story__actions button {
  background: #f6c34a;
  color: #173d56;
}

.spain-map-story__actions a {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.spain-map-story__actions button:hover,
.spain-map-story__actions button:focus,
.spain-map-story__actions a:hover,
.spain-map-story__actions a:focus {
  background: #1a9d7e;
  color: #fff;
}

.spain-map-story__status {
  color: rgba(255, 255, 255, 0.72) !important;
  display: block;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  margin-top: 10px !important;
  text-transform: none !important;
}

.spain-map-story__stops {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.spain-map-story__stops li {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.84);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  grid-template-columns: 24px minmax(0, 1fr);
  padding: 8px;
}

.spain-map-story__stops strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.25;
}

.spain-map-story__stops span {
  align-items: center;
  background: #f6c34a;
  border-radius: 999px;
  color: #173d56;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
  width: 24px;
}

.spain-map-panels {
  min-height: 250px;
}

.spain-map-panel[hidden] {
  display: none;
}

.spain-map-item-grid,
.spain-route-builder,
.spain-route-ideas,
.spain-map-stats,
.spain-plan-grid,
.spain-map-intro-grid,
.spain-related-guides__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spain-map-item-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spain-route-builder {
  margin-bottom: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spain-map-item,
.spain-route-card {
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  color: #263238;
  cursor: pointer;
  min-height: 154px;
  padding: 18px;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.spain-map-item:hover,
.spain-map-item:focus,
.spain-route-card:hover,
.spain-route-card:focus {
  border-color: rgba(26, 157, 126, 0.4);
  box-shadow: 0 16px 34px rgba(23, 61, 86, 0.1);
  outline: 0;
  transform: translateY(-2px);
}

.spain-map-item[hidden] {
  display: none;
}

.spain-map-item span,
.spain-route-card span,
.spain-route-idea span,
.spain-map-section-head span,
.spain-city-section__body > span,
.spain-related-card span {
  color: #1a9d7e;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.spain-map-item strong {
  color: #173d56;
  display: block;
  font-size: 21px;
  line-height: 1.12;
  margin-bottom: 8px;
}

.spain-route-card strong {
  color: #173d56;
  display: block;
  font-size: 20px;
  line-height: 1.16;
  margin-bottom: 8px;
}

.spain-map-item em,
.spain-route-card em,
.spain-related-card em {
  color: #60727f;
  display: block;
  font-style: normal;
  line-height: 1.55;
}

.spain-route-card small {
  border-bottom: 2px solid #f6c34a;
  color: #173d56;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 14px;
  padding-bottom: 2px;
}

.spain-map-metrics {
  background: #f7fbfc;
}

.spain-map-metrics__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
}

.spain-map-stat,
.spain-route-idea,
.spain-map-copy-card,
.spain-plan-grid article,
.spain-faq-item,
.spain-related-card {
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(23, 61, 86, 0.06);
}

.spain-map-stat {
  min-height: 170px;
  padding: 22px;
}

.spain-map-stat strong {
  color: #173d56;
  display: block;
  font-family: "Source Serif Pro", serif;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 8px;
}

.spain-map-stat span {
  color: #173d56;
  display: block;
  font-weight: 900;
  margin-bottom: 8px;
}

.spain-map-stat p,
.spain-route-idea p,
.spain-map-copy-card p,
.spain-plan-grid p,
.spain-city-section p,
.spain-landmark-grid p,
.spain-faq-item p,
.spain-map-chart__head p {
  color: #60727f;
  line-height: 1.68;
  margin: 0;
}

.spain-map-chart {
  background: #173d56;
  border-radius: 8px;
  color: #fff;
  padding: 26px;
}

.spain-map-chart__head {
  margin-bottom: 22px;
}

.spain-map-chart__head span {
  color: #f6c34a;
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.spain-map-chart__head h2,
.spain-map-chart__head p,
.spain-map-chart__row strong {
  color: #fff;
}

.spain-map-chart__row {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 210px) minmax(0, 1fr);
  margin-top: 14px;
}

.spain-map-chart__row div {
  min-width: 0;
}

.spain-map-chart__row strong,
.spain-map-chart__row span {
  display: block;
}

.spain-map-chart__row span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.spain-map-chart__row em {
  align-self: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  display: block;
  height: 12px;
  overflow: hidden;
}

.spain-map-chart__row i {
  background: #f6c34a;
  border-radius: inherit;
  display: block;
  height: 100%;
  width: var(--spain-map-chart-width);
}

.spain-map-guide {
  background: #fff;
}

.spain-map-guide__layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 260px minmax(0, 1fr);
}

.spain-map-sidebar {
  align-self: start;
  max-height: calc(100vh - 118px);
  overflow: auto;
  position: sticky;
  top: 94px;
}

.spain-map-sidebar h2,
.spain-related-box h3 {
  color: #173d56;
  font-size: 18px;
  margin: 0 0 12px;
}

.spain-map-sidebar nav,
.spain-related-box {
  background: #f7fbfc;
  border: 1px solid rgba(23, 61, 86, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 16px;
}

.spain-related-box {
  margin-top: 16px;
}

.spain-map-sidebar a,
.spain-related-box a {
  color: #173d56;
  font-weight: 800;
}

.spain-map-sidebar a:hover,
.spain-related-box a:hover {
  color: #1a9d7e;
}

.spain-map-copy {
  min-width: 0;
}

.spain-map-section-head {
  margin-bottom: 20px;
}

.spain-map-copy-card,
.spain-plan-grid article,
.spain-route-idea {
  padding: 22px;
}

.spain-map-copy-card h3,
.spain-plan-grid h3,
.spain-route-idea h3 {
  color: #173d56;
  font-size: 22px;
  line-height: 1.18;
  margin: 0 0 10px;
}

.spain-city-section {
  border-top: 1px solid rgba(23, 61, 86, 0.1);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  margin-top: 34px;
  padding-top: 34px;
}

.spain-city-section figure {
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  position: sticky;
  top: 94px;
}

.spain-city-section img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.spain-city-section h3 {
  color: #173d56;
  font-family: "Source Serif Pro", serif;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 14px;
}

.spain-city-section p + p {
  margin-top: 12px;
}

.spain-landmark-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.spain-landmark-grid section {
  background: #f7fbfc;
  border: 1px solid rgba(23, 61, 86, 0.08);
  border-radius: 8px;
  padding: 16px;
}

.spain-landmark-grid h4 {
  color: #173d56;
  font-size: 18px;
  line-height: 1.18;
  margin: 0 0 8px;
}

.spain-plan-section,
.spain-related-guides,
.spain-map-faq {
  border-top: 1px solid rgba(23, 61, 86, 0.1);
  margin-top: 44px;
  padding-top: 42px;
}

.spain-related-card {
  color: #263238;
  display: block;
  overflow: hidden;
}

.spain-related-card img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.spain-related-card span,
.spain-related-card strong,
.spain-related-card em {
  margin-left: 18px;
  margin-right: 18px;
}

.spain-related-card span {
  margin-top: 18px;
}

.spain-related-card strong {
  color: #173d56;
  display: block;
  font-size: 23px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.spain-related-card em {
  margin-bottom: 20px;
}

.spain-faq-item {
  margin-top: 12px;
  padding: 0;
}

.spain-faq-item summary {
  color: #173d56;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  padding: 18px 20px;
}

.spain-faq-item summary::-webkit-details-marker {
  display: none;
}

.spain-faq-item p {
  border-top: 1px solid rgba(23, 61, 86, 0.08);
  padding: 16px 20px 20px;
}

.spain-map-popup strong,
.spain-map-popup span {
  display: block;
}

.spain-map-popup strong {
  color: #173d56;
  font-size: 16px;
  margin-bottom: 4px;
}

.spain-map-popup span {
  color: #60727f;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .spain-map-hero {
    padding: 118px 0 52px;
  }

  .spain-map-hero__grid,
  .spain-map-workspace__head,
  .spain-map-layout,
  .spain-map-metrics__grid,
  .spain-map-guide__layout,
  .spain-city-section {
    grid-template-columns: 1fr;
  }

  .spain-map-hero__media,
  .spain-map-sidebar,
  .spain-city-section figure {
    position: static;
  }

  .spain-map-mapframe {
    min-height: 420px;
  }

  .spain-map-canvas {
    height: 420px;
  }

  .spain-map-item-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spain-map-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .spain-map-hero h1 {
    font-size: 42px;
  }

  .spain-map-workspace,
  .spain-map-metrics,
  .spain-map-guide {
    padding: 48px 0;
  }

  .spain-map-workspace__head h2,
  .spain-map-section-head h2,
  .spain-map-chart__head h2 {
    font-size: 30px;
  }

  .spain-map-tablist,
  .spain-map-stats,
  .spain-map-item-grid,
  .spain-map-item-grid--compact,
  .spain-route-builder,
  .spain-route-ideas,
  .spain-map-intro-grid,
  .spain-plan-grid,
  .spain-landmark-grid,
  .spain-related-guides__grid,
  .spain-map-sidebar nav {
    grid-template-columns: 1fr;
  }

  .spain-map-canvas {
    height: 330px;
  }

  .spain-map-mapframe {
    box-shadow: none;
    display: grid;
    gap: 12px;
    min-height: 0;
    overflow: visible;
  }

  .spain-map-tools,
  .spain-map-gesture-note {
    left: auto;
    margin: 0 12px;
    max-width: none;
    position: static;
    right: auto;
  }

  .spain-map-tools {
    align-items: start;
    display: grid;
    top: auto;
  }

  .spain-map-gesture-note {
    bottom: auto;
  }

  .spain-map-story--overlay {
    max-height: none;
    max-width: none;
    position: static;
    width: 100%;
  }

  .spain-map-story,
  .spain-map-chart {
    padding: 20px;
  }

  .spain-map-chart__row {
    grid-template-columns: 1fr;
  }

  .spain-city-section h3 {
    font-size: 32px;
  }

  .spain-city-section img {
    aspect-ratio: 16 / 10;
  }
}

.tr-hero h1 {
  letter-spacing: 0;
}

.tr-hero,
.tr-hero.tr-hero--route {
  margin-bottom: 0;
}

.hero-route-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
}

.tr-hero .tr-hero-slides {
  overflow: hidden;
}

.tr-hero .tr-hero-slides img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-image-credit,
.hero-image-credit a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.route-search-form .form-control {
  min-height: 52px;
}

.hero-search-row {
  margin-top: 26px;
}

.page-toc {
  background: transparent;
  border: 0;
  margin: 20px 0 10px;
  position: relative;
  z-index: 15;
}

.page-toc__scroll {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  overflow-x: auto;
  padding: 10px 0 12px;
  scrollbar-width: thin;
}

.page-toc__label {
  display: none;
}

.page-toc a {
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(105, 152, 171, 0.42);
  border-radius: 0;
  color: #173d56;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 4px 0 7px;
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.page-toc a:hover,
.page-toc a:focus {
  background: transparent;
  border-color: #1a9d7e;
  color: #1a9d7e;
}

#popular-routes,
#service,
#popular-destinations,
#city-map,
#subscribe,
#route-deals,
#route-statistics,
#route-guide,
#more-routes,
#page-info {
  scroll-margin-top: 92px;
}

.route-search-form {
  width: 100%;
}

.route-search-form__row {
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.route-search-form__row > [class*="col-"],
.route-search-form > .row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.route-search-form .btn {
  min-height: 52px;
}

.route-search-form__error {
  background: rgba(209, 68, 68, 0.1);
  border: 1px solid rgba(209, 68, 68, 0.24);
  border-radius: 8px;
  color: #9b2424;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 10px 12px;
}

.city-autocomplete-wrap {
  position: relative;
}

.city-autocomplete-menu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  display: none;
  left: 15px;
  max-height: 270px;
  overflow: auto;
  position: absolute;
  right: 15px;
  top: calc(100% + 4px);
  z-index: 40;
}

.city-autocomplete-menu.is-open {
  display: block;
}

.city-autocomplete-menu button {
  background: transparent;
  border: 0;
  color: #263238;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.35;
  padding: 10px 12px;
  text-align: left;
  width: 100%;
}

.city-autocomplete-menu button:hover,
.city-autocomplete-menu button:focus {
  background: #f3f8f6;
  outline: 0;
}

.route-card,
.deal-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(38, 50, 56, 0.08);
  color: #263238;
  display: block;
  min-height: 150px;
  padding: 22px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.deal-card.partner-link,
.flight-deal-card.partner-link {
  appearance: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
  width: 100%;
}

.deal-card.partner-link:focus-visible,
.flight-deal-card.partner-link:focus-visible,
.airport-transfer-partner:focus-visible {
  outline: 3px solid rgba(26, 157, 126, 0.28);
  outline-offset: 3px;
}

.route-card:hover,
.deal-card:hover {
  color: #263238;
  box-shadow: 0 18px 42px rgba(38, 50, 56, 0.12);
  text-decoration: none;
  transform: translateY(-2px);
}

.route-card strong,
.deal-card strong {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.route-card span,
.deal-card span,
.deal-card small {
  color: #6c757d;
  display: block;
}

.route-card__mode,
.deal-card__source {
  color: #1a9d7e !important;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.deal-card em {
  color: #1a9d7e;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-top: 16px;
}

.deal-card--with-image {
  min-height: 340px;
  overflow: hidden;
  padding: 0;
}

.deal-card__image {
  background: #eef6f4;
  color: inherit !important;
  display: block;
  height: 148px;
  overflow: hidden;
}

.deal-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.deal-card:hover .deal-card__image img {
  transform: scale(1.035);
}

.deal-card__body {
  color: inherit !important;
  display: block;
  padding: 20px 22px 22px;
}

.route-search-shell {
  position: relative;
}

.route-search-placeholder,
.route-search-form__sticky-submit {
  display: none;
}

.route-search-shell.is-fixed .route-search-placeholder {
  display: block;
}

.route-search-shell.is-fixed .hero-search-row {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(23, 61, 86, 0.08);
  border-radius: 0;
  box-shadow: 0 8px 20px rgba(23, 61, 86, 0.1);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 28px 0;
  position: fixed;
  top: 0;
  z-index: 95;
}

.route-search-shell.is-fixed .hero-search-row > .col-12 {
  flex: 0 1 auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.route-search-shell.is-fixed .route-search-form > .row.align-items-center {
  display: none;
}

.route-search-shell.is-fixed .route-search-form {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  width: auto;
}

.route-search-shell.is-fixed .route-search-form__row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 210px 210px 170px 170px 150px 156px;
  margin: 0 !important;
  max-width: calc(100vw - 48px);
  width: max-content;
}

.route-search-shell.is-fixed .route-search-form__row > [class*="col-"] {
  flex: none;
  margin-bottom: 0 !important;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.route-search-shell.is-fixed .route-search-form__sticky-submit {
  display: block;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .route-search-shell.is-fixed .route-search-form__row {
    grid-template-columns: 170px 170px 140px 140px 118px 132px;
  }
}

.route-search-form--compact .route-search-form__row {
  margin-bottom: 0 !important;
}

.route-search-form--compact .form-control,
.route-search-form--compact .btn {
  font-size: 13px;
  min-height: 42px;
}

.route-search-form--compact .city-autocomplete-menu {
  z-index: 120;
}

.flight-deal-card {
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(23, 61, 86, 0.08);
  color: #263238;
  display: flex;
  flex-direction: column;
  min-height: 315px;
  padding: 18px;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.flight-deal-card:hover {
  color: #263238;
  box-shadow: 0 22px 48px rgba(23, 61, 86, 0.14);
  text-decoration: none;
  transform: translateY(-2px);
}

.flight-deal-card__top,
.flight-deal-card__bottom,
.flight-deal-card__timeline {
  display: flex;
}

.flight-deal-card__top,
.flight-deal-card__bottom {
  align-items: center;
  justify-content: space-between;
}

.flight-deal-card__airline {
  align-items: center;
  color: #263238 !important;
  display: flex !important;
  gap: 8px;
  font-weight: 700;
  min-width: 0;
}

.flight-deal-card__airline img {
  flex: 0 0 auto;
  max-height: 24px;
  max-width: 72px;
  object-fit: contain;
}

.flight-deal-card__pill {
  background: #e8f5f2;
  border-radius: 999px;
  color: #007f67 !important;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
}

.flight-deal-card strong {
  color: #173d56;
  display: block;
  font-size: 23px;
  letter-spacing: 0;
  margin: 26px 0 4px;
}

.flight-deal-card__route {
  color: #60727f !important;
  display: block;
  font-size: 14px;
  margin-bottom: 18px;
}

.flight-deal-card__timeline {
  align-items: center;
  border-bottom: 1px solid #e6edf2;
  border-top: 1px solid #e6edf2;
  gap: 12px;
  margin-bottom: 18px;
  padding: 16px 0;
}

.flight-deal-card__timeline > span:not(.flight-deal-card__line) {
  flex: 1 1 0;
  min-width: 0;
}

.flight-deal-card__timeline b,
.flight-deal-card__timeline small {
  display: block;
}

.flight-deal-card__timeline b {
  color: #263238;
  font-size: 24px;
  line-height: 1;
}

.flight-deal-card__timeline small {
  color: #60727f;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 6px;
}

.flight-deal-card__line {
  align-items: center;
  color: #6998ab !important;
  display: flex !important;
  flex: 0 0 78px;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  position: relative;
  text-align: center;
}

.flight-deal-card__line:before {
  background: #c8d8df;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.flight-deal-card__line em {
  background: #fff;
  color: #6998ab;
  font-style: normal;
  padding: 0 6px;
  position: relative;
}

.flight-deal-card__bottom {
  margin-top: auto;
}

.flight-deal-card__bottom em {
  color: #1a9d7e;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

.flight-deal-card__bottom span {
  background: #173d56;
  border-radius: 999px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 16px;
}

.route-card--media {
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.route-card__thumb {
  background: #eef6f4;
  display: block;
  height: 142px;
  overflow: hidden;
}

.route-card__thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.route-card--media:hover .route-card__thumb img {
  transform: scale(1.035);
}

.route-card__copy {
  display: block;
  padding: 18px 20px 20px;
}

.route-card__copy em {
  color: #1a9d7e;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-top: 14px;
}

.popular-route-tabs {
  margin-top: -12px;
}

.popular-route-tabs__list {
  background: #edf7f4;
  border: 1px solid rgba(26, 157, 126, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
  padding: 6px;
}

.popular-route-tabs__tab {
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #1b4960;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  margin: 0;
  min-height: 52px;
  padding: 0 16px;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.popular-route-tabs__tab em {
  align-items: center;
  background: rgba(26, 157, 126, 0.12);
  border-radius: 999px;
  color: #1a9d7e;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  height: 24px;
  justify-content: center;
  min-width: 28px;
  padding: 0 8px;
}

.popular-route-tabs__tab.is-active {
  background: #183f56;
  box-shadow: 0 12px 28px rgba(24, 63, 86, 0.14);
  color: #fff;
}

.popular-route-tabs__tab.is-active em {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.popular-route-tabs__tab:focus-visible {
  outline: 3px solid rgba(26, 157, 126, 0.28);
  outline-offset: 2px;
}

.popular-route-tabs__panel[hidden] {
  display: none;
}

.popular-route-tabs__summary {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.popular-route-tabs__summary strong {
  color: #183f56;
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

.popular-route-tabs__summary p {
  color: #6c757d;
  margin: 8px 0 0;
}

.popular-route-tabs__summary > span {
  background: #fff;
  border: 1px solid rgba(26, 157, 126, 0.18);
  border-radius: 999px;
  color: #1a9d7e;
  flex: 0 0 auto;
  font-weight: 800;
  padding: 9px 14px;
}

@media (max-width: 575.98px) {
  .popular-route-tabs__list {
    grid-template-columns: 1fr;
  }

  .popular-route-tabs__tab {
    justify-content: space-between;
    min-height: 48px;
  }

  .popular-route-tabs__summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .popular-route-tabs__summary strong {
    font-size: 21px;
  }
}

.home-utp-section {
  background: linear-gradient(180deg, #f7fbfc 0%, #fff 100%);
}

.home-utp-grid {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

.home-utp-eyebrow {
  color: #1a9d7e;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.home-utp-lead {
  color: #5f6f78;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 24px;
  max-width: 680px;
}

.home-utp-tabs {
  margin-top: 24px;
}

.home-utp-tablist {
  background: #eef7f6;
  border: 1px solid rgba(105, 152, 171, 0.22);
  border-radius: 8px;
  display: inline-grid;
  gap: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 100%;
  padding: 4px;
}

.home-utp-tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #60727c;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  min-height: 40px;
  padding: 0 18px;
}

.home-utp-tab.is-active {
  background: #173d56;
  box-shadow: 0 8px 18px rgba(23, 61, 86, 0.16);
  color: #fff;
}

.home-utp-tab:focus-visible {
  outline: 3px solid rgba(26, 157, 126, 0.28);
  outline-offset: 2px;
}

.home-utp-panel {
  margin-top: 16px;
}

.home-utp-panel[hidden] {
  display: none;
}

.home-utp-overview {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.86fr);
}

.home-utp-feature-list {
  display: grid;
  gap: 12px;
}

.home-utp-feature-item {
  background: #fff;
  border: 1px solid rgba(105, 152, 171, 0.2);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 61, 86, 0.06);
  display: grid;
  gap: 14px;
  grid-template-columns: 38px minmax(0, 1fr);
  min-height: 94px;
  padding: 16px 18px;
}

.home-utp-feature-item > span {
  align-items: center;
  background: #eef7f6;
  border-radius: 8px;
  color: #173d56;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.home-utp-feature-item strong,
.home-utp-stat-card strong,
.home-utp-chart-head strong,
.home-utp-chart-label strong {
  color: #173d56;
  display: block;
  letter-spacing: 0;
  line-height: 1.18;
}

.home-utp-feature-item strong {
  font-size: 17px;
  margin-bottom: 6px;
}

.home-utp-feature-item p,
.home-utp-stat-card p,
.home-utp-chart-head p,
.home-utp-mini-stats p {
  color: #60727c;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.home-utp-overview-side {
  display: grid;
  gap: 14px;
}

.home-utp-mini-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-utp-mini-stats div,
.home-utp-mini-chart {
  background: #fff;
  border: 1px solid rgba(105, 152, 171, 0.2);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 61, 86, 0.06);
}

.home-utp-mini-stats div {
  min-height: 132px;
  padding: 14px;
}

.home-utp-mini-stats span {
  color: #1a9d7e;
  display: block;
  font-family: "Source Serif Pro", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.home-utp-mini-stats strong {
  color: #173d56;
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.18;
  margin-bottom: 6px;
}

.home-utp-mini-stats p {
  font-size: 12px;
}

.home-utp-stat-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-utp-stat-card {
  background: #fff;
  border: 1px solid rgba(105, 152, 171, 0.2);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 61, 86, 0.06);
  min-height: 158px;
  padding: 18px;
}

.home-utp-stat-card span {
  color: #1a9d7e;
  display: block;
  font-family: "Source Serif Pro", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.home-utp-stat-card strong {
  font-size: 18px;
  margin-bottom: 8px;
}

.home-utp-chart-head {
  margin-bottom: 14px;
}

.home-utp-chart-head strong {
  font-size: 20px;
  margin-bottom: 6px;
}

.home-utp-chart {
  background: #fff;
  border: 1px solid rgba(105, 152, 171, 0.2);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 61, 86, 0.06);
  display: grid;
  gap: 16px;
  padding: 18px;
}

.home-utp-mini-chart {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.home-utp-mini-chart > strong {
  color: #173d56;
  display: block;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.18;
}

.home-utp-chart-row {
  display: grid;
  gap: 8px;
}

.home-utp-chart-label {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.home-utp-chart-label strong {
  font-size: 16px;
}

.home-utp-chart-label span {
  color: #60727c;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.home-utp-chart-track {
  background: #eef3f5;
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
}

.home-utp-chart-track span {
  background: #6998ab;
  border-radius: inherit;
  display: block;
  height: 100%;
  min-width: 10px;
  width: var(--home-utp-chart-width);
}

.home-utp-chart-row.is-active .home-utp-chart-track span {
  background: #1a9d7e;
}

.home-utp-chart-row.is-active .home-utp-chart-label strong {
  color: #1a9d7e;
}

.home-utp-copy {
  min-width: 0;
  width: 100%;
}

.home-utp-dashboard-head {
  display: grid;
  gap: 16px;
}

.home-utp-dashboard-head .tr-section-title {
  margin-bottom: 0 !important;
}

.home-utp-focus-card {
  align-items: center;
  background: #173d56;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(23, 61, 86, 0.16);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 112px;
  padding: 20px;
}

.home-utp-focus-card span {
  color: #f6c34a;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.home-utp-focus-card strong {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1.12;
  margin-bottom: 8px;
}

.home-utp-focus-card p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
  margin: 0;
}

.home-utp-progress-ring {
  align-items: center;
  background:
    radial-gradient(circle at center, #173d56 0 55%, transparent 56%),
    conic-gradient(#f6c34a var(--home-utp-ring), rgba(255, 255, 255, 0.18) 0);
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  height: 104px;
  justify-content: center;
  width: 104px;
}

.home-utp-progress-ring strong {
  color: #fff;
  font-family: "Source Serif Pro", serif;
  font-size: 26px;
  line-height: 1;
  margin: 0;
}

.home-utp-progress-ring span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0;
  margin: 2px 0 0;
  text-transform: none;
}

.home-utp-snapshot {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.86fr);
}

.home-utp-kpi-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-utp-kpi-card,
.home-utp-context-bars {
  background: #fff;
  border: 1px solid rgba(105, 152, 171, 0.2);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 61, 86, 0.06);
}

.home-utp-kpi-card {
  min-height: 180px;
  padding: 18px;
}

.home-utp-kpi-card span {
  color: #1a9d7e;
  display: block;
  font-family: "Source Serif Pro", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.home-utp-kpi-card strong,
.home-utp-context-bars > strong {
  color: #173d56;
  display: block;
  font-size: 18px;
  line-height: 1.16;
  margin-bottom: 8px;
}

.home-utp-kpi-card p {
  color: #60727c;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.home-utp-context-bars {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.home-utp-context-row {
  display: grid;
  gap: 8px;
}

.home-utp-context-row div {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.home-utp-context-row span {
  color: #173d56;
  font-weight: 800;
}

.home-utp-context-row em {
  color: #60727c;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.home-utp-context-row i {
  background: #eef3f5;
  border-radius: 999px;
  display: block;
  height: 10px;
  overflow: hidden;
}

.home-utp-context-row b {
  background: #1a9d7e;
  border-radius: inherit;
  display: block;
  height: 100%;
  min-width: 10px;
  width: var(--home-utp-chart-width);
}

.home-utp-utp-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-utp-utp-grid .home-utp-feature-item {
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 118px;
}

.home-utp-utp-grid .home-utp-feature-item > span {
  font-size: 11px;
  height: 38px;
  padding: 0 8px;
  text-transform: uppercase;
  width: auto;
}

.home-utp-coverage-layout {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1fr);
}

.home-utp-mode-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.home-utp-mode-pill {
  background: #eef7f6;
  border: 1px solid rgba(105, 152, 171, 0.2);
  border-radius: 999px;
  color: #60727c;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
}

.home-utp-mode-pill.is-active {
  background: #173d56;
  border-color: #173d56;
  color: #fff;
}

.popular-destination-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.popular-destination-card {
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(23, 61, 86, 0.08);
  color: #173d56;
  display: grid;
  min-height: 246px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.popular-destination-card:hover {
  box-shadow: 0 18px 42px rgba(23, 61, 86, 0.14);
  color: #173d56;
  text-decoration: none;
  transform: translateY(-2px);
}

.popular-destination-card__image {
  background: #eef6f4;
  display: block;
  height: 138px;
  overflow: hidden;
}

.popular-destination-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.popular-destination-card:hover .popular-destination-card__image img {
  transform: scale(1.035);
}

.popular-destination-card__copy {
  display: block;
  padding: 16px 18px 18px;
}

.popular-destination-card__copy strong {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
}

.popular-destination-card__copy span {
  color: #6c757d;
  display: block;
  margin-top: 6px;
}

.popular-destination-card__copy em {
  color: #1a9d7e;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  margin-top: 12px;
}

.home-subscribe-section {
  background: #f7fbfc;
  padding: 72px 0 82px;
}

.home-subscribe-card {
  align-items: center;
  background: #173d56;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(23, 61, 86, 0.18);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  overflow: hidden;
  padding: 44px 48px;
  position: relative;
}

.home-subscribe-card:before {
  background: #f4b400;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.home-subscribe-card__copy,
.home-subscribe-form {
  position: relative;
  z-index: 1;
}

.home-subscribe-card__copy span {
  color: #f4b400;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.home-subscribe-card__copy h2 {
  color: #fff;
  font-family: "Source Serif Pro", serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 14px;
}

.home-subscribe-card__copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.home-subscribe-form {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 18px;
}

.home-subscribe-form__fields {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 148px;
}

.home-subscribe-form input {
  background: #fff;
  border: 0;
  border-radius: 8px;
  color: #263238;
  font-size: 15px;
  height: 54px;
  outline: 0;
  padding: 0 16px;
  width: 100%;
}

.home-subscribe-form button {
  background: #f4b400;
  border: 0;
  border-radius: 999px;
  color: #173d56;
  font-size: 15px;
  font-weight: 800;
  height: 54px;
  padding: 0 20px;
  width: 100%;
}

.home-subscribe-form p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  margin: 12px 0 0;
}

.travel-entry-popup-open {
  overflow: hidden;
}

.travel-entry-popup {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 4200;
}

.travel-entry-popup[hidden] {
  display: none;
}

.travel-entry-popup__backdrop {
  background: rgba(17, 43, 61, 0.48);
  inset: 0;
  position: absolute;
}

.travel-entry-popup__dialog {
  background: #fff;
  border: 1px solid #e5eef2;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(17, 43, 61, 0.22);
  color: #173d56;
  max-width: 100%;
  opacity: 0;
  padding: 28px;
  position: relative;
  transform: translateY(12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: 460px;
  z-index: 1;
}

.travel-entry-popup.is-open .travel-entry-popup__dialog {
  opacity: 1;
  transform: translateY(0);
}

.travel-entry-popup__dialog:before {
  background: #f4b400;
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 28px;
  position: absolute;
  right: 64px;
  top: 0;
}

.travel-entry-popup__close {
  align-items: center;
  background: #f7fbfc;
  border: 1px solid #dce8ed;
  border-radius: 50%;
  color: #173d56;
  display: inline-flex;
  font-size: 22px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 14px;
  width: 34px;
}

.travel-entry-popup__mark {
  color: #173d56;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 24px;
}

.travel-entry-popup__mark:after {
  color: #6998ab;
  content: ".";
}

.travel-entry-popup__eyebrow {
  color: #1a9d7e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.travel-entry-popup h2 {
  color: #173d56;
  font-family: "Source Serif Pro", serif;
  font-size: 31px;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 12px;
}

.travel-entry-popup__dialog > p:not(.travel-entry-popup__eyebrow):not(.travel-entry-popup__note) {
  color: #66757e;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 20px;
}

.travel-entry-popup__form {
  display: grid;
  gap: 12px;
}

.travel-entry-popup__fields {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.travel-entry-popup input {
  background: #f7fbfc;
  border: 1px solid #dce8ed;
  border-radius: 8px;
  color: #263238;
  font-size: 15px;
  height: 50px;
  outline: 0;
  padding: 0 14px;
  width: 100%;
}

.travel-entry-popup input:focus {
  border-color: #6998ab;
  box-shadow: 0 0 0 3px rgba(105, 152, 171, 0.18);
}

.travel-entry-popup button[type="submit"] {
  background: #173d56;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  height: 50px;
  padding: 0 20px;
}

.travel-entry-popup button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.75;
}

.travel-entry-popup__note {
  color: #7a8890;
  font-size: 12px;
  line-height: 1.4;
  margin: 10px 0 0;
}

.route-card--compact {
  min-height: 115px;
}

.route-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.route-meta span {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  padding: 7px 12px;
}

.travel-map-shell {
  border-radius: 8px;
  min-height: 430px;
  overflow: hidden;
}

.travel-map {
  align-items: center;
  background: #eef6f4;
  border-radius: 8px;
  display: flex;
  height: 430px;
  justify-content: center;
  min-height: 430px;
  width: 100%;
}

.travel-map-fallback {
  color: #173d56;
  max-width: 340px;
  padding: 26px;
  text-align: center;
}

.travel-map-fallback strong,
.travel-map-fallback span {
  display: block;
}

.travel-map-fallback strong {
  font-family: "Source Serif Pro", serif;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.travel-map-fallback span {
  color: #60727f;
  font-size: 14px;
}

.travel-map.leaflet-container {
  display: block;
}

.travel-map.leaflet-container .travel-map-fallback,
.route-guide-map.leaflet-container .route-guide-map__empty {
  display: none;
}

.travel-map.leaflet-container:focus,
.travel-map.leaflet-container:focus-visible,
.travel-map .leaflet-pane svg:focus,
.travel-map .leaflet-pane svg:focus-visible,
.travel-map .leaflet-interactive:focus,
.travel-map .leaflet-interactive:focus-visible {
  outline: 0 !important;
}

.travel-map-status {
  background: rgba(105, 152, 171, 0.1);
  border: 1px solid rgba(105, 152, 171, 0.24);
  border-radius: 8px;
  color: #263238;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 12px 14px;
}

.travel-country-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 310px;
  overflow: auto;
  padding-right: 4px;
}

.travel-country-list button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  color: #263238;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-height: 42px;
  padding: 9px 10px;
  text-align: left;
}

.travel-country-list button:hover,
.travel-country-list button:focus {
  background: #f3f8f6;
  outline: 0;
}

.travel-country-list span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.travel-country-list strong {
  color: #1a9d7e;
  flex: 0 0 auto;
  font-size: 13px;
}

.footer-seo-block {
  background: #fff;
  padding: 70px 0 58px;
}

.footer-seo-copy {
  color: #334;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto 34px;
  max-width: 920px;
}

.footer-seo-copy h2,
.footer-seo-copy h3,
.footer-faq h2 {
  color: #173d56;
  letter-spacing: 0;
}

.footer-seo-copy h2 {
  font-size: 31px;
  margin-bottom: 18px;
}

.footer-seo-copy h3 {
  font-size: 22px;
  margin: 30px 0 12px;
}

.footer-seo-copy p {
  margin-bottom: 16px;
}

.seo-route-facts,
.seo-route-steps {
  margin: 0 0 20px;
  padding-left: 22px;
}

.seo-route-facts li,
.seo-route-steps li {
  margin-bottom: 8px;
}

.seo-route-facts strong {
  color: #173d56;
}

.seo-route-table {
  border-collapse: collapse;
  margin: 14px 0 22px;
  width: 100%;
}

.seo-route-table th,
.seo-route-table td {
  border: 1px solid #e6edf2;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.seo-route-table th {
  background: #f7fbfa;
  color: #173d56;
  font-weight: 800;
  width: 34%;
}

.footer-faq {
  margin: 0 auto;
  max-width: 920px;
}

.footer-faq__item {
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(23, 61, 86, 0.06);
  margin-bottom: 10px;
  overflow: hidden;
}

.footer-faq__heading {
  font-family: inherit;
  font-size: 1rem;
  line-height: inherit;
  margin: 0;
}

.footer-faq__question {
  align-items: center;
  background: #fff;
  border: 0;
  color: #173d56;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding: 17px 18px;
  text-align: left;
  width: 100%;
}

.footer-faq__question:focus {
  outline: 2px solid rgba(26, 157, 126, 0.28);
  outline-offset: -2px;
}

.footer-faq__icon {
  color: #1a9d7e;
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
  margin-left: 14px;
}

.footer-faq__answer {
  color: #52606d;
  line-height: 1.75;
  padding: 0 18px 18px;
}

.blog-shell {
  background: #fff;
  padding-top: 92px;
}

.blog-category-bar {
  border-bottom: 1px solid #eef1f4;
  border-top: 1px solid #f3f4f6;
  padding: 26px 0;
}

.blog-category-bar__scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.blog-pill {
  background: #f6f7f9;
  border-radius: 999px;
  color: #173d56;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 16px;
  text-transform: uppercase;
}

.blog-pill:hover {
  color: #173d56;
  text-decoration: none;
}

.blog-pill.active {
  background: #fff1c7;
}

.event-shell {
  background: #fff;
  color: #263238;
}

.tr-mode-events .tr-site-nav {
  background: rgba(105, 152, 171, 0.97);
  box-shadow: 0 10px 24px rgba(23, 61, 86, 0.1);
}

.tr-mode-events .tr-site-nav .tr-logo,
.tr-mode-events .tr-site-nav .tr-site-menu > li > a {
  color: #fff !important;
}

.tr-mode-events .tr-site-nav .text-primary {
  color: #173d56 !important;
}

.event-index-hero {
  background: #6998AB;
  color: #fff;
  padding: 154px 0 72px;
}

.event-index-hero__copy {
  max-width: 760px;
}

.event-index-hero__copy span,
.event-eyebrow,
.event-planning__head span,
.event-more__head span,
.event-card__eyebrow {
  color: #1a9d7e;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.event-index-hero__copy span,
.event-eyebrow {
  color: #fff1c7;
}

.event-index-hero h1,
.event-hero h1,
.event-planning__head h2,
.event-content h2,
.event-faq h2,
.event-more__head h2 {
  color: #173d56;
  letter-spacing: 0;
}

.event-index-hero h1 {
  color: #fff;
  font-size: 54px;
  margin-bottom: 14px;
}

.event-index-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.event-index-list {
  padding: 62px 0 40px;
}

.event-card,
.event-mini-card,
.event-planning-card {
  border: 1px solid #e1eaee;
  border-radius: 8px;
  color: #173d56;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.event-card:hover,
.event-mini-card:hover,
.event-planning-card:hover {
  color: #173d56;
  box-shadow: 0 18px 42px rgba(23, 61, 86, 0.1);
  text-decoration: none;
  transform: translateY(-2px);
}

.event-card {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  min-height: 240px;
}

.event-card__media,
.event-mini-card img {
  background: #f3f7f8;
  display: block;
}

.event-card__media img,
.event-mini-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.event-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
}

.event-card__body strong {
  color: #173d56;
  display: block;
  font-family: "Source Serif Pro", serif;
  font-size: 28px;
  line-height: 1.12;
  margin-bottom: 14px;
}

.event-card__body > span:last-child {
  color: #687782;
  line-height: 1.45;
}

.event-hero {
  background: #6998AB;
  background-image: linear-gradient(90deg, rgba(23, 61, 86, 0.88), rgba(23, 61, 86, 0.58)), var(--event-hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 680px;
  padding: 142px 0 92px;
  position: relative;
}

.event-breadcrumbs {
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 70px;
}

.event-breadcrumbs a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.event-hero__copy {
  max-width: 780px;
}

.event-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  margin-bottom: 20px;
}

.event-hero__copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.7;
  max-width: 680px;
}

.event-hero__chips,
.event-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.event-hero__chips span {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  padding: 9px 14px;
}

.event-btn-outline {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
}

.event-btn-outline:hover {
  background: #fff;
  color: #173d56;
}

.event-facts-section {
  padding: 0 0 34px;
}

.event-facts-card {
  background: #fff;
  border: 1px solid #e1eaee;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 61, 86, 0.09);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -54px;
  overflow: hidden;
  position: relative;
}

.event-facts-card div {
  border-bottom: 1px solid #edf2f4;
  border-right: 1px solid #edf2f4;
  min-height: 122px;
  padding: 22px;
}

.event-facts-card div:nth-child(3n) {
  border-right: 0;
}

.event-facts-card div:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.event-facts-card span {
  color: #6998AB;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.event-facts-card strong {
  color: #173d56;
  display: block;
  font-size: 18px;
  line-height: 1.38;
}

.event-planning,
.event-content-section,
.event-faq-section,
.event-more {
  padding: 50px 0;
}

.event-planning {
  background: #f7fbfa;
}

.event-planning__head,
.event-more__head {
  max-width: 760px;
  margin-bottom: 28px;
}

.event-planning__head h2,
.event-more__head h2 {
  font-size: 38px;
  margin-bottom: 12px;
}

.event-planning__head p {
  color: #52606d;
  line-height: 1.75;
  margin: 0;
}

.event-planning__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-planning-card {
  background: #fff;
  min-height: 154px;
  padding: 24px;
}

.event-planning-card strong {
  display: block;
  font-size: 20px;
  margin-bottom: 12px;
}

.event-planning-card span {
  color: #52606d;
  line-height: 1.6;
}

.event-content {
  color: #334;
  font-size: 17px;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 980px;
}

.event-content h2 {
  font-size: 32px;
  margin: 38px 0 16px;
}

.event-content h2:first-child {
  margin-top: 0;
}

.event-content h3 {
  color: #173d56;
  font-size: 23px;
  margin: 30px 0 12px;
}

.event-content p {
  margin-bottom: 17px;
}

.event-content .event-note {
  background: #f7fbfa;
  border-left: 4px solid #6998AB;
  border-radius: 0 8px 8px 0;
  color: #52606d;
  padding: 16px 18px;
}

.event-content .seo-route-table {
  font-size: 16px;
  margin: 16px 0 28px;
}

.event-content .seo-route-table th:first-child {
  width: 32%;
}

.event-faq {
  margin: 0 auto;
  max-width: 920px;
}

.event-faq h2 {
  font-size: 36px;
  margin-bottom: 22px;
}

.event-more {
  background: #f7fbfa;
}

.event-mini-card {
  background: #fff;
  min-height: 100%;
}

.event-mini-card img {
  aspect-ratio: 16 / 9;
}

.event-mini-card strong,
.event-mini-card span {
  display: block;
  padding: 0 18px;
}

.event-mini-card strong {
  color: #173d56;
  font-size: 20px;
  line-height: 1.25;
  padding-top: 18px;
}

.event-mini-card span {
  color: #687782;
  padding-bottom: 20px;
  padding-top: 8px;
}

.blog-feature,
.blog-list,
.blog-empty-head {
  padding: 54px 0;
}

.blog-feature__media,
.blog-card,
.article-featured {
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.blog-feature__media {
  aspect-ratio: 16 / 10;
  box-shadow: 0 18px 45px rgba(23, 61, 86, 0.1);
}

.blog-feature__media img,
.blog-card__image img,
.article-featured img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.blog-feature__copy h1,
.blog-empty-head h1 {
  color: #173d56;
  font-size: 42px;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.blog-feature__copy h2 {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.2;
}

.blog-feature__copy h2 a,
.blog-card:hover,
.blog-card:hover strong {
  color: #173d56;
  text-decoration: none;
}

.blog-kicker {
  color: #1a9d7e;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-meta,
.article-titlemeta {
  color: #697783;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px 14px;
  margin: 12px 0 18px;
}

.blog-list__head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.blog-list__head h2,
.blog-empty-box h2,
.article-content h2,
.article-content h3,
.article-faq h2,
.article-rating h2,
.article-comments h2,
.article-latest h2 {
  color: #173d56;
  letter-spacing: 0;
}

.blog-card {
  border: 1px solid rgba(23, 61, 86, 0.09);
  color: #344450;
  height: 100%;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.blog-card:hover {
  box-shadow: 0 18px 42px rgba(23, 61, 86, 0.12);
  transform: translateY(-2px);
}

.blog-card__image {
  aspect-ratio: 16 / 10;
  background: #eef3f6;
  display: block;
}

.blog-card__body {
  display: block;
  padding: 18px;
}

.blog-card__body strong {
  color: #173d56;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.blog-card__body span {
  color: #667581;
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.blog-card--small .blog-card__body {
  padding: 12px;
}

.blog-card--small .blog-card__body strong {
  font-size: 14px;
}

.blog-empty-box {
  background: #f7faf9;
  border: 1px solid rgba(26, 157, 126, 0.14);
  border-radius: 8px;
  padding: 28px;
}

.blog-muted {
  color: #697783;
}

.blog-shell--article {
  padding-bottom: 40px;
}

.article-head {
  padding: 38px 0 20px;
}

.article-featured {
  aspect-ratio: 16 / 9;
  background: #173d56;
  position: relative;
}

.article-featured:after {
  background: linear-gradient(180deg, rgba(15, 36, 52, 0), rgba(15, 36, 52, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}

.article-featured__overlay {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 28px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.article-featured__overlay h1 {
  color: #fff;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.article-titlemeta {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
}

.blog-breadcrumbs {
  align-items: center;
  color: #6f7d86;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  margin: 20px 0 14px;
}

.blog-breadcrumbs a {
  color: #173d56;
  text-decoration: none;
}

.article-byline {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 16px 0 24px;
}

.article-byline img,
.article-byline__fallback {
  border-radius: 50%;
  flex: 0 0 auto;
}

.article-byline__fallback {
  align-items: center;
  background: #173d56;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.article-byline p {
  color: #667581;
  font-size: 13px;
  margin: 2px 0 0;
}

.article-reading {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 760px) minmax(220px, 1fr);
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 22px 60px;
}

.article-reading__toc,
.article-reading__rail {
  align-self: start;
  min-width: 0;
}

.article-toc,
.blog-subscribe {
  border: 1px solid #e6ebf0;
  border-radius: 8px;
  max-height: calc(100vh - 118px);
  overflow: auto;
  position: sticky;
  top: 96px;
}

.article-toc {
  background: #f7fbfa;
  box-shadow: 0 16px 34px rgba(23, 61, 86, 0.08);
  overflow: hidden;
  padding: 0;
}

.article-toc__head {
  align-items: center;
  background: #173d56;
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.article-toc strong {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.article-toc__head strong {
  color: #fff;
}

.article-toc__head span {
  color: #f8d66d;
  font-size: 11px;
  font-weight: 700;
}

.article-toc ol {
  counter-reset: article-toc;
  list-style: none;
  margin: 0;
  padding: 12px 14px 14px;
}

.article-toc li {
  counter-increment: article-toc;
  position: relative;
}

.article-toc li:before {
  background: rgba(26, 157, 126, 0.12);
  border-radius: 999px;
  color: #1a9d7e;
  content: counter(article-toc);
  font-size: 11px;
  font-weight: 700;
  height: 22px;
  left: 0;
  line-height: 22px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 22px;
}

.article-toc a {
  color: #43606f;
  display: block;
  font-size: 13px;
  line-height: 1.35;
  padding: 8px 0 8px 32px;
  text-decoration: none;
}

.article-toc a:hover {
  color: #173d56;
}

.article-toc li.is-h3 a {
  color: #667581;
  font-size: 12px;
  padding-left: 40px;
}

.article-toc li.is-h3:before {
  left: 8px;
  opacity: 0.7;
  transform: scale(0.8);
}

.article-toc--mobile {
  display: none;
  margin-bottom: 20px;
  position: static;
}

.article-mobile-subscribe {
  display: none;
}

.article-content {
  color: #263238;
  font-size: 16px;
  line-height: 1.78;
}

.article-content img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

.article-content table {
  border-collapse: collapse;
  color: #263238;
  font-size: 15px;
  margin: 22px 0;
  width: 100%;
}

.article-content th,
.article-content td {
  border: 1px solid #e3ebef;
  padding: 13px 15px;
  vertical-align: top;
}

.article-content th {
  background: #f4f9f8;
  color: #173d56;
  font-weight: 700;
}

.article-content h2 {
  font-size: 28px;
  margin-top: 34px;
}

.article-content h3 {
  font-size: 21px;
  margin-top: 24px;
}

.ta-travel-banner {
  aspect-ratio: 1690 / 760;
  background: #dff2ff;
  border-radius: 8px;
  color: #081f5c;
  container-type: inline-size;
  margin: 26px 0 34px;
  overflow: hidden;
  position: relative;
}

.ta-travel-banner__visual {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.ta-travel-banner__visual img {
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ta-travel-banner:before {
  background: linear-gradient(90deg, rgba(238, 248, 255, 0.94) 0%, rgba(238, 248, 255, 0.86) 70%, rgba(238, 248, 255, 0) 100%);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 64%;
  z-index: 1;
}

.ta-travel-banner__content {
  left: 7%;
  padding: 0;
  position: absolute;
  top: 8.5%;
  width: 43%;
  z-index: 2;
}

.ta-travel-banner__eyebrow {
  color: #1166e8;
  font-size: clamp(8px, 1.12cqw, 15px);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.25;
  margin: 0 0 clamp(7px, 1.05cqw, 18px);
  text-transform: uppercase;
  white-space: nowrap;
}

.ta-travel-banner__headline {
  color: #071e59;
  font-size: clamp(29px, 5.2cqw, 64px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.ta-travel-banner__headline > div {
  white-space: nowrap;
}

.ta-travel-banner__headline-accent {
  color: #0b66f0;
}

.ta-travel-banner__text {
  color: #0d235d;
  font-size: clamp(10px, 1.55cqw, 20px);
  font-weight: 500;
  line-height: 1.38;
  margin: clamp(8px, 1.25cqw, 18px) 0 0;
}

.ta-travel-banner__text p {
  color: inherit;
  font: inherit;
  line-height: inherit;
  margin: 0;
  white-space: nowrap;
}

.ta-travel-banner__button {
  align-items: center;
  background: #173d56;
  border-radius: clamp(16px, 1.8cqw, 28px);
  box-shadow: 0 10px 18px rgba(23, 61, 86, 0.2);
  color: #fff !important;
  display: inline-flex;
  font-size: clamp(12px, 1.65cqw, 22px);
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  margin-top: clamp(10px, 2cqw, 30px);
  min-height: clamp(34px, 4.1cqw, 62px);
  min-width: clamp(126px, 14cqw, 218px);
  padding: 0 clamp(18px, 2.3cqw, 36px);
  text-decoration: none !important;
  white-space: nowrap;
}

.ta-travel-banner__button:after {
  content: "->";
  font-size: clamp(16px, 2.2cqw, 30px);
  font-weight: 700;
  line-height: 1;
  margin-left: clamp(10px, 1.6cqw, 24px);
}

.ta-travel-banner__button:hover {
  background: #6998AB;
  color: #fff !important;
}

.ta-travel-banner__modes {
  align-items: center;
  display: flex;
  font-size: clamp(9px, 1.02cqw, 15px);
  font-weight: 800;
  gap: 10px;
  line-height: 1.2;
  margin-top: clamp(6px, 0.9cqw, 14px);
  text-transform: uppercase;
}

.ta-travel-banner__modes a {
  color: #173d56 !important;
  text-decoration: none !important;
}

.ta-travel-banner__modes a:hover {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.article-faq,
.article-rating,
.article-comments,
.article-latest {
  margin-top: 42px;
}

.article-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.article-stars button {
  background: transparent;
  border: 0;
  color: #f8b600;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  padding: 0 3px;
}

.article-comments label {
  color: #52606d;
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}

.article-comments input,
.article-comments textarea,
.blog-subscribe input {
  border: 1px solid #dfe5ea;
  border-radius: 8px;
  color: #263238;
  display: block;
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
}

.article-comments textarea {
  min-height: 120px;
}

.article-comment {
  border-top: 1px solid #eef1f4;
  margin-top: 18px;
  padding-top: 18px;
}

.blog-subscribe {
  background: #173d56;
  box-shadow: 0 18px 40px rgba(23, 61, 86, 0.14);
  overflow: hidden;
  padding: 20px;
}

.blog-subscribe strong {
  color: #f8d66d;
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.blog-subscribe h2 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.15;
}

.blog-subscribe p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.blog-subscribe input {
  margin-bottom: 10px;
}

.blog-subscribe button {
  background: #f8b600;
  border: 0;
  border-radius: 999px;
  color: #173d56;
  cursor: pointer;
  font-weight: 700;
  min-height: 42px;
  padding: 0 18px;
  width: 100%;
}

.article-alert {
  align-items: center;
  background: #fff7e5;
  border: 1px solid #f2dfb5;
  border-radius: 6px;
  color: #101820;
  display: flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  margin: 26px auto 0;
  max-width: max-content;
  padding: 9px 16px;
  text-align: center;
}

.article-alert--mriya {
  font-size: 24px;
}

.article-inline-figure,
.article-content figure.image {
  background: #f7fbfa;
  border: 1px solid #e3ebef;
  border-radius: 8px;
  margin: 18px 0 26px;
  overflow: hidden;
}

.article-inline-figure--mriya {
  background: #fff;
  border: 0;
  margin-top: 0;
}

.article-inline-figure img,
.article-content figure.image img {
  display: block;
  max-height: 420px;
  object-fit: cover;
  width: 100%;
}

.article-inline-figure--mriya img {
  max-height: none;
}

.article-inline-figure figcaption,
.article-content figure.image figcaption {
  color: #667581;
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 14px;
}

.article-comparison {
  background: #f7fbfa;
  border: 1px solid #dfeceb;
  border-radius: 8px;
  margin: 20px 0 28px;
  overflow: hidden;
}

.article-comparison h3 {
  background: #173d56;
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 15px 18px;
}

.article-comparison__scroll {
  overflow-x: auto;
}

.article-comparison-table {
  margin: 0 !important;
  min-width: 720px;
}

.article-comparison-table th {
  background: #edf7f4;
}

.article-comparison-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.72);
}

.ta-bank-widget,
.ta-gear-widget {
  background: #fff;
  border: 1px solid #e2ebef;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(23, 61, 86, 0.08);
  margin: 18px 0 30px;
  overflow: hidden;
}

.ta-bank-widget__hero,
.ta-gear-widget__body {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(190px, 0.82fr) minmax(0, 1.18fr);
  padding: 18px;
}

.ta-bank-widget__media,
.ta-gear-widget__media {
  align-self: stretch;
  background: #f4f9f8;
  border-radius: 8px;
  margin: 0;
  min-height: 210px;
  overflow: hidden;
  position: relative;
}

.ta-bank-widget__image,
.ta-gear-widget__image {
  display: block;
  height: 100%;
  max-height: none !important;
  object-fit: cover;
  width: 100%;
}

.ta-bank-widget__summary,
.ta-gear-widget__head {
  min-width: 0;
}

.ta-bank-widget__eyebrow,
.ta-gear-widget__eyebrow {
  color: #1a9d7e;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ta-bank-widget__title {
  color: #173d56;
  font-family: "Source Serif Pro", serif;
  font-size: 26px;
  line-height: 1.15;
  margin: 0 0 10px;
}

.ta-bank-widget__lead,
.ta-gear-widget__lead {
  color: #52606d;
  line-height: 1.62;
  margin-bottom: 12px;
}

.ta-bank-widget__verdict {
  background: #f7fbfa;
  border-left: 4px solid #f8b600;
  border-radius: 8px;
  color: #344450;
  font-size: 14px;
  line-height: 1.55;
  padding: 12px 14px;
}

.ta-bank-widget__verdict strong {
  color: #173d56;
  display: block;
  margin-bottom: 3px;
}

.ta-bank-widget__chips,
.ta-bank-widget__fee-grid,
.ta-bank-widget__analysis-grid,
.ta-gear-widget__facts,
.ta-gear-widget__notes {
  display: grid;
  gap: 10px;
  padding: 0 18px 18px;
}

.ta-bank-widget__chips {
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0 0;
}

.ta-bank-widget__chips span,
.ta-gear-widget__fact {
  background: rgba(26, 157, 126, 0.09);
  border-radius: 999px;
  color: #173d56;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px;
}

.ta-bank-widget__fee-grid,
.ta-gear-widget__facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ta-bank-widget__fee,
.ta-gear-widget__metric,
.ta-bank-widget__panel,
.ta-gear-widget__note {
  background: #f7fbfa;
  border: 1px solid #e6eef1;
  border-radius: 8px;
  padding: 13px;
}

.ta-bank-widget__fee span,
.ta-gear-widget__fact span,
.ta-gear-widget__metricTop span:first-child {
  color: #667581;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ta-bank-widget__fee strong,
.ta-gear-widget__fact strong,
.ta-gear-widget__metricTop span:last-child {
  color: #173d56;
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.ta-bank-widget__fee small,
.ta-gear-widget__metric small {
  color: #667581;
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 5px;
}

.ta-bank-widget__analysis-grid,
.ta-gear-widget__notes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ta-bank-widget__panel-title {
  color: #1a9d7e;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.ta-bank-widget ul,
.ta-gear-widget ul {
  margin-bottom: 0;
  padding-left: 18px;
}

.ta-gear-widget__head {
  border-bottom: 1px solid #e6eef1;
  padding: 18px 18px 0;
}

.ta-gear-widget__body {
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.2fr);
}

.ta-gear-widget__metrics {
  display: grid;
  gap: 10px;
}

.ta-gear-widget__metricTop {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.ta-gear-widget__bar {
  background: #d7eee8;
  border-radius: 999px;
  display: block;
  height: 7px;
  margin: 9px 0 0;
  overflow: hidden;
}

.ta-gear-widget__bar:before {
  background: #1a9d7e;
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  width: var(--fill, 60%);
}

.ta-gear-widget__score {
  background: rgba(23, 61, 86, 0.88);
  border-radius: 8px;
  bottom: 12px;
  color: #fff;
  left: 12px;
  padding: 9px 11px;
  position: absolute;
}

.ta-gear-widget__score strong,
.ta-gear-widget__score span {
  color: #fff;
  display: block;
  line-height: 1.15;
}

.tr-mode-blog .tr-site-nav {
  background: #6998AB;
}

.tr-mode-blog .tr-site-nav {
  box-shadow: 0 10px 24px rgba(23, 61, 86, 0.08);
}

.tr-mode-blog .tr-site-nav .tr-logo,
.tr-mode-blog .tr-site-nav .tr-site-menu > li > a {
  color: #fff !important;
}

.tr-mode-blog .tr-site-nav .text-primary {
  color: #173d56 !important;
}

.article-reading {
  grid-template-columns: minmax(250px, 280px) minmax(0, 800px) minmax(280px, 320px);
  max-width: 1480px;
}

.article-toc,
.blog-subscribe {
  background: #fff;
  border: 1px solid #e1eaee;
  box-shadow: none;
}

.article-toc__head {
  background: #fff;
  border-bottom: 1px solid #e7eef1;
  padding: 16px 18px 12px;
}

.article-toc__head strong,
.article-toc strong {
  color: #173d56;
}

.article-toc__head span {
  color: #6998AB;
}

.article-toc ol {
  padding: 12px 18px 16px;
}

.article-toc li:before {
  background: rgba(105, 152, 171, 0.12);
  color: #6998AB;
}

.article-toc a {
  color: #536a76;
}

.article-toc a:hover {
  color: #173d56;
}

.blog-subscribe {
  padding: 24px;
}

.blog-subscribe strong {
  color: #6998AB;
}

.blog-subscribe h2 {
  color: #173d56;
  font-size: 24px;
}

.blog-subscribe p {
  color: #52606d;
}

.blog-subscribe button {
  background: #173d56;
  color: #fff;
}

.ta-bank-widget__cta,
.ta-gear-widget__cta {
  align-items: center;
  background: #173d56;
  border-radius: 999px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  line-height: 1.15;
  margin: 0 18px 14px;
  max-width: 220px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  width: 220px;
}

.ta-bank-widget__cta:hover,
.ta-gear-widget__cta:hover {
  background: #6998AB;
  color: #fff;
  text-decoration: none;
}

.ta-bank-widget__fineprint,
.ta-gear-widget__fineprint {
  border-top: 1px solid #e7eef1;
  color: #667581;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  padding: 14px 18px 18px;
}

.ta-gear-widget__body {
  grid-template-areas:
    "media metrics"
    "facts facts"
    "notes notes";
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
}

.ta-gear-widget__media {
  grid-area: media;
  min-height: 260px;
}

.ta-gear-widget__metrics {
  grid-area: metrics;
}

.ta-gear-widget__facts {
  grid-area: facts;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}

.ta-gear-widget__notes {
  grid-area: notes;
  padding: 0;
}

.ta-gear-widget__fact {
  align-items: flex-start;
  background: #f7fbfa;
  border: 1px solid #e6eef1;
  border-radius: 8px;
  display: block;
  min-height: 0;
  padding: 13px;
}

.ta-gear-widget__fact span {
  margin-bottom: 4px;
}

.site-latest-articles {
  background: #fff;
  padding: 54px 0;
}

.site-latest-articles__head {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.site-latest-articles__head span {
  color: #6998AB;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.site-latest-articles__head h2 {
  color: #173d56;
  font-size: 34px;
  letter-spacing: 0;
  margin: 0;
}

.site-latest-articles__head a {
  color: #173d56;
  font-weight: 700;
  text-decoration: none;
}

.site-latest-articles__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-latest-card {
  border: 1px solid #e1eaee;
  border-radius: 8px;
  color: #173d56;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  min-height: 118px;
  overflow: hidden;
  text-decoration: none;
}

.site-latest-card:hover {
  color: #173d56;
  text-decoration: none;
}

.site-latest-card__image {
  background: #f3f7f8;
  display: block;
}

.site-latest-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.site-latest-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 14px;
}

.site-latest-card__body strong {
  color: #173d56;
  font-size: 16px;
  line-height: 1.25;
}

.site-latest-card__body small {
  color: #6a7b86;
  font-size: 12px;
  margin-top: 8px;
}

.route-guide {
  background: #f7fbfa;
  padding: 42px 0 68px;
}

.flight-stats-section {
  background: #fff;
  padding: 6px 0 54px;
}

.flight-stats-board {
  position: relative;
}

.flight-stats-head {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.flight-stats-head h2 {
  color: #173d56;
  font-size: 38px;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.flight-stats-lead {
  color: #60727f;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 620px;
}

.flight-stats-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.flight-stats-summary span {
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-left: 4px solid #f8b600;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(23, 61, 86, 0.06);
  color: #60727f;
  min-width: 118px;
  padding: 9px 12px;
}

.flight-stats-summary small,
.flight-stats-summary b {
  display: block;
  line-height: 1.15;
}

.flight-stats-summary small {
  color: #7a8993;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.flight-stats-summary b {
  color: #173d56;
  font-size: 16px;
  margin-top: 4px;
}

.flight-stats-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.52fr) minmax(280px, 0.76fr);
}

.flight-stat-card {
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(23, 61, 86, 0.07);
  min-height: 228px;
  overflow: hidden;
  padding: 20px;
}

.flight-stat-card--fare {
  display: grid;
  gap: 14px;
  grid-template-rows: auto auto 1fr;
}

.flight-stat-card__head {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.flight-stat-card__head span,
.flight-stat-card--read > span,
.signal-block__head span {
  color: #1a9d7e;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.flight-stat-card h3 {
  color: #173d56;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0;
}

.flight-stat-card__head strong {
  background: #f7fbfa;
  border: 1px solid rgba(23, 61, 86, 0.08);
  border-radius: 999px;
  color: #173d56;
  font-size: 12px;
  padding: 7px 10px;
  white-space: nowrap;
}

.fare-tape {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  position: relative;
}

.fare-tape:before {
  background: repeating-linear-gradient(90deg, rgba(23, 61, 86, 0.16) 0 12px, transparent 12px 20px);
  content: "";
  height: 2px;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 24px;
}

.fare-ticket {
  background: #fbfdfc;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  min-height: 138px;
  padding: 44px 10px 12px;
  position: relative;
}

.fare-ticket:after {
  background: linear-gradient(90deg, #f8b600 0%, #1a9d7e var(--fare-score), rgba(23, 61, 86, 0.12) var(--fare-score), rgba(23, 61, 86, 0.12) 100%);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 21px;
}

.fare-ticket i {
  background: #173d56;
  border: 4px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(23, 61, 86, 0.14), 0 8px 18px rgba(23, 61, 86, 0.16);
  height: 16px;
  left: 50%;
  position: absolute;
  top: 14px;
  transform: translateX(-50%);
  width: 16px;
  z-index: 1;
}

.fare-ticket b,
.fare-ticket small,
.fare-ticket em {
  display: block;
  line-height: 1.2;
}

.fare-ticket b {
  color: #173d56;
  font-size: 17px;
}

.fare-ticket small {
  color: #60727f;
  font-size: 11px;
}

.fare-ticket em {
  align-self: end;
  color: #1a9d7e;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.fare-ticket.is-lowest {
  background: #fffaf0;
  border-color: rgba(248, 182, 0, 0.65);
  box-shadow: inset 0 0 0 1px rgba(248, 182, 0, 0.22);
}

.fare-ticket.is-lowest i {
  background: #f8b600;
}

.fare-route-markers {
  align-self: end;
  color: #173d56;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  grid-template-columns: auto minmax(60px, 1fr) auto;
  margin-top: 6px;
}

.fare-route-markers i {
  align-self: center;
  background: linear-gradient(90deg, #173d56 0%, #1a9d7e 62%, #f8b600 100%);
  border-radius: 999px;
  height: 3px;
  position: relative;
}

.fare-route-markers i:before,
.fare-route-markers i:after {
  background: #fff;
  border: 3px solid #173d56;
  border-radius: 999px;
  content: "";
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}

.fare-route-markers i:before {
  left: 0;
}

.fare-route-markers i:after {
  border-color: #f8b600;
  right: 0;
}

.flight-stat-card--read {
  background: #173d56;
  color: #fff;
  display: grid;
  min-height: 228px;
}

.flight-stat-card--read > span {
  color: #f8b600;
}

.flight-stat-card--read > strong {
  display: block;
  font-size: 32px;
  line-height: 1.05;
  margin-top: 10px;
}

.flight-stat-card--read p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.55;
  margin: 14px 0;
}

.flight-stat-card--read dl {
  align-self: end;
  display: grid;
  gap: 8px;
  margin: 0;
}

.flight-stat-card--read dl div {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
}

.flight-stat-card--read dt,
.flight-stat-card--read dd {
  margin: 0;
}

.flight-stat-card--read dt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.flight-stat-card--read dd {
  color: #fff;
  font-weight: 800;
}

.flight-stat-card--signals {
  display: grid;
  gap: 16px;
  min-height: 228px;
}

.signal-block__head {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.signal-block__head span {
  margin: 0;
}

.signal-block__head small {
  color: #60727f;
  font-size: 12px;
}

.signal-lane,
.gate-chip {
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 11px;
}

.signal-lane b,
.gate-chip b {
  color: #263238;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.signal-lane em,
.gate-chip span {
  color: #1a9d7e;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.signal-lane i,
.gate-chip i {
  background: linear-gradient(90deg, #1a9d7e 0%, #f8b600 100%);
  border-radius: 999px;
  display: block;
  grid-column: 1 / -1;
  height: 7px;
  max-width: 100%;
}

.route-guide__intro {
  margin: 0 auto 24px;
  max-width: 760px;
  position: relative;
  text-align: center;
}

.route-guide__intro:after {
  background: #1a9d7e;
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin: 18px auto 0;
  width: 64px;
}

.route-guide__kicker {
  color: #1a9d7e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.route-guide__intro h2,
.route-access h3,
.route-hubs h3,
.route-operators h3,
.route-weather h3 {
  color: #173d56;
  letter-spacing: 0;
}

.route-guide__intro h2 {
  font-size: 34px;
  margin-bottom: 10px;
}

.route-guide__stats {
  background: transparent;
  border-radius: 8px;
  color: #173d56;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 26px;
}

.route-guide__stats > div {
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(23, 61, 86, 0.06);
  min-height: 156px;
  padding: 22px;
  position: relative;
}

.route-guide__stats > div:before {
  background: #1a9d7e;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 22px;
  position: absolute;
  top: 22px;
  width: 8px;
}

.route-guide__stats span {
  color: #6998ab;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 18px;
  text-transform: uppercase;
}

.route-guide__stats strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.route-guide__stats p {
  color: #60727f;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.route-guide__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  margin-bottom: 24px;
}

.route-guide__map-panel,
.route-weather,
.route-useful,
.route-hubs__city,
.route-access__table-wrap,
.route-operators {
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(23, 61, 86, 0.06);
  background: #fff;
}

.route-guide-map {
  border-radius: 8px 8px 0 0;
  height: 360px;
  min-height: 360px;
  overflow: hidden;
  width: 100%;
}

.route-guide-map__empty {
  align-items: center;
  background: #f7faf9;
  color: #60727f;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 22px;
  text-align: center;
}

.route-guide__distance-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 14px 16px;
}

.route-guide__distance-row span {
  color: #60727f;
  font-size: 14px;
}

.route-guide__distance-row strong {
  color: #173d56;
}

.route-weather {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 18px;
}

.route-weather__item {
  border-top: 1px solid #eef2f5;
  min-width: 0;
  padding: 12px 0 0;
}

.route-weather__item + .route-weather__item {
  margin-top: 12px;
}

.route-weather__current {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.route-weather__current strong,
.route-weather__current span {
  display: block;
}

.route-weather__current span {
  color: #60727f;
  font-size: 13px;
}

.route-weather__temp {
  color: #173d56;
  flex: 0 0 auto;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}

.route-weather__item p {
  color: #60727f;
  font-size: 12px;
  line-height: 1.35;
  margin: 5px 0 0;
}

.route-weather__forecast {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 8px;
}

.route-weather__day {
  background: #f7fbfa;
  border: 1px solid rgba(23, 61, 86, 0.06);
  border-radius: 6px;
  display: block;
  min-width: 0;
  padding: 5px 2px;
  text-align: center;
}

.route-weather__day b,
.route-weather__day em,
.route-weather__icon {
  display: block;
}

.route-weather__day b {
  color: #6998ab;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.route-weather__icon {
  color: #173d56 !important;
  font-size: 15px;
  line-height: 1.1;
  margin-top: 3px;
}

.route-weather__day em {
  color: #173d56;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 3px;
}

.route-useful {
  color: #344450;
  line-height: 1.75;
  margin-bottom: 24px;
  padding: 22px;
}

.route-useful h3,
.route-useful h4 {
  color: #173d56;
  letter-spacing: 0;
}

.route-hubs {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 26px;
}

.route-hubs__city {
  padding: 20px;
}

.route-hubs__group {
  margin-top: 18px;
}

.route-hubs__group h4,
.route-access__head h4 {
  color: #173d56;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.route-hub-list {
  display: grid;
  gap: 8px;
}

.route-hub {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid rgba(26, 157, 126, 0.1);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 11px 12px;
}

.route-hub strong,
.route-hub span {
  display: block;
}

.route-hub strong {
  color: #173d56;
  font-size: 14px;
}

.route-hub span {
  color: #60727f;
  font-size: 12px;
}

.route-hub a,
.route-access__table a,
.route-operators a {
  color: #007f67;
  font-weight: 700;
  text-decoration: underline;
}

.route-access,
.route-operators {
  margin-top: 26px;
}

.route-access__table-wrap,
.route-operators {
  margin-top: 14px;
  overflow: hidden;
}

.route-access__head {
  align-items: end;
  background: #f8fafb;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 16px 18px;
}

.route-access__head span {
  color: #60727f;
  font-size: 12px;
}

.route-access__table-scroll {
  overflow-x: auto;
}

.route-access__table {
  border-collapse: collapse;
  color: #263238;
  min-width: 760px;
  width: 100%;
}

.route-access__table th,
.route-access__table td {
  border: 1px solid #e6edf2;
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
}

.route-access__table th {
  background: #f4f6f8;
  color: #506171;
  font-size: 13px;
  text-transform: uppercase;
}

.route-access__table td {
  font-size: 14px;
}

.route-access__table th:first-child,
.route-access__table td:first-child {
  min-width: 330px;
}

.airport-transfer-partners {
  margin-top: 12px;
  padding-top: 10px;
}

.airport-transfer-partners__label {
  color: #60727f;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.airport-transfer-partners__grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.airport-transfer-partner {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  color: #173d56;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 9px;
  min-height: 58px;
  padding: 7px 4px;
  text-align: left;
  transition: background-color 160ms ease, transform 160ms ease;
  width: 100%;
}

.airport-transfer-partner:hover {
  background: #f8fafb;
  transform: translateY(-1px);
}

.airport-transfer-partner__logo {
  align-items: center;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
}

.airport-transfer-partner__logo img {
  display: block;
  max-height: 42px;
  max-width: 42px;
  object-fit: contain;
}

.airport-transfer-partner__copy {
  display: block;
  min-width: 0;
}

.airport-transfer-partner__copy strong,
.airport-transfer-partner__copy small {
  display: block;
  line-height: 1.2;
}

.airport-transfer-partner__copy strong {
  color: #173d56;
  font-size: 13px;
  margin-bottom: 3px;
}

.airport-transfer-partner__copy small {
  color: #60727f;
  font-size: 11px;
}

.airport-transfer-partner--gettransfer .airport-transfer-partner__logo img {
  border-radius: 8px;
}

.route-operators {
  padding-top: 16px;
}

.route-operators h3 {
  padding: 0 18px;
}

.route-airline-logos {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 18px 16px;
}

.route-airline-logos a {
  align-items: center;
  background: #fff;
  border: 1px solid #e6edf2;
  border-radius: 8px;
  display: flex;
  height: 64px;
  justify-content: center;
  padding: 10px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tool-shell {
  background: #f8fbfb;
  color: #263238;
  min-height: 100vh;
}

.tr-mode-tools .tr-site-nav {
  background: #6998ab;
}

.tr-mode-tools .tr-site-nav .tr-logo,
.tr-mode-tools .tr-site-nav .tr-site-menu > li > a {
  color: #fff;
}

.tr-mode-tools .tr-site-nav .text-primary {
  color: #173d56 !important;
}

.tool-hero {
  background:
    linear-gradient(135deg, rgba(105, 152, 171, 0.95) 0%, rgba(23, 61, 86, 0.96) 100%),
    url("/static/images/hero-slider-4.webp") center/cover;
  color: #fff;
  padding: 150px 0 76px;
}

.tool-hero--distance {
  background:
    linear-gradient(135deg, rgba(23, 61, 86, 0.94) 0%, rgba(26, 157, 126, 0.88) 100%),
    url("/static/images/hero-slider-2.webp") center/cover;
}

.tool-hero--flag {
  background:
    linear-gradient(135deg, rgba(105, 152, 171, 0.95) 0%, rgba(248, 182, 0, 0.6) 100%),
    url("/static/images/hero-slider-3.webp") center/cover;
}

.tool-hero__grid {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.65fr);
}

.tool-eyebrow {
  color: #f8b600;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.tool-hero h1 {
  color: #fff;
  font-size: 56px;
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 18px;
  max-width: 760px;
}

.tool-hero p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 670px;
}

.tool-hero__panel {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
  padding: 24px;
}

.tool-hero__panel strong,
.tool-hero__panel span,
.tool-hero__panel em {
  display: block;
}

.tool-hero__panel strong {
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.tool-hero__panel span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.tool-hero__panel em {
  color: #f8b600;
  font-style: normal;
  font-weight: 800;
  margin-top: 14px;
}

.tool-tabs {
  background: #fff;
  border-bottom: 1px solid rgba(23, 61, 86, 0.08);
  box-shadow: 0 12px 34px rgba(23, 61, 86, 0.05);
}

.tool-tabs__scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 18px 0;
}

.tool-pill {
  background: #f2f6f7;
  border-radius: 999px;
  color: #173d56;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  padding: 12px 18px;
  text-transform: uppercase;
}

.tool-pill:hover,
.tool-pill.active {
  background: #fff0bf;
  color: #173d56;
  text-decoration: none;
}

.tool-section,
.tool-faq-section {
  padding: 70px 0;
}

.tool-section + .tool-faq-section {
  padding-top: 10px;
}

.tool-hero__panel--passport {
  align-items: start;
  display: grid;
  gap: 12px;
}

.visa-passport-cover {
  background: #eef6f4;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(23, 61, 86, 0.18);
  display: block;
  height: 168px;
  object-fit: cover;
  width: 118px;
}

.visa-passport-cover--hero {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 142px;
  width: 100px;
}

.visa-passport-cover--secondary {
  margin-left: -34px;
  opacity: 0.94;
  transform: rotate(4deg);
}

.visa-single-form {
  align-items: end;
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(23, 61, 86, 0.07);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 190px;
  margin-bottom: 22px;
  padding: 22px;
}

.visa-single-form__field label,
.visa-single-form__field select {
  display: block;
}

.visa-single-form__field label {
  color: #6998ab;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.visa-single-form__field select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #173d56 50%) calc(100% - 18px) 24px / 7px 7px no-repeat,
    linear-gradient(135deg, #173d56 50%, transparent 50%) calc(100% - 13px) 24px / 7px 7px no-repeat,
    #fff;
  border: 1px solid #dbe5ea;
  border-radius: 8px;
  color: #263238;
  min-height: 52px;
  padding: 0 38px 0 14px;
  width: 100%;
}

.visa-single-form button {
  background: #173d56;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  min-height: 52px;
  padding: 0 22px;
}

.visa-single-form button:hover {
  background: #1a9d7e;
}

.visa-detail-layout {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.75fr);
  margin-bottom: 28px;
}

.visa-passport-media {
  background: #f5faf9;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(23, 61, 86, 0.06);
  display: grid;
  gap: 18px;
  padding: 24px;
}

.visa-passport-media__stack {
  align-items: center;
  display: flex;
  min-height: 184px;
}

.visa-passport-media span {
  color: #6998ab;
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.visa-passport-media strong {
  color: #173d56;
  display: block;
  font-size: 24px;
  line-height: 1.18;
  margin: 8px 0;
}

.visa-passport-media em {
  color: #60727f;
  display: block;
  font-style: normal;
}

.tool-related-block {
  margin-top: 34px;
}

.tool-section-head {
  margin-bottom: 18px;
}

.tool-section-head span {
  color: #1a9d7e;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.tool-section-head h2 {
  color: #173d56;
  font-size: 34px;
  letter-spacing: 0;
  margin: 0;
}

.visa-compare {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.visa-card,
.visa-result,
.tool-note,
.distance-form,
.distance-result,
.flag-game,
.tool-mini-card,
.tool-faq-item {
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(23, 61, 86, 0.07);
}

.visa-card {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.visa-card__head {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 4px;
}

.visa-card__head span,
.visa-card label,
.distance-form label,
.visa-result dt,
.tool-mini-card span {
  color: #6998ab;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.visa-card__head strong {
  color: #173d56;
  font-size: 18px;
  letter-spacing: 0;
}

.visa-card select,
.distance-form input {
  background: #fff;
  border: 1px solid #dbe5ea;
  border-radius: 8px;
  color: #263238;
  min-height: 52px;
  padding: 0 14px;
  width: 100%;
}

.visa-card button,
.distance-form button,
.flag-game__actions button {
  background: #173d56;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  min-height: 48px;
  padding: 0 22px;
}

.visa-card button:hover,
.distance-form button:hover,
.flag-game__actions button:hover {
  background: #1a9d7e;
}

.visa-result-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visa-result {
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.visa-result:before {
  background: #1a9d7e;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.visa-result--mid:before {
  background: #f8b600;
}

.visa-result--closed:before,
.visa-result--unknown:before {
  background: #bf5b5b;
}

.visa-result--home:before {
  background: #6998ab;
}

.visa-result > span {
  color: #1a9d7e;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.visa-result h2,
.tool-faq-section h2 {
  color: #173d56;
  letter-spacing: 0;
}

.visa-result h2 {
  font-size: 34px;
  margin-bottom: 12px;
}

.visa-result p,
.tool-note p,
.tool-mini-card em {
  color: #60727f;
  line-height: 1.65;
}

.visa-result dl {
  border-top: 1px solid #edf2f4;
  margin: 18px 0 0;
  padding-top: 14px;
}

.visa-result dl div {
  display: grid;
  gap: 12px;
  grid-template-columns: 140px minmax(0, 1fr);
  padding: 9px 0;
}

.visa-result dd {
  color: #263238;
  font-weight: 700;
  margin: 0;
}

.tool-note {
  margin-top: 20px;
  padding: 20px 22px;
}

.tool-note strong {
  color: #173d56;
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.distance-form {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr) 170px;
  margin-bottom: 20px;
  padding: 22px;
}

.distance-form__field {
  position: relative;
}

.distance-form__field label,
.distance-form__field input {
  display: block;
}

.distance-form__field label {
  margin-bottom: 8px;
}

.distance-form__swap {
  align-items: center;
  background: #eef6f4;
  border-radius: 999px;
  color: #173d56;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.tool-form-error {
  background: rgba(191, 91, 91, 0.12);
  border: 1px solid rgba(191, 91, 91, 0.24);
  border-radius: 8px;
  color: #8f3838;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.distance-result {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
  overflow: hidden;
}

.distance-result div {
  border-right: 1px solid #edf2f4;
  padding: 24px;
}

.distance-result div:last-child {
  border-right: 0;
}

.distance-result span,
.distance-result em {
  color: #60727f;
  display: block;
}

.distance-result span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.distance-result strong {
  color: #173d56;
  display: block;
  font-size: 30px;
  line-height: 1.15;
  margin: 10px 0;
}

.distance-result em {
  font-style: normal;
}

.distance-result a {
  color: #1a9d7e;
  font-weight: 800;
}

.tool-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.tool-card-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tool-mini-card {
  color: #263238;
  display: block;
  min-height: 140px;
  padding: 22px;
}

.tool-mini-card--media {
  min-height: 228px;
}

.tool-mini-card--media img {
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(23, 61, 86, 0.12);
  display: block;
  height: 96px;
  margin-bottom: 14px;
  object-fit: cover;
  width: 68px;
}

.tool-mini-card:hover {
  color: #263238;
  text-decoration: none;
  transform: translateY(-2px);
}

.tool-mini-card strong {
  color: #173d56;
  display: block;
  font-size: 21px;
  letter-spacing: 0;
  margin: 8px 0;
}

.tool-mini-card em {
  display: block;
  font-style: normal;
}

.flag-game {
  margin: 0 auto;
  max-width: 760px;
  padding: 24px;
}

.flag-game__score,
.flag-game__actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.flag-game__score span {
  background: #f2f7f7;
  border-radius: 999px;
  color: #60727f;
  font-weight: 800;
  padding: 10px 14px;
}

.flag-game__score strong {
  color: #173d56;
}

.flag-game__stage {
  padding: 34px 0 24px;
  text-align: center;
}

.flag-game__flag {
  font-size: 92px;
  line-height: 1;
  margin-bottom: 16px;
}

.flag-game__stage p {
  color: #60727f;
  margin: 0;
}

.flag-game__options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flag-game__options button {
  background: #fff;
  border: 1px solid #dbe5ea;
  border-radius: 8px;
  color: #173d56;
  cursor: pointer;
  font-weight: 800;
  min-height: 58px;
  padding: 12px 14px;
  text-align: center;
}

.flag-game__options button:hover {
  border-color: #1a9d7e;
  box-shadow: 0 10px 24px rgba(23, 61, 86, 0.08);
}

.flag-game__options button.is-correct {
  background: #e7f7f2;
  border-color: #1a9d7e;
  color: #007f67;
}

.flag-game__options button.is-wrong {
  background: #fff2f2;
  border-color: #bf5b5b;
  color: #8f3838;
}

.flag-game__actions {
  justify-content: center;
  margin-top: 18px;
}

.flag-game__actions button + button {
  background: #eef6f4;
  color: #173d56;
}

.flag-game-fallback {
  background: #f7faf9;
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  margin: 22px auto 0;
  max-width: 760px;
  padding: 24px;
}

.flag-game-fallback h2 {
  color: #173d56;
  font-size: 28px;
  margin-bottom: 8px;
}

.flag-game-fallback p {
  color: #60727f;
  margin-bottom: 16px;
}

.flag-game-fallback__grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.flag-game-fallback__grid span {
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-radius: 8px;
  color: #173d56;
  font-weight: 700;
  padding: 9px 11px;
}

.tool-faq-section {
  background: #fff;
}

.tool-faq-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}

.tool-faq-list {
  display: grid;
  gap: 10px;
  margin: 0 auto;
  max-width: 900px;
}

.tool-faq-item {
  box-shadow: none;
  overflow: hidden;
}

.tool-faq-item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  list-style: none;
  padding: 0;
}

.tool-faq-item summary::-webkit-details-marker {
  display: none;
}

.tool-faq-item summary:after {
  color: #1a9d7e;
  content: "+";
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 800;
  padding-right: 18px;
}

.tool-faq-item[open] summary:after {
  content: "-";
}

.tool-faq-item h3 {
  color: #173d56;
  flex: 1 1 auto;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  margin: 0;
  padding: 18px 20px;
}

.tool-faq-item p {
  border-top: 1px solid #edf2f4;
  color: #60727f;
  line-height: 1.65;
  margin: 0;
  padding: 18px 20px 20px;
}

.route-airline-logos a:hover {
  border-color: rgba(26, 157, 126, 0.36);
  box-shadow: 0 10px 24px rgba(23, 61, 86, 0.1);
  transform: translateY(-1px);
}

.route-airline-logos img {
  display: block;
  max-height: 34px;
  max-width: 126px;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .tool-hero {
    padding: 118px 0 46px;
  }

  .tool-hero__grid,
  .visa-single-form,
  .visa-detail-layout,
  .visa-compare,
  .visa-result-grid,
  .distance-form,
  .distance-result,
  .tool-card-grid,
  .tool-card-grid--compact {
    grid-template-columns: 1fr;
  }

  .tool-hero h1 {
    font-size: 38px;
  }

  .tool-hero__panel strong {
    font-size: 26px;
  }

  .visa-passport-cover--secondary {
    margin-left: -24px;
  }

  .tool-section,
  .tool-faq-section {
    padding: 42px 0;
  }

  .visa-card__head,
  .flag-game__score,
  .flag-game__actions {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr;
  }

  .visa-result dl div {
    grid-template-columns: 1fr;
  }

  .distance-form__swap {
    margin-bottom: 0;
    width: 46px;
  }

  .distance-result div {
    border-bottom: 1px solid #edf2f4;
    border-right: 0;
  }

  .distance-result div:last-child {
    border-bottom: 0;
  }

  .flag-game__options {
    grid-template-columns: 1fr;
  }

  .flag-game__flag {
    font-size: 72px;
  }

  .event-index-hero {
    padding: 120px 0 48px;
  }

  .event-index-hero h1,
  .event-hero h1 {
    font-size: 36px;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .event-card__media {
    aspect-ratio: 16 / 10;
  }

  .event-hero {
    min-height: 0;
    padding: 122px 0 76px;
  }

  .event-breadcrumbs {
    margin-bottom: 42px;
  }

  .event-facts-card,
  .event-planning__grid {
    grid-template-columns: 1fr;
  }

  .event-facts-card div,
  .event-facts-card div:nth-child(3n),
  .event-facts-card div:nth-last-child(-n + 3) {
    border-bottom: 1px solid #edf2f4;
    border-right: 0;
    min-height: 0;
  }

  .event-facts-card div:last-child {
    border-bottom: 0;
  }

  .event-planning__head h2,
  .event-content h2,
  .event-faq h2,
  .event-more__head h2 {
    font-size: 30px;
  }

  .event-content {
    font-size: 16px;
  }

  .tr-hero .tr-hero-intro h1 {
    font-size: 38px;
  }

  .hero-route-copy {
    font-size: 28px;
  }

  .route-card strong,
  .deal-card strong {
    font-size: 18px;
  }

  .home-utp-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .home-utp-tablist {
    display: grid;
    width: 100%;
  }

  .home-utp-tab {
    padding: 0 10px;
  }

  .home-utp-overview {
    grid-template-columns: 1fr;
  }

  .home-utp-mini-stats {
    grid-template-columns: 1fr;
  }

  .home-utp-stat-grid {
    grid-template-columns: 1fr;
  }

  .home-utp-feature-item,
  .home-utp-stat-card,
  .home-utp-mini-stats div,
  .home-utp-mini-chart,
  .home-utp-chart {
    min-height: 0;
  }

  .home-utp-feature-item {
    padding: 14px;
  }

  .popular-destination-grid {
    grid-template-columns: 1fr;
  }

  .popular-destination-card {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 112px;
  }

  .popular-destination-card__image {
    height: 100%;
  }

  .popular-destination-card__copy {
    padding: 14px 16px;
  }

  .popular-destination-card__copy strong {
    font-size: 18px;
  }

  .home-subscribe-section {
    padding: 48px 0 58px;
  }

  .home-subscribe-card {
    gap: 22px;
    grid-template-columns: 1fr;
    padding: 32px 26px;
  }

  .home-subscribe-card__copy h2 {
    font-size: 30px;
  }

  .home-subscribe-card__copy p {
    font-size: 15px;
  }

  .home-subscribe-form__fields {
    grid-template-columns: 1fr;
  }

  .travel-entry-popup {
    align-items: flex-end;
    padding: 12px;
  }

  .travel-entry-popup__dialog {
    padding: 24px 20px 20px;
    width: 100%;
  }

  .travel-entry-popup__dialog:before {
    left: 20px;
    right: 58px;
  }

  .travel-entry-popup__mark {
    margin-bottom: 18px;
  }

  .travel-entry-popup h2 {
    font-size: 27px;
  }

  .travel-entry-popup__fields {
    grid-template-columns: 1fr;
  }

  .flight-deal-card {
    min-height: 0;
  }

  .flight-deal-card__timeline {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .flight-deal-card__line {
    flex-basis: auto;
    min-height: 28px;
  }

  .flight-stats-head {
    align-items: flex-start;
    display: block;
  }

  .flight-stats-head h2 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .flight-stats-summary {
    justify-content: flex-start;
  }

  .flight-stats-layout {
    grid-template-columns: 1fr;
  }

  .flight-stat-card {
    min-height: 0;
  }

  .fare-tape {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fare-ticket {
    min-height: 132px;
  }

  .travel-country-list {
    grid-template-columns: 1fr;
    max-height: 250px;
  }

  .travel-map,
  .travel-map-shell {
    min-height: 360px;
  }

  .travel-map {
    height: 360px;
  }

  .footer-seo-block {
    padding: 42px 0;
  }

  .blog-shell {
    padding-top: 82px;
  }

  .blog-feature__copy h1,
  .blog-empty-head h1 {
    font-size: 34px;
  }

  .article-featured__overlay {
    padding: 20px;
  }

  .article-featured__overlay h1 {
    font-size: 26px;
  }

  .article-reading {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .article-reading__toc,
  .article-reading__rail {
    display: none;
  }

  .article-toc--mobile {
    display: block;
  }

  .ta-bank-widget__hero,
  .ta-gear-widget__body,
  .ta-bank-widget__fee-grid,
  .ta-bank-widget__analysis-grid,
  .ta-gear-widget__facts,
  .ta-gear-widget__notes {
    grid-template-columns: 1fr;
  }

  .ta-gear-widget__body {
    grid-template-areas:
      "media"
      "metrics"
      "facts"
      "notes";
  }

  .ta-bank-widget__media,
  .ta-gear-widget__media {
    min-height: 240px;
  }

  .site-latest-articles {
    padding: 38px 0;
  }

  .site-latest-articles__head {
    align-items: flex-start;
    display: block;
  }

  .site-latest-articles__head a {
    display: inline-flex;
    margin-top: 10px;
  }

  .site-latest-articles__grid {
    grid-template-columns: 1fr;
  }

  .site-latest-card {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 96px;
  }

  .article-comparison h3 {
    font-size: 17px;
  }

  .ta-travel-banner {
    margin: 22px 0 28px;
  }

  .ta-travel-banner:before {
    background: linear-gradient(180deg, rgba(238, 248, 255, 0.99) 0%, rgba(238, 248, 255, 0.92) 58%, rgba(238, 248, 255, 0.38) 100%);
    width: 100%;
  }

  .ta-travel-banner__content {
    left: 5.5%;
    top: 6.8%;
    width: 51%;
  }

  .ta-travel-banner__eyebrow {
    font-size: clamp(4px, 1.6cqw, 7px);
    margin-bottom: 3px;
  }

  .ta-travel-banner__headline {
    font-size: clamp(13px, 5.1cqw, 22px);
  }

  .ta-travel-banner__text {
    font-size: clamp(5px, 1.95cqw, 8px);
    margin-top: 3px;
  }

  .ta-travel-banner__button {
    border-radius: 8px;
    font-size: 8px;
    margin-top: 4px;
    min-height: 18px;
    min-width: 74px;
    padding: 0 8px;
  }

  .ta-travel-banner__button:after {
    font-size: 10px;
    margin-left: 5px;
  }

  .ta-travel-banner__modes {
    font-size: 6px;
    gap: 5px;
    margin-top: 3px;
  }

  .route-guide__intro h2 {
    font-size: 28px;
  }

  .route-guide__stats,
  .route-guide__grid,
  .route-hubs,
  .flight-stats-layout {
    grid-template-columns: 1fr;
  }

  .route-guide__stats > div {
    min-height: 0;
    padding: 18px;
  }

  .route-guide-map {
    height: 320px;
    min-height: 320px;
  }

  .route-airline-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-access__head {
    align-items: flex-start;
    display: block;
  }

  .airport-transfer-partners__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .tool-hero__grid,
  .visa-single-form,
  .visa-detail-layout,
  .visa-compare,
  .visa-result-grid,
  .distance-form,
  .distance-result {
    grid-template-columns: 1fr;
  }

  .tool-card-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .distance-result div {
    border-bottom: 1px solid #edf2f4;
    border-right: 0;
  }

  .distance-result div:last-child {
    border-bottom: 0;
  }

  .event-card,
  .event-facts-card,
  .event-planning__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-facts-card div:nth-child(3n) {
    border-right: 1px solid #edf2f4;
  }

  .event-facts-card div:nth-child(2n) {
    border-right: 0;
  }

  .event-facts-card div:nth-last-child(-n + 3) {
    border-bottom: 1px solid #edf2f4;
  }

  .event-facts-card div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .article-reading {
    grid-template-columns: minmax(0, 760px);
    max-width: 820px;
  }

  .article-reading__toc,
  .article-reading__rail {
    display: none;
  }

  .article-toc--mobile {
    display: block;
  }

  .ta-bank-widget__hero,
  .ta-gear-widget__body {
    grid-template-columns: 1fr;
  }

  .ta-gear-widget__body {
    grid-template-areas:
      "media"
      "metrics"
      "facts"
      "notes";
  }

  .ta-gear-widget__facts,
  .site-latest-articles__grid {
    grid-template-columns: 1fr;
  }

  .site-latest-card {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .popular-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-subscribe-card {
    grid-template-columns: 1fr;
    padding: 38px;
  }

  .home-subscribe-form__fields {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 148px;
  }

  .route-guide__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-guide__grid,
  .route-hubs {
    grid-template-columns: 1fr;
  }

  .route-airline-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flight-stats-head {
    align-items: flex-start;
    display: block;
  }

  .flight-stats-layout {
    grid-template-columns: 1fr;
  }

  .fare-tape {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobile hardening pass: keep every public surface inside the viewport. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

img,
svg,
video,
iframe,
canvas {
  max-width: 100%;
}

table {
  max-width: 100%;
}

.article-content,
.event-content,
.footer-seo-copy,
.route-guide,
.tool-shell,
.tr-site-footer,
.blog-shell {
  overflow-wrap: anywhere;
}

@media (min-width: 992px) {
  .tr-site-nav .container {
    max-width: min(96vw, 1760px);
  }

  .tr-site-navigation {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(18px, 2.2vw, 46px);
    min-width: 0;
    width: 100%;
  }

  .tr-site-navigation .tr-logo {
    flex: 0 1 auto;
    font-size: clamp(24px, 2.25vw, 42px);
    line-height: 1;
    max-width: 28vw;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tr-site-navigation .tr-site-menu {
    align-items: center;
    display: flex !important;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    float: none !important;
    gap: clamp(10px, 1.15vw, 25px);
    justify-content: flex-end;
    margin: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
  }

  .tr-site-navigation .tr-site-menu > li {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }

  .tr-site-navigation .tr-site-menu > li > a,
  .tr-site-navigation .tr-site-menu > li > details {
    white-space: nowrap;
  }

  .tr-site-navigation .tr-site-menu > li > a {
    font-size: clamp(13px, 0.95vw, 16px);
    line-height: 1.2;
    padding-left: 0;
    padding-right: 0;
  }

  html[lang="uk"] .tr-site-navigation,
  html[lang="ru-UA"] .tr-site-navigation {
    gap: clamp(12px, 1.35vw, 28px);
  }

  html[lang="uk"] .tr-site-navigation .tr-logo,
  html[lang="ru-UA"] .tr-site-navigation .tr-logo {
    font-size: clamp(21px, 1.85vw, 34px);
    max-width: 22vw;
  }

  html[lang="uk"] .tr-site-navigation .tr-site-menu,
  html[lang="ru-UA"] .tr-site-navigation .tr-site-menu {
    gap: clamp(7px, 0.82vw, 17px);
  }

  html[lang="uk"] .tr-site-navigation .tr-site-menu > li > a,
  html[lang="ru-UA"] .tr-site-navigation .tr-site-menu > li > a {
    font-size: clamp(12px, 0.78vw, 15px);
  }
}

.tg-lang {
  display: inline-flex;
  position: relative;
  z-index: 30;
}

.tg-lang__button {
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
  line-height: 1;
  list-style: none;
  margin: 0;
  min-height: 22px;
  padding: 0;
  user-select: none;
}

.tg-lang__button::marker {
  content: "";
  display: none;
}

.tg-lang__button::-webkit-details-marker {
  display: none;
}

.tg-lang__flag {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 18px;
  justify-content: center;
  line-height: 1;
  width: 18px;
}

.tg-lang__caret {
  font-size: 11px;
  opacity: 0.7;
}

.tg-lang__menu {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
  min-width: 170px;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: left;
  top: calc(100% + 14px);
}

.tg-lang__item,
.tg-lang__item:visited {
  align-items: center;
  border-radius: 6px;
  color: #17384f;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  padding: 9px 10px;
  text-decoration: none;
  white-space: nowrap;
}

.tg-lang__item:hover,
.tg-lang__item:focus,
.tg-lang__item[aria-current="true"] {
  background: rgba(22, 159, 133, 0.09);
  color: #12445f;
}

.tr-site-menu > li.tr-nav-language {
  margin-left: 8px;
  padding-left: 4px;
}

.tr-site-menu > li.tr-nav-language .tg-lang__button {
  color: inherit;
  padding: 5px 0;
}

.tr-footer-bottom {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 42px;
  text-align: left;
}

.tr-footer-bottom p {
  margin: 0;
}

.tg-lang--footer .tg-lang__button {
  color: #fff;
}

.tg-lang--footer .tg-lang__menu {
  bottom: calc(100% + 12px);
  top: auto;
}

.tr-mobile-menu .tg-lang {
  display: block;
  width: 100%;
}

.tr-mobile-menu .tg-lang__button {
  color: #17384f;
  padding: 8px 0;
}

.tr-mobile-menu .tg-lang__menu {
  box-shadow: none;
  margin-top: 6px;
  position: static;
  width: 100%;
}

@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }

  .article-reading {
    grid-template-columns: minmax(0, 1fr);
    max-width: 820px;
  }

  .article-reading__toc,
  .article-reading__rail {
    display: none;
  }

  .article-toc--mobile {
    display: block;
  }

  .route-guide__grid,
  .route-hubs,
  .route-access__grid,
  .event-content-layout,
  .tool-hero__grid,
  .visa-detail-layout,
  .distance-form {
    grid-template-columns: 1fr;
  }

  .blog-feature .row {
    row-gap: 26px;
  }

  .event-hero__copy,
  .event-index-hero__copy {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  body {
    width: 100%;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tr-site-nav {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .tr-site-nav .tr-logo,
  .tr-site-nav .tr-site-logo {
    font-size: 25px;
    line-height: 1.1;
  }

  .tr-no-js-menu {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .tr-hero,
  .tr-hero.tr-hero--route {
    min-height: 0;
    padding-bottom: 52px;
    padding-top: 112px;
  }

  .tr-hero .tr-hero-intro h1,
  .hero-route-copy,
  .tool-hero h1,
  .event-index-hero h1,
  .event-hero h1,
  .blog-feature__copy h1,
  .blog-empty-head h1 {
    font-size: 32px;
    line-height: 1.16;
  }

  .hero-route-copy {
    margin-bottom: 18px !important;
  }

  .tr-hero .tr-hero-slides {
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 22px auto 0;
    max-width: min(290px, 78vw);
  }

  .hero-image-credit {
    margin-bottom: 10px;
  }

  .hero-search-row {
    margin-top: 22px;
  }

  .route-search-form {
    border-radius: 8px;
    padding: 18px;
  }

  .route-search-form__row,
  .route-search-form--compact .route-search-form__row {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .route-search-form__row > [class*="col-"],
  .route-search-form > .row > [class*="col-"] {
    margin-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .route-search-form .form-control,
  .route-search-form .btn,
  .route-search-form--compact .form-control,
  .route-search-form--compact .btn {
    font-size: 15px;
    min-height: 48px;
    width: 100%;
  }

  .route-search-form > .row.align-items-center {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .route-search-shell.is-fixed .route-search-placeholder {
    display: none;
  }

  .route-search-shell.is-fixed .hero-search-row {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    margin-top: 22px;
    padding: 0;
    position: static;
  }

  .route-search-shell.is-fixed .hero-search-row > .col-12,
  .route-search-shell.is-fixed .route-search-form,
  .route-search-shell.is-fixed .route-search-form__row {
    max-width: 100%;
    width: 100%;
  }

  .route-search-shell.is-fixed .route-search-form {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(23, 61, 86, 0.18);
    padding: 18px;
  }

  .route-search-shell.is-fixed .route-search-form > .row.align-items-center {
    display: grid;
  }

  .route-search-shell.is-fixed .route-search-form__row {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin: 0 !important;
  }

  .route-search-form__sticky-submit {
    display: none !important;
  }

  .city-autocomplete-menu,
  .route-search-form--compact .city-autocomplete-menu {
    left: 0;
    right: 0;
    width: 100%;
  }

  .route-card,
  .deal-card,
  .flight-deal-card,
  .route-guide-card,
  .route-access-card,
  .tool-mini-card,
  .event-card,
  .blog-card,
  .site-latest-card,
    .home-utp-feature-item,
    .home-utp-stat-card,
    .home-utp-mini-stats div,
    .home-utp-mini-chart,
    .home-utp-chart,
  .popular-destination-card {
    border-radius: 8px;
  }

  .deal-card--with-image {
    min-height: 0;
  }

  .flight-deal-card {
    padding: 16px;
  }

  .flight-deal-card__top,
  .flight-deal-card__bottom {
    align-items: flex-start;
    gap: 12px;
  }

  .flight-deal-card__bottom {
    flex-direction: column;
  }

  .flight-deal-card__bottom .btn,
  .flight-deal-card__bottom a,
  .flight-deal-card__bottom button {
    width: 100%;
  }

  .flight-stats-summary,
  .route-guide__stats,
  .route-guide__grid,
  .route-hubs,
  .route-access__grid,
  .route-airline-logos,
  .event-index-list,
  .event-card,
  .event-facts-card,
  .event-planning__grid,
  .tool-card-grid,
  .tool-card-grid--compact,
  .visa-single-form,
  .visa-compare,
  .visa-result-grid,
  .distance-form,
  .distance-result,
  .home-subscribe-card,
  .home-subscribe-form__fields {
    grid-template-columns: 1fr;
  }

  .fare-tape {
    grid-template-columns: 1fr;
  }

  .fare-ticket {
    min-height: 116px;
  }

  .flight-stats-summary {
    gap: 8px;
  }

  .flight-stats-summary span,
  .route-guide__stats > div,
  .tool-hero__panel,
  .tool-note,
  .flag-game-fallback {
    padding: 16px;
  }

  .route-guide-map,
  .travel-map,
  .travel-map-shell {
    height: 300px;
    min-height: 300px;
  }

  .route-airline-logos a {
    min-height: 70px;
    padding: 12px;
  }

  .route-airline-logos img {
    max-height: 28px;
    max-width: 118px;
  }

  .popular-destination-grid {
    gap: 14px;
  }

  .popular-destination-card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 104px;
  }

  .popular-destination-card__copy {
    padding: 12px 14px;
  }

  .popular-destination-card__copy strong {
    font-size: 17px;
  }

  .popular-destination-card__copy span,
  .popular-destination-card__copy em {
    font-size: 13px;
  }

  .home-subscribe-card {
    padding: 26px 20px;
  }

  .home-subscribe-card__copy h2,
  .tool-section-head h2,
  .tool-faq-section h2,
  .event-planning__head h2,
  .event-content h2,
  .event-faq h2,
  .event-more__head h2,
  .route-guide__intro h2,
  .flight-stats-head h2,
  .footer-seo-copy h2,
  .footer-faq h2,
  .site-latest-articles__head h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .blog-shell {
    padding-top: 76px;
  }

  .blog-category-bar__scroll,
  .tool-tabs__scroll {
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .blog-feature,
  .blog-list,
  .blog-empty-head,
  .tool-section,
  .tool-faq-section,
  .event-planning,
  .event-content-section,
  .event-faq-section,
  .event-more,
  .site-latest-articles,
  .footer-seo-block {
    padding-bottom: 42px;
    padding-top: 42px;
  }

  .blog-feature__copy h2 {
    font-size: 24px;
  }

  .article-head {
    padding-top: 22px;
  }

  .article-featured {
    aspect-ratio: 4 / 3;
  }

  .article-featured__overlay {
    padding: 18px;
  }

  .article-featured__overlay h1 {
    font-size: 24px;
    line-height: 1.18;
  }

  .article-byline {
    align-items: flex-start;
  }

  .article-reading {
    max-width: 100%;
    padding: 0 16px 44px;
  }

  .article-content {
    font-size: 15px;
    line-height: 1.72;
  }

  .article-content h2 {
    font-size: 25px;
    line-height: 1.22;
  }

  .article-content h3 {
    font-size: 19px;
    line-height: 1.25;
  }

  .article-content p,
  .article-content li,
  .event-content p,
  .event-content li {
    overflow-wrap: anywhere;
  }

  .article-content table,
  .event-content .seo-route-table,
  .seo-route-table {
    display: block;
    min-width: 0;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .article-content th,
  .article-content td,
  .event-content .seo-route-table th,
  .event-content .seo-route-table td,
  .seo-route-table th,
  .seo-route-table td {
    min-width: 150px;
    padding: 10px 12px;
  }

  .article-content pre,
  .article-content code {
    max-width: 100%;
    overflow-x: auto;
  }

  .article-toc {
    box-shadow: none;
    margin-bottom: 20px;
  }

  .blog-subscribe {
    padding: 18px;
  }

  .site-latest-card {
    grid-template-columns: 86px minmax(0, 1fr);
    min-height: 86px;
  }

  .site-latest-card__body {
    padding: 12px;
  }

  .site-latest-card__body strong {
    font-size: 14px;
  }

  .ta-bank-widget,
  .ta-gear-widget {
    padding: 18px;
  }

  .ta-bank-widget__hero,
  .ta-gear-widget__body,
  .ta-bank-widget__fee-grid,
  .ta-bank-widget__analysis-grid,
  .ta-gear-widget__facts,
  .ta-gear-widget__notes {
    grid-template-columns: 1fr;
  }

  .ta-bank-widget__cta,
  .ta-gear-widget__cta,
  .article-content a.ta-bank-widget__cta,
  .article-content a.ta-gear-widget__cta {
    display: inline-flex;
    max-width: 260px;
    min-height: 44px;
    padding: 0 18px;
    width: auto;
  }

  .ta-bank-widget__media,
  .ta-gear-widget__media {
    min-height: 210px;
  }

  .ta-gear-widget__metrics > div,
  .ta-gear-widget__facts > div,
  .ta-gear-widget__notes > div {
    min-width: 0;
  }

  .ta-travel-banner {
    aspect-ratio: 4 / 3;
  }

  .ta-travel-banner__content {
    left: 6%;
    top: 7%;
    width: 60%;
  }

  .ta-travel-banner__headline > div,
  .ta-travel-banner__text p,
  .ta-travel-banner__eyebrow,
  .ta-travel-banner__button {
    white-space: normal;
  }

  .tool-hero {
    min-height: 0;
  }

  .tool-hero__panel strong,
  .distance-result strong,
  .visa-result h2 {
    font-size: 24px;
  }

  .visa-passport-cover {
    max-width: 130px;
  }

  .visa-passport-cover--secondary {
    margin-left: -18px;
  }

  .flag-game {
    padding: 18px;
  }

  .flag-game__flag {
    font-size: 64px;
  }

  .event-card__body,
  .event-planning-card,
  .event-content,
  .event-faq {
    padding-left: 18px;
    padding-right: 18px;
  }

  .event-hero__chips,
  .event-hero__actions {
    align-items: flex-start;
    gap: 10px;
  }

  .event-hero__actions .btn,
  .event-btn-outline {
    width: 100%;
  }

  .event-facts-card {
    margin-top: -34px;
  }

  .event-mini-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .footer-faq__question {
    gap: 12px;
    padding: 16px;
  }

  .footer-faq__answer {
    padding: 0 16px 16px;
  }

  .tr-site-footer {
    padding-bottom: 34px;
  }

  .tr-site-footer .row {
    row-gap: 24px;
  }

  .tr-site-footer a,
  .tr-site-footer p,
  .tr-site-footer li {
    overflow-wrap: anywhere;
  }

  .tr-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .tg-lang--footer .tg-lang__menu {
    bottom: calc(100% + 10px);
    left: 0;
    right: auto;
  }
}

@media (max-width: 575.98px) {
  .tr-hero .tr-hero-intro h1,
  .hero-route-copy,
  .tool-hero h1,
  .event-index-hero h1,
  .event-hero h1,
  .blog-feature__copy h1,
  .blog-empty-head h1 {
    font-size: 29px;
  }

  .route-card,
  .deal-card {
    min-height: 0;
    padding: 18px;
  }

  .deal-card__image {
    height: 130px;
  }

  .flight-deal-card__timeline {
    gap: 8px;
  }

  .flight-deal-card__time strong {
    font-size: 26px;
  }

  .popular-destination-card {
    grid-template-columns: 1fr;
  }

  .popular-destination-card__image {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .blog-list__head,
  .site-latest-articles__head,
  .event-planning__head,
  .event-more__head,
  .route-access__head {
    align-items: flex-start;
    display: block;
  }

  .tool-pill,
  .blog-pill {
    white-space: nowrap;
  }

  .route-guide-map,
  .travel-map,
  .travel-map-shell {
    height: 280px;
    min-height: 280px;
  }

  .site-latest-card,
  .event-mini-card {
    grid-template-columns: 1fr;
  }

  .site-latest-card__image,
  .event-mini-card img {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .home-subscribe-card,
  .travel-entry-popup__dialog {
    padding: 22px 18px;
  }

  .page-toc__scroll {
    gap: 18px;
    justify-content: flex-start;
    padding: 10px 0;
  }

  .page-toc__label {
    display: none;
  }

  .page-toc a {
    font-size: 13px;
    padding: 4px 0 7px;
  }
}

.account-menu-logout {
  margin: 0;
}

.account-menu-logout button {
  background: transparent;
  border: 0;
  color: inherit;
  display: block;
  font: inherit;
  padding: 8px 20px;
  text-align: left;
  width: 100%;
}

.account-shell,
.account-auth-shell {
  background: #f6f8fa;
  padding: 120px 0 70px;
}

.account-auth-card,
.account-panel,
.account-sidebar {
  background: #fff;
  border: 1px solid #e1e8ec;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(20, 44, 58, 0.06);
}

.account-auth-card {
  margin: 0 auto;
  max-width: 520px;
  padding: 32px;
}

.account-layout {
  align-items: flex-start;
  display: grid;
  gap: 24px;
  grid-template-columns: 260px minmax(0, 1fr);
}

.account-sidebar {
  padding: 18px;
  position: sticky;
  top: 96px;
}

.account-sidebar__identity {
  align-items: center;
  border-bottom: 1px solid #edf1f3;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr);
  margin-bottom: 14px;
  padding-bottom: 16px;
}

.account-sidebar__identity > span {
  align-items: center;
  background: #6998ab;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.account-sidebar__identity strong,
.account-sidebar__identity small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-sidebar__identity small,
.account-muted,
.account-page-head p,
.account-list-row span,
.account-route-card span,
.account-session-row span,
.account-comment-row span,
.account-empty p {
  color: #6d7e87;
}

.account-nav {
  display: grid;
  gap: 4px;
}

.account-nav a,
.account-nav button,
.account-row-actions a,
.account-row-actions button,
.account-link-button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #243746;
  font: inherit;
  padding: 9px 10px;
  text-align: left;
}

.account-nav a.active,
.account-nav a:hover,
.account-nav button:hover,
.account-row-actions a:hover,
.account-row-actions button:hover {
  background: #edf5f8;
  color: #315d70;
}

.account-main {
  min-width: 0;
}

.account-page-head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.account-page-head h1,
.account-auth-card h1 {
  color: #1f3341;
  font-size: 32px;
  margin: 0 0 8px;
}

.account-eyebrow {
  color: #6998ab;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.account-head-actions,
.account-form-actions,
.account-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.account-panel {
  margin-bottom: 20px;
  padding: 22px;
}

.account-panel__head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.account-panel__head h2,
.account-danger-panel h2 {
  color: #1f3341;
  font-size: 20px;
  margin: 0;
}

.account-stat-grid,
.account-grid-two {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.account-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-stat-grid div {
  background: #fff;
  border: 1px solid #e1e8ec;
  border-radius: 8px;
  padding: 18px;
}

.account-stat-grid strong {
  color: #1f3341;
  display: block;
  font-size: 28px;
}

.account-stat-grid span {
  color: #6d7e87;
}

.account-list-row,
.account-route-card,
.account-comment-row,
.account-session-row,
.account-notification-row {
  align-items: center;
  border-top: 1px solid #edf1f3;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 14px 0;
}

.account-list-row:first-child,
.account-route-card:first-child,
.account-comment-row:first-child,
.account-session-row:first-child,
.account-notification-row:first-child {
  border-top: 0;
}

.account-list-row strong,
.account-route-card strong,
.account-comment-row strong,
.account-session-row strong {
  color: #1f3341;
  display: block;
}

.account-form {
  display: grid;
  gap: 14px;
}

.account-form--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-form--grid .account-form-errors,
.account-form--grid .account-form-actions {
  grid-column: 1 / -1;
}

.account-field {
  display: grid;
  gap: 7px;
}

.account-field span,
.account-check span {
  color: #1f3341;
  font-weight: 700;
}

.account-field input,
.account-field select,
.account-field textarea,
.account-notification-row select {
  border: 1px solid #cfdae0;
  border-radius: 6px;
  min-height: 44px;
  padding: 9px 11px;
  width: 100%;
}

.account-field input:focus,
.account-field select:focus,
.account-field textarea:focus,
.account-notification-row select:focus {
  border-color: #6998ab;
  box-shadow: 0 0 0 3px rgba(105, 152, 171, 0.2);
  outline: 0;
}

.account-field em,
.account-inline-error,
.account-form-errors {
  color: #a83232;
  font-style: normal;
}

.account-check {
  align-items: center;
  display: flex;
  gap: 10px;
}

.account-check input {
  height: 18px;
  width: 18px;
}

.account-messages {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.account-message {
  background: #edf5f8;
  border: 1px solid #d4e5ec;
  border-radius: 8px;
  color: #243746;
  padding: 12px 14px;
}

.account-message--error {
  background: #fff0f0;
  border-color: #f2c2c2;
}

.account-empty {
  background: #f8fafb;
  border: 1px dashed #cfdae0;
  border-radius: 8px;
  padding: 18px;
}

.account-danger,
.account-danger:hover {
  color: #a83232;
}

.account-danger-panel {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.account-readonly-email,
.account-security-summary {
  display: grid;
  gap: 12px;
}

.account-security-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-security-summary div,
.account-readonly-email {
  background: #f8fafb;
  border: 1px solid #edf1f3;
  border-radius: 8px;
  padding: 14px;
}

.route-save-form,
.route-save-login {
  margin-top: 18px;
}

.route-save-form {
  display: flex;
  justify-content: flex-end;
}

.route-save-button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.route-save-button:hover,
.route-save-button:focus {
  color: #f8b600;
  outline: 0;
}

.route-save-login {
  color: #fff;
}

.route-save-login a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.tr-mode-contact .tr-site-nav,
.tr-mode-legal .tr-site-nav {
  background: #6998AB;
  box-shadow: 0 10px 24px rgba(23, 61, 86, 0.08);
}

.tr-mode-contact .tr-site-nav .tr-logo,
.tr-mode-contact .tr-site-nav .tr-site-menu > li > a,
.tr-mode-legal .tr-site-nav .tr-logo,
.tr-mode-legal .tr-site-nav .tr-site-menu > li > a {
  color: #fff !important;
}

.tr-mode-contact .tr-site-nav .text-primary,
.tr-mode-legal .tr-site-nav .text-primary {
  color: #173d56 !important;
}

.contact-shell,
.legal-shell {
  background: #f8fbfb;
  color: #263238;
  min-height: 100vh;
}

.contact-hero {
  overflow: hidden;
  padding: 152px 0 82px;
  position: relative;
}

.contact-hero:before {
  background:
    repeating-linear-gradient(0deg, rgba(23, 61, 86, 0.12) 0 1px, transparent 1px 8px),
    #f8b600;
  content: "";
  height: 170px;
  left: -12%;
  opacity: 0.78;
  position: absolute;
  right: 28%;
  top: 72px;
  transform: rotate(-8deg);
}

.contact-hero:after {
  background:
    repeating-linear-gradient(0deg, rgba(23, 61, 86, 0.1) 0 1px, transparent 1px 9px),
    #fff;
  border: 1px solid rgba(23, 61, 86, 0.06);
  content: "";
  height: 190px;
  position: absolute;
  right: -12%;
  top: 118px;
  transform: rotate(9deg);
  width: 48%;
}

.contact-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  position: relative;
  z-index: 1;
}

.contact-copy {
  padding: 28px 0;
}

.contact-eyebrow,
.legal-eyebrow {
  color: #1a9d7e;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.contact-copy h1,
.legal-hero h1 {
  color: #173d56;
  font-size: 54px;
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 18px;
}

.contact-copy p,
.legal-hero p,
.legal-content p {
  color: #60727f;
  line-height: 1.75;
}

.contact-info-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-info-list div {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 61, 86, 0.1);
  border-radius: 8px;
  padding: 16px 18px;
}

.contact-info-list span,
.contact-form-card h2 {
  color: #173d56;
  display: block;
}

.contact-info-list span {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contact-info-list a,
.contact-info-list strong,
.legal-content a {
  color: #173d56;
  font-weight: 800;
}

.contact-form-card {
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.08);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(23, 61, 86, 0.13);
  padding: 34px;
}

.contact-form-card h2 {
  font-size: 28px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.contact-field span {
  color: #6998ab;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  border: 0;
  border-bottom: 2px solid #6d7e87;
  color: #263238;
  min-height: 48px;
  padding: 9px 0;
  width: 100%;
}

.contact-field textarea {
  min-height: 128px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #1a9d7e;
  box-shadow: 0 8px 0 -6px rgba(26, 157, 126, 0.28);
  outline: 0;
}

.contact-field em,
.contact-form-errors {
  color: #a83232;
  font-style: normal;
}

.contact-form button {
  background: #f8b600;
  border: 0;
  border-radius: 6px;
  color: #173d56;
  cursor: pointer;
  font-weight: 800;
  justify-self: start;
  min-height: 48px;
  padding: 0 24px;
  text-transform: uppercase;
}

.contact-form button:hover,
.contact-form button:focus {
  background: #1a9d7e;
  color: #fff;
}

.contact-messages {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.contact-message {
  background: #edf7f4;
  border: 1px solid rgba(26, 157, 126, 0.22);
  border-radius: 8px;
  color: #173d56;
  padding: 12px 14px;
}

.legal-hero {
  background:
    linear-gradient(135deg, rgba(105, 152, 171, 0.96), rgba(23, 61, 86, 0.95)),
    url("/static/images/hero-slider-5.webp") center/cover;
  color: #fff;
  padding: 152px 0 78px;
}

.legal-hero h1,
.legal-hero p,
.legal-hero small {
  color: #fff;
}

.legal-hero p {
  font-size: 18px;
  max-width: 720px;
}

.legal-hero small {
  display: block;
  font-weight: 800;
  margin-top: 18px;
}

.legal-section {
  padding: 64px 0;
}

.legal-content {
  background: #fff;
  border: 1px solid rgba(23, 61, 86, 0.09);
  border-radius: 8px;
  box-shadow: 0 18px 56px rgba(23, 61, 86, 0.08);
  margin: 0 auto;
  max-width: 920px;
  padding: 42px;
}

.legal-content h2 {
  color: #173d56;
  font-size: 24px;
  letter-spacing: 0;
  margin: 28px 0 10px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.cookie-banner {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(23, 61, 86, 0.12);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 18px 54px rgba(23, 61, 86, 0.2);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 18px;
  max-width: 760px;
  padding: 18px;
  position: fixed;
  right: 18px;
  z-index: 2200;
}

.cookie-banner strong {
  color: #173d56;
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}

.cookie-banner p {
  color: #60727f;
  line-height: 1.55;
  margin: 0;
}

.cookie-banner a {
  color: #1a9d7e;
  display: inline-block;
  font-weight: 800;
  margin-top: 6px;
}

.cookie-banner__form button {
  background: #173d56;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  min-height: 44px;
  padding: 0 22px;
}

.cookie-banner__form button:hover,
.cookie-banner__form button:focus {
  background: #1a9d7e;
}

.location-consent {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(23, 61, 86, 0.12);
  border-left: 5px solid #1a9d7e;
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(23, 61, 86, 0.18);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 680px;
  padding: 16px;
  position: fixed;
  right: 18px;
  top: 96px;
  width: min(680px, calc(100% - 36px));
  z-index: 2250;
}

.location-consent strong {
  color: #173d56;
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}

.location-consent p {
  color: #60727f;
  line-height: 1.5;
  margin: 0;
}

.location-consent__copy span {
  color: #8a5a00;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 8px;
}

.location-consent__actions {
  display: flex;
  gap: 8px;
}

.location-consent__actions button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  min-height: 42px;
  padding: 0 18px;
}

.location-consent__actions button:first-child {
  background: #173d56;
  color: #fff;
}

.location-consent__actions button:first-child:hover,
.location-consent__actions button:first-child:focus {
  background: #1a9d7e;
}

.location-consent__actions button:first-child:disabled {
  cursor: wait;
  opacity: 0.7;
}

.location-consent__actions button:last-child {
  background: #eef7f6;
  color: #173d56;
}

@media (max-width: 991.98px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero:before {
    right: 4%;
  }

  .contact-hero:after {
    display: none;
  }

  .account-layout {
    grid-template-columns: 1fr;
  }

  .account-sidebar {
    position: static;
  }

  .account-nav {
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .account-nav a,
  .account-nav button {
    white-space: nowrap;
  }

  .account-stat-grid,
  .account-grid-two,
  .account-security-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .contact-hero,
  .legal-hero {
    padding: 118px 0 48px;
  }

  .contact-copy h1,
  .legal-hero h1 {
    font-size: 36px;
  }

  .contact-form-card,
  .legal-content {
    padding: 22px;
  }

  .contact-form button,
  .cookie-banner__form button,
  .location-consent__actions button {
    width: 100%;
  }

  .cookie-banner,
  .location-consent {
    grid-template-columns: 1fr;
  }

  .location-consent {
    top: 78px;
  }

  .location-consent__actions {
    display: grid;
  }

  .account-shell,
  .account-auth-shell {
    padding: 96px 0 44px;
  }

  .account-auth-card,
  .account-panel,
  .account-sidebar {
    padding: 18px;
  }

  .account-page-head,
  .account-danger-panel {
    display: block;
  }

  .account-head-actions {
    margin-top: 12px;
  }

  .account-page-head h1,
  .account-auth-card h1 {
    font-size: 28px;
  }

  .account-stat-grid,
  .account-grid-two,
  .account-security-summary,
  .account-form--grid,
  .account-list-row,
  .account-route-card,
  .account-comment-row,
  .account-session-row,
  .account-notification-row {
    grid-template-columns: 1fr;
  }

  .account-row-actions,
  .account-head-actions {
    width: 100%;
  }

  .account-row-actions a,
  .account-row-actions button,
  .account-head-actions a {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .home-utp-snapshot,
  .home-utp-coverage-layout {
    grid-template-columns: 1fr;
  }

  .home-utp-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .home-utp-focus-card {
    grid-template-columns: 1fr;
  }

  .home-utp-progress-ring {
    height: 96px;
    width: 96px;
  }

  .home-utp-kpi-grid,
  .home-utp-utp-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1200px) {
  .article-reading {
    align-items: start;
    grid-template-columns: minmax(260px, 300px) minmax(0, 800px) minmax(280px, 332px);
    max-width: 1480px;
  }

  .article-reading__toc,
  .article-reading__rail {
    align-self: start;
    max-height: calc(100vh - 140px);
    overflow: visible;
    position: -webkit-sticky;
    position: sticky;
    top: 118px;
    z-index: 10;
  }

  .article-reading__rail {
    z-index: 12;
  }

  .article-toc-dock {
    display: block;
    margin-left: auto;
    margin-right: 0;
    padding: 0 16px 16px 0;
    width: min(320px, 100%);
    z-index: 10;
  }

  .article-subscribe-dock {
    margin: 0 0 0 auto;
    max-width: 332px;
    padding: 0;
    width: min(332px, 100%);
    z-index: 12;
  }

  .article-toc-dock,
  .article-subscribe-dock {
    position: static;
    top: auto;
  }

  .article-toc-dock .article-toc,
  .article-subscribe-dock .blog-subscribe {
    max-height: calc(100vh - 140px);
    overflow: auto;
    position: static;
    top: auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .spain-map-guide__layout {
    align-items: start;
  }

  .spain-map-sidebar {
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    position: sticky;
    top: 96px;
    z-index: 2;
  }
}

@media (max-width: 1199.98px) {
  .article-toc-dock,
  .article-subscribe-dock {
    max-width: none;
    padding: 0;
    position: static;
    top: auto;
    width: 100%;
  }

  .article-mobile-subscribe {
    display: block;
    margin: 34px 0 0;
  }

  .article-mobile-subscribe .blog-subscribe {
    max-height: none;
    overflow: visible;
    position: static;
    top: auto;
  }
}

@media (max-width: 767.98px) {
  .article-mobile-subscribe {
    margin-top: 30px;
  }

  .article-content .ta-travel-banner {
    aspect-ratio: auto;
    min-height: 440px;
    margin: 24px 0 30px;
  }

  .article-content .ta-travel-banner:before {
    background: linear-gradient(180deg, rgba(238, 248, 255, 0.99) 0%, rgba(238, 248, 255, 0.94) 48%, rgba(238, 248, 255, 0.28) 100%);
    width: 100%;
  }

  .article-content .ta-travel-banner__visual img {
    object-position: center bottom;
  }

  .article-content .ta-travel-banner__content {
    left: 20px;
    max-width: none;
    right: 20px;
    top: 22px;
    width: auto;
  }

  .article-content .ta-travel-banner__eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
    white-space: normal;
  }

  .article-content .ta-travel-banner__headline {
    font-size: 30px;
    line-height: 1.05;
  }

  .article-content .ta-travel-banner__headline > div,
  .article-content .ta-travel-banner__text p {
    white-space: normal;
  }

  .article-content .ta-travel-banner__text {
    font-size: 15px;
    line-height: 1.45;
    margin-top: 10px;
    max-width: 300px;
  }

  .article-content .ta-travel-banner__button {
    border-radius: 999px;
    font-size: 14px;
    margin-top: 16px;
    min-height: 42px;
    min-width: 0;
    padding: 0 18px;
    white-space: nowrap;
  }

  .article-content .ta-travel-banner__button:after {
    font-size: 17px;
    margin-left: 8px;
  }

  .article-content .ta-travel-banner__modes {
    flex-wrap: wrap;
    font-size: 10px;
    gap: 7px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .article-content .ta-travel-banner {
    min-height: 500px;
  }

  .article-content .ta-travel-banner__content {
    left: 16px;
    right: 16px;
    top: 20px;
  }

  .article-content .ta-travel-banner__headline {
    font-size: 26px;
  }

  .article-content .ta-travel-banner__text {
    font-size: 14px;
    max-width: 260px;
  }

  .article-content .ta-travel-banner__button {
    max-width: 220px;
    width: 100%;
  }
}
