.atlas-hero-meta {
  --atlas-meta-text: rgba(255, 255, 255, 0.92);
  --atlas-meta-line: rgba(255, 255, 255, 0.36);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem 0;
  margin-top: 1rem;
  color: var(--atlas-meta-text);
  font-size: clamp(0.84rem, 1.2vw, 0.95rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.015em;
}

.atlas-hero-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.atlas-hero-meta__item + .atlas-hero-meta__item::before {
  width: 1px;
  height: 1.1em;
  margin: 0 0.8rem;
  background: var(--atlas-meta-line);
  content: "";
}

.atlas-hero-meta__icon {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.atlas-hero-meta__label { font-weight: 600; }
.atlas-hero__title { margin: 0; }

/* Sluit aan op de uitlijning van de bestaande Uncode Default Header. */
.header-align-center .atlas-hero-meta { justify-content: center; }
.header-align-right .atlas-hero-meta { justify-content: flex-end; }

/* Hero volgens de Atlas Single Post-mockup: breed beeld met een rustig,
 * bijna paginabreed titelvlak dat slechts beperkt over de foto valt. */
body.single-post #page-header {
  margin-bottom: 0;
}

body.single-post #page-header .header-wrapper,
body.single-post #page-header .header-main-container {
  overflow: visible;
}

/* Uncode zet om de header-wrapper nog een header-basic-container met
 * overflow:hidden. Zonder deze uitzondering wordt de onderste helft van het
 * overlappende titelvlak afgekapt, hoewel het vlak zelf correct is opgebouwd. */
body.single-post #page-header > .header-basic {
  overflow: visible !important;
}

body.single-post #page-header .header-content {
  vertical-align: bottom !important;
  text-align: left !important;
}

body.single-post #page-header .header-main-container.limit-width {
  width: calc(100% - 64px);
  max-width: 1268px;
  margin-right: auto;
  margin-left: auto;
}

body.single-post #page-header .header-content-inner {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 2.35rem 2.85rem 2rem !important;
  transform: translateY(64%);
  border-top: 3px solid #78959a;
  background: #fff;
  box-shadow: 0 15px 38px rgba(37, 55, 69, 0.10);
  flex-direction: column;
  text-align: left;
}

body.single-post #page-header .header-title {
  order: 2;
  max-width: 100%;
  margin: 0 !important;
  color: #292d30 !important;
  font-size: clamp(2.5rem, 4.45vw, 3.8rem) !important;
  font-weight: 700 !important;
  line-height: 1.04 !important;
  text-transform: none !important;
  letter-spacing: -0.035em !important;
}

body.single-post .atlas-hero-eyebrow {
  order: 1;
  margin: 0 0 1.05rem;
  color: #587479;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.105em;
}

body.single-post .atlas-hero-eyebrow span {
  margin: 0 0.35rem;
}

body.single-post .atlas-hero-intro {
  order: 3;
  max-width: 1000px;
  margin-top: 1.35rem;
  color: #5d6368;
  font-size: 1.12rem;
  line-height: 1.6;
}

body.single-post .atlas-hero-intro p { margin: 0; }

body.single-post #page-header .atlas-hero-meta {
  --atlas-meta-text: #52666c;
  --atlas-meta-line: rgba(82, 102, 108, 0.28);
  order: 4;
  justify-content: flex-start;
  margin-top: 1.15rem;
}

body.single-post .post-wrapper {
  padding-top: 15rem;
}

/* Atlas vervangt de drukke standaard post-info in de hero. */
body.single-post #page-header .header-content-inner > .post-info { display: none; }

/* Voorkom de dubbele titel en lange breadcrumbbalk direct onder de hero. */
body.single-post .row-container.row-breadcrumb { display: none; }

/* Ook bruikbaar op een lichte achtergrond buiten de hero. */
.style-light .atlas-hero-meta,
.atlas-hero-meta.atlas-hero-meta--light {
  --atlas-meta-text: #41566b;
  --atlas-meta-line: rgba(65, 86, 107, 0.28);
}

@media (max-width: 569px) {
  .atlas-hero-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }

  .header-align-center .atlas-hero-meta,
  .header-align-right .atlas-hero-meta {
    align-items: center;
  }

  .atlas-hero-meta__item { white-space: normal; }
  .atlas-hero-meta__item + .atlas-hero-meta__item::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .atlas-hero-meta * { scroll-behavior: auto !important; }
}

/*
 * Single Post leeslayout.
 * Uncode maakt hier een buitenste content/sidebar-verdeling en in het bestaande
 * Content Block nogmaals een 8/12 + lege 4/12-verdeling. Atlas benut die lege
 * ruimte opnieuw zonder het Content Block of de sidebar te wijzigen.
 */
@media (min-width: 960px) {
  body.single-post .post-body > .row-container > .un-sidebar-layout {
    width: calc(100% - 72px);
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }

  body.single-post .un-sidebar-layout > .row-inner > .col-lg-7 {
    width: 68%;
  }

  body.single-post .un-sidebar-layout > .row-inner > .col-widgets-sidebar {
    width: 32%;
  }

  body.single-post .post-content > .row-container > .row > .row-inner > .wpb_column.col-lg-8 {
    width: 100%;
  }

  body.single-post .post-content > .row-container > .row > .row-inner > .wpb_column.col-lg-4 {
    display: none;
  }

  /* Geef de sidebar meer bruikbare binnenruimte dan Uncode standaard doet. */
  body.single-post .col-widgets-sidebar .uncell {
    padding-right: 0;
    padding-left: 2rem;
  }

  /* De TOC staat op desktop altijd open; de technische inklapknop voegt daar
   * niets toe en blijft uitsluitend voor kleinere schermen beschikbaar. */
  body.single-post .col-widgets-sidebar .ez-toc-title-toggle > a.ez-toc-toggle {
    display: none !important;
  }
}

/*
 * Rustige redactionele sidebar. De bestaande Easy TOC- en MapPress-widgets
 * blijven functioneel; Atlas verandert alleen hiërarchie en vormgeving.
 */
body.single-post .col-widgets-sidebar > .uncol {
  background: transparent !important;
}

body.single-post .col-widgets-sidebar .uncont {
  display: flex;
  gap: 1.35rem;
  flex-direction: column;
}

body.single-post .col-widgets-sidebar #ezw_tco-2 { order: 1; }
body.single-post .col-widgets-sidebar #custom_html-3 { order: 2; }

body.single-post .col-widgets-sidebar .sidebar-widgets {
  box-sizing: border-box;
  width: 100%;
  margin: 0 !important;
  padding: 1.35rem;
  border: 1px solid #dbe4e9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(43, 61, 73, 0.045);
}

body.single-post .col-widgets-sidebar .widget-title,
body.single-post .col-widgets-sidebar .ez-toc-title-container {
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 0 0.85rem !important;
  border: 0;
  border-bottom: 1px solid #e4eaee;
  color: #304958;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

body.single-post .col-widgets-sidebar #ez-toc-widget-container {
  width: 100%;
  height: auto;
}

/* Easy TOC nestelt het zichtbare label in de widgetkop. Geef uitsluitend het
 * binnenste label een scheidingslijn en houd de volledige kop links. */
body.single-post .col-widgets-sidebar #ezw_tco-2 > .widget-title,
body.single-post .col-widgets-sidebar #ezw_tco-2 .widget-title {
  padding-bottom: 0 !important;
  border-bottom: 0;
  text-align: left !important;
}

body.single-post .col-widgets-sidebar #ezw_tco-2 .ez-toc-title-container {
  display: block;
  text-align: left !important;
}

body.single-post .col-widgets-sidebar #ezw_tco-2 .ez-toc-title-toggle {
  display: block;
  float: none;
  width: 100%;
  text-align: left !important;
}

body.single-post .col-widgets-sidebar #ez-toc-widget-container nav {
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
}

body.single-post .col-widgets-sidebar .ez-toc-list {
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-post .col-widgets-sidebar .ez-toc-list li {
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.single-post .col-widgets-sidebar .ez-toc-list a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  padding: 0.58rem 0.65rem 0.58rem 0.85rem;
  border-left: 2px solid #e1e8ec;
  background: transparent !important;
  color: #5d707c !important;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.45;
}

body.single-post .col-widgets-sidebar .ez-toc-list a:hover,
body.single-post .col-widgets-sidebar .ez-toc-list li.active > a {
  border-left-color: #7394a3;
  background: #f5f8f9 !important;
  color: #304d5d !important;
}

body.single-post .col-widgets-sidebar #custom_html-3 .textwidget {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

body.single-post .col-widgets-sidebar mappress-map,
body.single-post .col-widgets-sidebar .mapp-layout {
  width: 100% !important;
  height: 250px !important;
  overflow: hidden;
  border: 0;
  border-radius: 7px;
}

body.single-post .col-widgets-sidebar .mapp-main,
body.single-post .col-widgets-sidebar .mapp-canvas-panel,
body.single-post .col-widgets-sidebar .mapp-canvas {
  width: 100% !important;
  height: 250px !important;
}

body.single-post .col-widgets-sidebar .mapp-footer {
  display: none;
}

/* Dezelfde locatiekaart staat al functioneel in de sidebar. Verberg alleen
 * de oude, rechtstreeks in de artikelkolom geplaatste MapPress-uitvoer. De
 * opgeslagen berichtinhoud en de sidebar-widget worden niet gewijzigd. */
body.single-post .post-content .uncode_text_column > mappress-map:not(.mapp-mini) {
  display: none !important;
}

/* Korte persoonlijke uitspraak als redactioneel rustpunt in het verhaal. */
.atlas-statement {
  margin: 2.25rem 0;
  padding: 1.8rem 2rem;
  border-left: 3px solid #55777b;
  background: #f2f3f3;
}

.atlas-statement__label {
  margin-bottom: 1.15rem;
  color: #45656a;
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.085em;
}

.atlas-statement__text,
.atlas-statement__text p {
  margin: 0;
  color: #29363e;
  font-size: clamp(1.08rem, 1.8vw, 1.25rem);
  font-weight: 650;
  line-height: 1.5;
}

.atlas-statement--niet_missen { border-left-color: #8b7659; }
.atlas-statement--niet_missen .atlas-statement__label { color: #765f42; }
.atlas-statement--goed_om_weten { border-left-color: #7893a3; }

body.single-post .post-content .wp-block-paragraph {
  color: #4b5e6d;
  font-size: 1.06rem;
  line-height: 1.78;
}

body.single-post .post-content .uncode_text_column > p.wp-block-paragraph:first-of-type::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: #446164;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.25em;
  font-weight: 500;
  line-height: 0.78;
}

/* Uncode houdt de 8/12 + lege 4/12-verdeling van het Content Block op sommige
 * telefoons actief. Maak de echte inhoud tot en met tablet volledig breed. */
@media (max-width: 959px) {
  body.single-post .post-body > .row-container > .un-sidebar-layout {
    display: block !important;
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  body.single-post .post-body > .row-container > .un-sidebar-layout > .row-inner {
    display: block !important;
    width: 100% !important;
  }

  body.single-post .un-sidebar-layout > .row-inner > .col-lg-7,
  body.single-post .un-sidebar-layout > .row-inner > .col-widgets-sidebar,
  body.single-post .post-content > .row-container > .row > .row-inner > .wpb_column.col-lg-8 {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }

  body.single-post .post-content > .row-container > .row > .row-inner > .wpb_column.col-lg-4 {
    display: none !important;
  }

  body.single-post .post-content,
  body.single-post .post-content > .row-container,
  body.single-post .post-content > .row-container > .row,
  body.single-post .post-content > .row-container > .row > .row-inner {
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.single-post .post-content > .row-container > .row {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.single-post .post-content > .row-container > .row > .row-inner > .wpb_column.col-lg-8 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.single-post .post-content .uncode_text_column,
  body.single-post .atlas-journey-facts {
    width: 100%;
    max-width: none;
  }
}

body.single-post .post-content h2.wp-block-heading {
  margin-top: 2.75rem;
  color: #263f52;
  font-size: clamp(1.65rem, 2.4vw, 2rem);
  line-height: 1.25;
}

/*
 * Gerelateerde verhalen: vervang de smalle Uncode-carrousel door twee rustige
 * redactionele kaarten. De automatische selectie en links blijven intact.
 */
body.single-post .post-after > .vc_row {
  background: transparent !important;
}

body.single-post .post-after > .vc_row > .row {
  padding-top: 3rem !important;
  padding-right: 0 !important;
  padding-bottom: 3rem !important;
  padding-left: 0 !important;
}

body.single-post .post-after .wpb_column.col-lg-12 {
  padding-left: 0 !important;
}

body.single-post .post-after .vc_custom_heading_wrap {
  margin-bottom: 1.25rem;
  text-align: left;
}

body.single-post .post-after .vc_custom_heading_wrap h5 {
  display: block;
  margin: 0;
  color: #263f52;
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.015em;
}

body.single-post .post-after .owl-stage {
  display: grid;
  width: 100% !important;
  transform: none !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.single-post .post-after .owl-item {
  width: auto !important;
  margin: 0 !important;
}

body.single-post .post-after .owl-item.cloned,
body.single-post .post-after .owl-nav,
body.single-post .post-after .owl-dots {
  display: none !important;
}

body.single-post .post-after .tmb {
  height: 100% !important;
  overflow: hidden;
  border: 1px solid #dbe4e9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(43, 61, 73, 0.05) !important;
}

body.single-post .post-after .t-entry-visual,
body.single-post .post-after .t-entry-visual-tc,
body.single-post .post-after .t-entry-visual-cont,
body.single-post .post-after .t-entry-visual-overlay,
body.single-post .post-after .t-entry-visual-overlay-in {
  width: 100% !important;
  height: 100% !important;
}

body.single-post .post-after .t-entry-visual {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

body.single-post .post-after .t-entry-visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body.single-post .post-after .t-entry-visual .dummy,
body.single-post .post-after .t-entry-visual .t-background-cover {
  width: 100% !important;
  height: 100% !important;
}

body.single-post .post-after .t-entry {
  box-sizing: border-box;
  width: 100% !important;
  height: auto !important;
  padding: 1.15rem 1.2rem 1.25rem !important;
  text-align: left;
}

body.single-post .post-after .t-entry-title {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  color: #304958;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.4;
  text-align: left;
}

body.single-post .post-after .t-entry-date {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin-top: 0.65rem;
  color: #81919b;
  font-size: 0.76rem;
  line-height: 1.4;
  text-align: left;
}

body.single-post .post-content .wp-block-image figcaption {
  margin-top: 0.6rem;
  color: #7a8e9b;
  font-size: 0.82rem;
  line-height: 1.5;
}

/*
 * Uncode verwerkt de content zowel in het Dynamic Content-element als in een
 * late standaardrij. Houd de Atlas-componenten uit die late rij verborgen;
 * de exemplaren in het Content Block blijven op hun bedoelde positie staan.
 */
body.single-post .post-content > .row-container > .row > .atlas-intro--dynamic,
body.single-post .post-content > .row-container > .row > .atlas-journey-facts,
body.single-post .post-content > .row-container > .row > .atlas-tips,
body.single-post .post-content > .row-container > .row > .atlas-related {
  display: none;
}

/* Atlas rendert zelf drie gerelateerde verhalen; de oude Uncode-carrousel met
 * twee kaarten blijft daardoor niet dubbel op de pagina staan. */
body.single-post .post-after {
  display: none !important;
}

.atlas-related {
  margin: 3.75rem 0 0;
  padding-top: 2.5rem;
  border-top: 1px solid #dbe4e9;
}

.atlas-related__title {
  margin: 0 0 1.35rem;
  color: #263f52;
  font-size: clamp(1.65rem, 2.5vw, 2rem);
  line-height: 1.25;
}

.atlas-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.atlas-related__card {
  min-width: 0;
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
}

.atlas-related__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 9px;
  background: #edf2f4;
}

.atlas-related__image {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 250ms ease;
  object-fit: cover;
}

.atlas-related__card:hover .atlas-related__image {
  transform: scale(1.025);
}

.atlas-related__content {
  padding: 1rem 0.2rem 0.2rem;
}

.atlas-related__card-title {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.4;
}

.atlas-related__card-title a {
  color: #304958;
}

.atlas-related__date {
  display: block;
  margin-top: 0.55rem;
  color: #81919b;
  font-size: 0.74rem;
  line-height: 1.4;
}

body.single-post .comments-area {
  box-sizing: border-box;
  width: calc(100% + 72px);
  margin-left: -36px;
  padding-top: 2.5rem;
  border-top: 1px solid #dbe4e9;
}

body.single-post .comments-area .comments-title {
  margin: 0 0 1.5rem !important;
  color: #303133 !important;
  font-size: clamp(1.65rem, 2.5vw, 2rem) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.atlas-tips {
  margin: 3.5rem 0 0;
  padding-top: 2.25rem;
  border-top: 1px solid #dbe4e9;
}

.atlas-tips__eyebrow {
  margin-bottom: 0.35rem;
  color: #7893a3;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.atlas-tips__title {
  margin: 0 0 1.25rem;
  color: #263f52;
  font-size: clamp(1.7rem, 2.5vw, 2.1rem);
  line-height: 1.2;
}

.atlas-tips__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.atlas-tip {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.25rem;
  border: 1px solid #dbe4e9;
  border-radius: 10px;
  background: #f7f9fa;
}

.atlas-tip:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.atlas-tip__icon {
  width: 1.4rem;
  height: 1.4rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
  fill: none;
  stroke: #6f91a4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.atlas-tip__title {
  margin: 0 0 0.4rem;
  color: #344c5e;
  font-size: 1rem;
  line-height: 1.35;
}

.atlas-tip__text,
.atlas-tip__text p {
  margin: 0;
  color: #5e7180;
  font-size: 0.92rem;
  line-height: 1.65;
}

/* Magazine-intro direct onder de hero. Bestaande tekst blijft onaangetast. */
body.single-post .atlas-intro {
  position: relative;
  margin: 0 0 2.25rem;
  padding: 0 0 0 1.25rem;
  border-left: 3px solid #8fa9b8;
  color: #41566b;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  font-weight: 400;
  line-height: 1.65;
}

body.single-post .atlas-intro--dynamic > p {
  margin: 0;
}

/* Verberg alleen de oude handmatige intro zodra het aparte veld gevuld is. */
body.single-post.atlas-has-dynamic-intro .atlas-intro:not(.atlas-intro--dynamic) {
  display: none;
}

.atlas-journey-facts {
  overflow: hidden;
  margin: 0 0 2.25rem;
  border: 1px solid #dbe4e9;
  border-radius: 10px;
  background: #f7f9fa;
}

.atlas-journey-facts__title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #dbe4e9;
  color: #344c5e;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.3;
}

.atlas-journey-facts__title svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: #6f91a4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.atlas-journey-facts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #dbe4e9;
}

.atlas-journey-facts__item--location,
.atlas-journey-facts__item--temperatuur,
.atlas-journey-facts__item--restaurant,
.atlas-journey-facts__item--hotel,
.atlas-journey-facts__item--trip,
.atlas-journey-facts__item--reisdag {
  grid-column: 1 / -1;
}

.atlas-journey-facts__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 1rem;
  background: #f7f9fa;
}

.atlas-journey-facts__item svg {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  fill: none;
  stroke: #6f91a4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.atlas-journey-facts__value,
.atlas-journey-facts__label {
  display: block;
}

.atlas-journey-facts__value {
  color: #344c5e;
  font-weight: 600;
  line-height: 1.3;
}

.atlas-journey-facts__label {
  margin-top: 0.15rem;
  color: #7a8e9b;
  font-size: 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 569px) {
  body.single-post .atlas-intro {
    margin-bottom: 1.75rem;
    padding-left: 1rem;
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .atlas-journey-facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .atlas-journey-facts__item--location,
  .atlas-journey-facts__item--temperatuur,
  .atlas-journey-facts__item--restaurant,
  .atlas-journey-facts__item--hotel,
  .atlas-journey-facts__item--trip,
  .atlas-journey-facts__item--reisdag {
    grid-column: 1 / -1;
  }

  .atlas-journey-facts { margin-bottom: 1.75rem; }

  .atlas-tips {
    margin-top: 2.5rem;
    padding-top: 1.75rem;
  }

  .atlas-tips__grid { grid-template-columns: 1fr; }

  .atlas-tip:last-child:nth-child(odd) { grid-column: auto; }

  body.single-post #page-header .header-main-container.limit-width {
    width: calc(100% - 24px);
  }

  body.single-post #page-header .header-content-inner {
    padding: 1.4rem 1.25rem 1.3rem !important;
    transform: translateY(72%);
  }

  body.single-post #page-header .header-title {
    font-size: clamp(2rem, 10vw, 2.7rem) !important;
    line-height: 1.08 !important;
  }

  body.single-post .atlas-hero-eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.68rem;
  }

  body.single-post .atlas-hero-intro {
    margin-top: 0.9rem;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  body.single-post #page-header .atlas-hero-meta {
    align-items: flex-start;
    gap: 0.45rem;
    margin-top: 0.85rem;
  }

  body.single-post .post-wrapper {
    padding-top: 22rem;
  }

  body.single-post .col-widgets-sidebar .uncont {
    gap: 1rem;
  }

  body.single-post .col-widgets-sidebar .sidebar-widgets {
    padding: 1.15rem;
  }

  body.single-post .post-content .uncode_text_column > p.wp-block-paragraph:first-of-type::first-letter {
    margin-top: 0.1em;
    font-size: 3.25em;
    line-height: 0.82;
  }

  .atlas-statement {
    margin: 1.75rem 0;
    padding: 1.35rem 1.25rem;
  }

  body.single-post .post-after .owl-stage {
    grid-template-columns: 1fr;
  }

  .atlas-related {
    margin-top: 2.75rem;
    padding-top: 2rem;
  }

  .atlas-related__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  body.single-post .comments-area {
    width: 100%;
    margin-left: 0;
    padding-top: 2rem;
  }

  body.single-post .post-after > .vc_row > .row {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

}
