/*
Theme Name: Bonaire4you Child
Description: Bonaire4you huisstijl voor het Blocksy-thema.
Author: Bonaire4you
Template: blocksy
Version: 1.1.2
Text Domain: bonaire4you-child
*/

:root {
  --b4y-teal-900: #0a3a42;
  --b4y-teal-700: #0d5f6b;
  --b4y-teal-600: #0f7d8c;
  --b4y-teal-500: #17939f;
  --b4y-teal-400: #2bb8c4;
  --b4y-teal-200: #a9e2e6;
  --b4y-teal-100: #e3f4f5;
  --b4y-coral-700: #e2593a;
  --b4y-coral-600: #ff8a5c;
  --b4y-coral-100: #ffe3d5;
  --b4y-sand-500: #f2c464;
  --b4y-sand-100: #fdf3dd;
  --b4y-ink-900: #1c2b2e;
  --b4y-ink-700: #3d4f52;
  --b4y-ink-500: #6b7c7e;
  --b4y-border: #dfe6e2;
  --b4y-paper: #fdf8ee;
  --b4y-white: #fff;
  --b4y-font-display: "Newsreader", Georgia, serif;
  --b4y-font-body: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --b4y-radius-sm: 6px;
  --b4y-radius-md: 12px;
  --b4y-radius-lg: 20px;
  --b4y-radius-xl: 28px;
  --b4y-radius-pill: 999px;
  --b4y-shadow-sm: 0 1px 2px rgba(28, 43, 46, .06), 0 1px 1px rgba(28, 43, 46, .04);
  --b4y-shadow-md: 0 8px 24px rgba(28, 43, 46, .10), 0 2px 6px rgba(28, 43, 46, .06);
  --b4y-shadow-lg: 0 20px 48px rgba(28, 43, 46, .14), 0 6px 16px rgba(28, 43, 46, .08);
  --b4y-ease: cubic-bezier(.16, 1, .3, 1);

  /* Blocksy globale variabelen */
  --theme-font-family: var(--b4y-font-body);
  --theme-text-color: var(--b4y-ink-700);
  --theme-link-initial-color: var(--b4y-teal-600);
  --theme-link-hover-color: var(--b4y-teal-700);
  --theme-button-background-initial-color: var(--b4y-teal-600);
  --theme-button-background-hover-color: var(--b4y-teal-700);
  --theme-button-text-initial-color: var(--b4y-white);
  --theme-border-color: var(--b4y-border);
  --theme-border-radius: var(--b4y-radius-pill);
}

html {
  scroll-behavior: smooth;
}

html body {
  background: var(--b4y-paper);
  color: var(--b4y-ink-700);
  font-family: var(--b4y-font-body);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title {
  color: var(--b4y-ink-900);
  font-family: var(--b4y-font-display);
  font-weight: 500;
  letter-spacing: -.025em;
}

h1,
.hero-section h1 {
  font-size: clamp(2.75rem, 6vw, 4.75rem);
  line-height: 1.03;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 1.1;
}

h3 {
  font-size: clamp(1.45rem, 2.5vw, 1.75rem);
  line-height: 1.22;
}

p,
li {
  color: var(--b4y-ink-700);
}

a {
  text-underline-offset: .18em;
  transition: color 150ms var(--b4y-ease);
}

::selection {
  background: var(--b4y-coral-100);
  color: var(--b4y-ink-900);
}

/* Header en navigatie */
#header [data-row] {
  background: rgba(255, 255, 255, .97);
  border-color: var(--b4y-border);
}

#header .site-logo-container img,
#header .default-logo {
  max-height: 54px;
}

#header [data-id="menu"] > ul > li > a {
  color: var(--b4y-ink-700);
  font-family: var(--b4y-font-body);
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .015em;
}

#header [data-id="menu"] > ul > li > a:hover,
#header [data-id="menu"] > ul > li.current-menu-item > a,
#header [data-id="menu"] > ul > li.current-menu-ancestor > a {
  color: var(--b4y-teal-600);
}

#header .sub-menu {
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-md);
  box-shadow: var(--b4y-shadow-md);
  overflow: hidden;
}

/* Knoppen */
.wp-element-button,
.wp-block-button__link,
.ct-button,
input[type="submit"] {
  border: 1px solid transparent;
  border-radius: var(--b4y-radius-pill);
  box-shadow: none;
  font-family: var(--b4y-font-body);
  font-weight: 700;
  padding: .85rem 1.5rem;
  transition: background-color 150ms var(--b4y-ease), border-color 150ms var(--b4y-ease), box-shadow 150ms var(--b4y-ease), transform 150ms var(--b4y-ease);
}

.wp-element-button:hover,
.wp-block-button__link:hover,
.ct-button:hover,
input[type="submit"]:hover {
  background: var(--b4y-teal-700);
  box-shadow: var(--b4y-shadow-sm);
  transform: translateY(-1px);
}

.is-style-outline > .wp-block-button__link {
  background: transparent;
  border-color: var(--b4y-teal-600);
  color: var(--b4y-teal-700);
}

/* Content en kaartcomponenten */
.site-main {
  background: var(--b4y-paper);
}

[data-archive="default"] article,
.wp-block-query article,
.b4y-card {
  background: var(--b4y-white);
  border: 0;
  border-radius: var(--b4y-radius-lg);
  box-shadow: var(--b4y-shadow-sm);
  overflow: hidden;
  transition: box-shadow 200ms var(--b4y-ease), transform 200ms var(--b4y-ease);
}

[data-archive="default"] article:hover,
.wp-block-query article:hover,
.b4y-card:hover {
  box-shadow: var(--b4y-shadow-md);
  transform: translateY(-2px);
}

[data-archive="default"] article .ct-media-container,
.wp-block-post-featured-image,
.b4y-card img {
  border-radius: var(--b4y-radius-lg) var(--b4y-radius-lg) 0 0;
  overflow: hidden;
}

[data-archive="default"] article .entry-title a,
.wp-block-post-title a {
  color: var(--b4y-ink-900);
  font-family: var(--b4y-font-display);
  font-weight: 500;
}

[data-archive="default"] article .entry-title a:hover,
.wp-block-post-title a:hover {
  color: var(--b4y-teal-700);
}

.entry-meta,
.entry-meta a,
.wp-block-post-date,
.wp-block-post-terms {
  color: var(--b4y-ink-500);
  font-family: var(--b4y-font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.entry-meta .meta-categories a,
.wp-block-post-terms a,
.b4y-tag {
  background: var(--b4y-coral-100);
  border-radius: var(--b4y-radius-pill);
  color: var(--b4y-coral-700);
  display: inline-flex;
  padding: .35rem .7rem;
  text-decoration: none;
}

.entry-excerpt,
.entry-excerpt p {
  color: var(--b4y-ink-500);
}

/* Artikelen */
.single-post .entry-content,
.page .entry-content {
  font-size: 1.075rem;
}

.single-post .entry-content > p,
.single-post .entry-content > ul,
.single-post .entry-content > ol,
.single-post .entry-content > blockquote {
  max-width: 720px;
}

.entry-content blockquote {
  background: var(--b4y-sand-100);
  border: 0;
  border-radius: var(--b4y-radius-lg);
  color: var(--b4y-ink-900);
  font-family: var(--b4y-font-display);
  font-size: 1.4rem;
  font-style: italic;
  margin-block: 2rem;
  padding: 1.5rem 1.75rem;
}

.entry-content img,
.wp-block-image img,
.wp-block-cover,
.wp-block-media-text__media {
  border-radius: var(--b4y-radius-lg);
}

.wp-block-separator {
  border-color: var(--b4y-border);
}

.wp-block-group.has-background,
.wp-block-columns.has-background {
  border-radius: var(--b4y-radius-xl);
}

/* Callouts voor praktische tips en checklists */
.b4y-callout,
.entry-content .is-style-b4y-callout {
  background: var(--b4y-teal-100);
  border-radius: var(--b4y-radius-lg);
  box-shadow: var(--b4y-shadow-sm);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.b4y-callout h2,
.b4y-callout h3,
.entry-content .is-style-b4y-callout h2,
.entry-content .is-style-b4y-callout h3 {
  color: var(--b4y-teal-900);
}

/* Formulieren */
input:not([type="submit"]),
textarea,
select {
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-md);
  color: var(--b4y-ink-900);
  font-family: var(--b4y-font-body);
}

input:focus,
textarea:focus,
select:focus,
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--b4y-teal-400);
  outline-offset: 3px;
}

/* Footer */
#footer,
#footer [data-row] {
  background: var(--b4y-teal-900);
  color: var(--b4y-white);
}

#footer h2,
#footer h3,
#footer h4,
#footer .widget-title {
  color: var(--b4y-white);
}

#footer p,
#footer li,
#footer a {
  color: var(--b4y-teal-100);
}

#footer a:hover {
  color: var(--b4y-sand-500);
}

/* Mobiel */
@media (max-width: 781px) {
  body {
    font-size: 16px;
  }

  h1,
  .hero-section h1 {
    font-size: clamp(2.5rem, 13vw, 3.75rem);
  }

  .wp-block-group.has-background,
  .wp-block-columns.has-background {
    border-radius: var(--b4y-radius-lg);
  }

  [data-archive="default"] article,
  .wp-block-query article {
    border-radius: var(--b4y-radius-md);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Aangeleverde blog-home en categorie-layout */
.b4y-shell {
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 32px;
  width: 100%;
}

.b4y-eyebrow {
  color: var(--b4y-coral-600);
  font-family: var(--b4y-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.b4y-eyebrow--sand {
  color: var(--b4y-sand-500);
}

.b4y-home {
  background: var(--b4y-paper);
}

.b4y-home-hero {
  align-items: center;
  display: flex;
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.b4y-home-hero__image,
.b4y-home-hero__overlay {
  inset: 0;
  position: absolute;
}

.b4y-home-hero__image {
  background-image: url("https://bonaire4you.nl/wp-content/uploads/2026/03/remco-guijs-U6QKzbQGAz8-unsplash-scaled.jpg");
  background-position: center 48%;
  background-size: cover;
  transform: scale(1.01);
}

.b4y-home-hero__overlay {
  background: linear-gradient(90deg, rgba(10, 58, 66, .92) 0%, rgba(10, 58, 66, .72) 44%, rgba(10, 58, 66, .24) 78%, rgba(10, 58, 66, .12) 100%);
}

.b4y-home-hero__content {
  color: var(--b4y-white);
  position: relative;
  z-index: 1;
}

.b4y-home-hero h1 {
  color: var(--b4y-white);
  font-size: clamp(3rem, 5.5vw, 4.5rem);
  line-height: 1.04;
  margin: 0;
  max-width: 790px;
}

.b4y-home-hero__intro {
  color: rgba(255, 255, 255, .92);
  font-size: 19px;
  line-height: 1.6;
  margin: 24px 0 28px;
  max-width: 690px;
}

.b4y-button {
  align-items: center;
  border-radius: var(--b4y-radius-pill);
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
}

.b4y-button--coral,
.b4y-button--coral:hover {
  background: var(--b4y-coral-600);
  color: var(--b4y-white);
}

.b4y-button--coral:hover {
  box-shadow: var(--b4y-shadow-md);
  transform: translateY(-2px);
}

.b4y-button--light,
.b4y-button--light:hover {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .52);
  color: var(--b4y-white);
}

.b4y-button--light:hover {
  background: var(--b4y-white);
  color: var(--b4y-teal-900);
}

.b4y-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.b4y-home-topics {
  background: var(--b4y-white);
  padding: 76px 0 84px;
}

.b4y-section-heading--center {
  display: block;
  margin-inline: auto;
  max-width: 720px;
  text-align: center;
}

.b4y-topic-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.b4y-topic-card {
  background: var(--b4y-paper);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-lg);
  color: var(--b4y-teal-900);
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 22px;
  text-decoration: none;
  transition: border-color 180ms var(--b4y-ease), box-shadow 180ms var(--b4y-ease), transform 180ms var(--b4y-ease);
}

.b4y-topic-card:hover {
  border-color: var(--b4y-coral-400);
  box-shadow: var(--b4y-shadow-md);
  color: var(--b4y-teal-900);
  transform: translateY(-4px);
}

.b4y-topic-card__icon {
  align-items: center;
  background: var(--b4y-teal-900);
  border-radius: 50%;
  color: var(--b4y-sand-500);
  display: inline-flex;
  font-size: 21px;
  height: 46px;
  justify-content: center;
  margin-bottom: 24px;
  width: 46px;
}

.b4y-topic-card strong,
.b4y-topic-card small {
  display: block;
}

.b4y-topic-card strong {
  font-family: var(--b4y-font-display);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 8px;
}

.b4y-topic-card small {
  color: var(--b4y-ink-500);
  font-size: 13px;
  line-height: 1.45;
}

.b4y-topic-card em {
  color: var(--b4y-coral-700);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  margin-top: auto;
  padding-top: 20px;
  text-transform: uppercase;
}

.b4y-home-planner {
  background: var(--b4y-sand-100);
  padding: 76px 0;
}

.b4y-home-planner__card {
  background:
    radial-gradient(circle at 88% 18%, rgba(231, 188, 93, .2), transparent 28%),
    var(--b4y-teal-900);
  border-radius: var(--b4y-radius-xl);
  color: var(--b4y-white);
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  overflow: hidden;
  padding: 52px;
}

.b4y-home-planner__card h2 {
  color: var(--b4y-white);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.03;
  margin: 4px 0 16px;
  max-width: 720px;
}

.b4y-home-planner__card > div > p:not(.b4y-eyebrow) {
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 26px;
  max-width: 700px;
}

.b4y-home-planner__card ul {
  align-self: center;
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.b4y-home-planner__card li {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--b4y-radius-md);
  color: var(--b4y-white);
  display: grid;
  gap: 2px;
  padding: 17px 18px;
}

.b4y-home-planner__card li strong { color: var(--b4y-sand-500); font-size: 15px; }
.b4y-home-planner__card li span { color: rgba(255,255,255,.72); font-size: 13px; }

.b4y-latest {
  padding: 80px 0 96px;
}

.b4y-home-discovery { background: var(--b4y-paper); }

.b4y-home-search {
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-lg);
  box-shadow: var(--b4y-shadow-sm);
  margin-bottom: 18px;
  padding: 18px;
}

.b4y-home-search > label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.b4y-home-search > div {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr auto;
}

.b4y-home-search > div > span {
  color: var(--b4y-teal-600);
  font-size: 28px;
  line-height: 1;
  padding-left: 5px;
}

.b4y-home-search input {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--b4y-ink-900);
  font: 500 17px/1.4 var(--b4y-font-body);
  min-width: 0;
  padding: 12px 8px;
  width: 100%;
}

.b4y-home-search input:focus { outline: none; }
.b4y-home-search:focus-within { border-color: var(--b4y-teal-500); box-shadow: 0 0 0 3px rgba(22,125,131,.12); }

.b4y-home-search button {
  background: var(--b4y-teal-900);
  border: 0;
  border-radius: var(--b4y-radius-pill);
  color: var(--b4y-white);
  cursor: pointer;
  font: 800 14px/1 var(--b4y-font-body);
  min-height: 46px;
  padding: 0 22px;
}

.b4y-home-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.b4y-home-filters button {
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-pill);
  color: var(--b4y-ink-700);
  cursor: pointer;
  font: 700 13px/1 var(--b4y-font-body);
  min-height: 42px;
  padding: 0 16px;
}

.b4y-home-filters button:hover,
.b4y-home-filters button:focus-visible { border-color: var(--b4y-teal-500); outline: none; }
.b4y-home-filters button.is-active { background: var(--b4y-teal-900); border-color: var(--b4y-teal-900); color: var(--b4y-white); }
.b4y-home-filters button:disabled { cursor: wait; opacity: .55; }

.b4y-home-results-bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
}

.b4y-home-results-bar p { color: var(--b4y-ink-500); font-size: 13px; font-weight: 700; margin: 0; }
.b4y-home-results-bar span { animation: b4y-planner-spin .8s linear infinite; border: 2px solid var(--b4y-teal-100); border-radius: 50%; border-top-color: var(--b4y-coral-600); height: 22px; width: 22px; }
.b4y-home-discovery.is-loading [data-home-results] { opacity: .58; }
.b4y-home-discovery [data-home-results] { transition: opacity 160ms var(--b4y-ease); }

.b4y-home-empty {
  background: var(--b4y-white);
  border: 1px dashed var(--b4y-border);
  border-radius: var(--b4y-radius-lg);
  grid-column: 1 / -1;
  padding: 54px 20px;
  text-align: center;
}

.b4y-home-empty span { color: var(--b4y-coral-600); font-size: 38px; }
.b4y-home-empty h3 { font-family: var(--b4y-font-body); font-size: 17px; margin: 12px auto 0; max-width: 520px; }
.b4y-home-load-more { display: flex; justify-content: center; padding-top: 34px; }
.b4y-home-noscript { color: var(--b4y-ink-500); font-size: 13px; margin-top: 20px; text-align: center; }

.b4y-section-heading {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.b4y-section-heading h2 {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  margin: 0 0 10px;
}

.b4y-section-heading p:not(.b4y-eyebrow) {
  color: var(--b4y-ink-500);
  margin: 0;
}

.b4y-text-link {
  color: var(--b4y-teal-700);
  flex: 0 0 auto;
  font-weight: 700;
}

.b4y-card-grid {
  display: grid;
  gap: 28px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.b4y-post-card {
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-lg);
  box-shadow: var(--b4y-shadow-sm);
  margin: 0;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 200ms var(--b4y-ease), transform 200ms var(--b4y-ease);
}

.b4y-post-card:hover {
  box-shadow: var(--b4y-shadow-md);
  transform: translateY(-4px);
}

.b4y-post-card__link,
.b4y-post-card__link:hover {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.b4y-post-card__media {
  aspect-ratio: 4 / 3;
  background: var(--b4y-ink-100);
  overflow: hidden;
}

.b4y-post-card__media img,
.b4y-post-card__fallback {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms var(--b4y-ease);
  width: 100%;
}

.b4y-post-card__fallback {
  background: linear-gradient(145deg, var(--b4y-teal-100), var(--b4y-sand-100));
}

.b4y-post-card:hover .b4y-post-card__media img {
  transform: scale(1.045);
}

.b4y-post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.b4y-post-card__category {
  color: var(--b4y-coral-600);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.b4y-post-card h2,
.b4y-post-card h3 {
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  line-height: 1.2;
  margin: 0 0 12px;
}

.b4y-post-card__excerpt {
  color: var(--b4y-ink-500);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 20px;
}

.b4y-post-card__author,
.b4y-post-card__meta {
  color: var(--b4y-ink-500);
  font-size: 13px;
  line-height: 1.5;
  margin: auto 0 0;
}

.b4y-post-card__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.b4y-post-card__meta time {
  color: inherit;
}

.b4y-post-card__location {
  align-items: center;
  color: var(--b4y-teal-800);
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 2px 8px;
  grid-template-columns: auto 1fr;
  margin: 0 0 18px;
}

.b4y-post-card__location span {
  color: var(--b4y-coral-600);
  font-size: 17px;
  grid-row: 1 / 3;
}

.b4y-post-card__location small {
  color: var(--b4y-ink-500);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.b4y-category-page,
.b4y-blog-page {
  background: var(--b4y-paper);
  min-height: 70vh;
  padding: 34px 0 96px;
}

.b4y-breadcrumbs {
  align-items: center;
  color: var(--b4y-ink-500);
  display: flex;
  font-size: 13px;
  gap: 10px;
  margin-bottom: 28px;
}

.b4y-breadcrumbs a {
  color: var(--b4y-ink-500);
}

.b4y-category-header {
  margin-bottom: 40px;
  max-width: 920px;
}

.b4y-category-header h1 {
  font-size: clamp(2.75rem, 5vw, 4.25rem);
  margin: 0 0 16px;
}

.b4y-category-header__intro {
  color: var(--b4y-ink-500);
  font-size: 18px;
  line-height: 1.6;
}

.b4y-category-header__intro p {
  margin: 0;
}

.b4y-blog-header {
  margin-bottom: 46px;
  max-width: 780px;
}

.b4y-blog-header h1 {
  font-size: clamp(2.75rem, 5vw, 4.25rem);
  margin: 0 0 16px;
}

.b4y-blog-header > p:last-child {
  color: var(--b4y-ink-500);
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.b4y-post-card--blog .b4y-post-card__body {
  min-height: 300px;
  padding: 28px;
}

.b4y-post-card--blog .b4y-post-card__category {
  font-size: 13px;
  letter-spacing: .09em;
  margin-bottom: 12px;
}

.b4y-post-card--blog h2 {
  font-size: clamp(1.65rem, 2.4vw, 2rem);
  margin-bottom: 14px;
}

.b4y-post-card--blog .b4y-post-card__excerpt {
  font-size: 16px;
  line-height: 1.6;
}

.b4y-post-card--blog .b4y-post-card__meta {
  font-size: 14px;
}

.b4y-pagination {
  margin-top: 48px;
}

.b4y-pagination .nav-links {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.b4y-pagination .page-numbers {
  align-items: center;
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-radius: 50%;
  color: var(--b4y-teal-900);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.b4y-pagination .page-numbers.current,
.b4y-pagination .page-numbers:hover {
  background: var(--b4y-teal-900);
  border-color: var(--b4y-teal-900);
  color: var(--b4y-white);
}

@media (min-width: 1000px) {
  [data-header*="type-1"] .ct-header {
    min-height: 78px;
    position: relative;
  }

  [data-header*="type-1"] .ct-header [data-row="middle"] {
    --height: 78px;
    background: transparent !important;
    height: 78px;
    pointer-events: none;
    position: relative;
    z-index: 3;
  }

  [data-header*="type-1"] .ct-header [data-row="bottom"] {
    --height: 78px;
    background: var(--b4y-white);
    height: 78px;
    inset: 0;
    pointer-events: none;
    position: absolute !important;
    width: 100%;
    z-index: 2;
  }

  [data-header*="type-1"] .ct-header [data-row="bottom"] .ct-container {
    justify-content: center;
    pointer-events: auto;
  }

  #header [data-row="middle"] .ct-container {
    position: relative;
  }

  #header [data-row="middle"] [data-column="middle"] {
    position: static;
  }

  #header [data-row="middle"] [data-id="logo"] {
    --logo-max-height: 52px;
    left: 32px;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  #header [data-row="middle"] [data-id="logo"] img {
    height: auto !important;
    max-height: 52px !important;
    width: auto !important;
  }

  #header [data-id="menu"] > ul > li > a,
  #header .ct-header-search {
    color: var(--b4y-ink-700) !important;
  }

  [data-header*="type-1"] {
    --header-height: 78px;
  }
}

@media (max-width: 899px) {
  .b4y-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b4y-topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b4y-home-planner__card {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .b4y-home-planner__card ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .b4y-home-hero {
    min-height: 500px;
  }
}

@media (max-width: 820px) {
  .b4y-card-grid--blog,
  .b4y-card-grid--archive {
    grid-template-columns: 1fr;
  }

  .b4y-card-grid--blog {
    margin-inline: auto;
    max-width: 720px;
  }

  .b4y-post-card--blog .b4y-post-card__body {
    min-height: 460px;
  }
}

@media (max-width: 689px) {
  .b4y-shell {
    padding-inline: 20px;
  }

  .b4y-home-hero {
    min-height: 520px;
  }

  .b4y-home-hero__overlay {
    background: linear-gradient(90deg, rgba(10, 58, 66, .92), rgba(10, 58, 66, .58));
  }

  .b4y-home-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.1rem);
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }

  .b4y-home-hero__intro {
    font-size: 17px;
  }

  .b4y-home-hero__actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 270px;
  }

  .b4y-home-topics,
  .b4y-home-planner {
    padding: 56px 0;
  }

  .b4y-topic-grid {
    grid-template-columns: 1fr;
  }

  .b4y-topic-card {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 46px 1fr;
    min-height: 0;
    padding: 18px;
  }

  .b4y-topic-card__icon { margin: 0; }
  .b4y-topic-card em { grid-column: 2; padding: 0; }

  .b4y-home-planner__card {
    border-radius: var(--b4y-radius-lg);
    padding: 30px 22px;
  }

  .b4y-home-planner__card h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }

  .b4y-home-planner__card ul {
    grid-template-columns: 1fr;
  }

  .b4y-home-search { padding: 10px; }
  .b4y-home-search > div { gap: 5px; grid-template-columns: auto 1fr; }
  .b4y-home-search button { grid-column: 1 / -1; width: 100%; }

  .b4y-home-filters {
    flex-wrap: nowrap;
    margin-inline: -20px;
    overflow-x: auto;
    padding: 0 20px 6px;
  }

  .b4y-home-filters button { flex: 0 0 auto; }

  .b4y-latest,
  .b4y-category-page,
  .b4y-blog-page {
    padding-bottom: 64px;
  }

  .b4y-latest {
    padding-top: 56px;
  }

  .b4y-section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .b4y-card-grid {
    grid-template-columns: 1fr;
  }

  .b4y-category-page,
  .b4y-blog-page {
    padding-top: 24px;
  }

  .b4y-category-header h1,
  .b4y-blog-header h1 {
    font-size: clamp(2.5rem, 12vw, 3.3rem);
  }

  .b4y-blog-header {
    margin-bottom: 32px;
  }

  .b4y-blog-header > p:last-child {
    font-size: 17px;
  }

  .b4y-post-card--blog .b4y-post-card__body {
    min-height: 315px;
    padding: 24px;
  }
}

/* Reistips generator */
.b4y-planner-page {
  background: var(--b4y-paper);
  min-height: 70vh;
  padding-bottom: 100px;
}

.b4y-planner-hero {
  background:
    linear-gradient(90deg, rgba(10, 58, 66, .97), rgba(10, 58, 66, .8)),
    url("https://bonaire4you.nl/wp-content/uploads/2026/03/remco-guijs-U6QKzbQGAz8-unsplash-scaled.jpg") center 48% / cover;
  color: var(--b4y-white);
  padding: 54px 0 120px;
}

.b4y-back-link--light { color: var(--b4y-white) !important; }

.b4y-planner-hero h1 {
  color: var(--b4y-white);
  font-size: clamp(3rem, 7vw, 5.6rem);
  letter-spacing: -.035em;
  line-height: .96;
  margin: 34px 0 20px;
  max-width: 840px;
}

.b4y-planner-hero > .b4y-shell > p:not(.b4y-eyebrow) {
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
  max-width: 720px;
}

.b4y-planner-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.b4y-planner-benefits li {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: var(--b4y-radius-pill);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  padding: 8px 14px;
}

.b4y-planner-benefits li::before { color: var(--b4y-sand-500); content: "✓"; }

.b4y-planner-shell { margin-top: -72px; position: relative; z-index: 2; }

.b4y-planner-card,
.b4y-plan-result {
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-xl);
  box-shadow: var(--b4y-shadow-lg);
  margin: 0 auto;
  max-width: 980px;
  overflow: hidden;
}

.b4y-planner-card__header,
.b4y-plan-result__header {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 34px 42px 24px;
}

.b4y-planner-card__header h2,
.b4y-plan-result__header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 5px 0 0;
}

.b4y-planner-step-label {
  color: var(--b4y-ink-500);
  font-size: 14px;
  font-weight: 800;
  margin: 7px 0 0;
}

.b4y-planner-progress { background: var(--b4y-teal-100); height: 5px; }
.b4y-planner-progress span { background: var(--b4y-coral-600); display: block; height: 100%; transition: width .35s var(--b4y-ease); width: 20%; }

.b4y-saved-trip {
  align-items: center;
  background: var(--b4y-sand-100);
  border-bottom: 1px solid var(--b4y-border);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 16px 42px;
}
.b4y-saved-trip p { display: grid; gap: 2px; margin: 0; }
.b4y-saved-trip span { color: var(--b4y-ink-500); font-size: 13px; }

.b4y-planner-form { padding: 36px 42px 40px; }
.b4y-planner-step { border: 0; margin: 0; min-height: 310px; padding: 0; }
.b4y-planner-step legend { color: var(--b4y-teal-900); font-family: var(--b4y-font-display); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 500; line-height: 1.12; margin-bottom: 10px; width: 100%; }
.b4y-planner-step > p { color: var(--b4y-ink-500); margin: 0 0 26px; }

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

.b4y-choice-grid--days { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.b4y-choice-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.b4y-choice-grid--interests { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.b4y-choice-grid label,
.b4y-segmented label { cursor: pointer; margin: 0; }
.b4y-choice-grid input,
.b4y-segmented input { opacity: 0; pointer-events: none; position: absolute; }

.b4y-choice-grid label > span {
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-md);
  color: var(--b4y-ink-500);
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  justify-content: center;
  min-height: 88px;
  padding: 18px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.b4y-choice-grid--days label > span { align-items: center; text-align: center; }
.b4y-choice-grid--days strong { font-family: var(--b4y-font-display); font-size: 2.2rem; line-height: 1; }
.b4y-choice-grid--interests label > span { font-size: 1.3rem; }
.b4y-choice-grid--interests strong { font-family: var(--b4y-font-body); font-size: 1rem; }
.b4y-choice-grid strong { color: var(--b4y-teal-900); font-size: 1.05rem; }

.b4y-choice-grid input:checked + span,
.b4y-segmented input:checked + span {
  background: var(--b4y-teal-100);
  border-color: var(--b4y-teal-500);
  box-shadow: 0 0 0 2px var(--b4y-teal-200);
}

.b4y-choice-grid input:focus-visible + span,
.b4y-segmented input:focus-visible + span { outline: 3px solid var(--b4y-coral-600); outline-offset: 2px; }
.b4y-choice-grid label:hover > span { border-color: var(--b4y-teal-400); transform: translateY(-2px); }

.b4y-planner-final-grid { display: grid; gap: 32px; grid-template-columns: 1fr 1.4fr; }
.b4y-planner-final-grid h3 { font-family: var(--b4y-font-body); font-size: 1rem; margin: 0 0 12px; }
.b4y-segmented { background: var(--b4y-sand-100); border-radius: var(--b4y-radius-pill); display: grid; gap: 4px; grid-template-columns: 1fr 1fr; padding: 4px; }
.b4y-segmented--three { grid-template-columns: repeat(3, 1fr); }
.b4y-segmented span { border: 1px solid transparent; border-radius: var(--b4y-radius-pill); display: block; font-size: 14px; font-weight: 800; padding: 12px; text-align: center; }

.b4y-planner-nav { align-items: center; display: flex; gap: 12px; justify-content: flex-end; margin-top: 28px; }
.b4y-planner-nav [data-prev] { margin-right: auto; }
.b4y-button--ghost { background: transparent; border: 1px solid var(--b4y-border); color: var(--b4y-teal-700); }
.b4y-button--ghost:hover { background: var(--b4y-teal-100); color: var(--b4y-teal-900); }
.b4y-planner-error { color: #a72f24 !important; font-weight: 700; margin-top: 14px !important; }

.b4y-planner-loading { margin: 70px auto; max-width: 680px; padding: 50px 20px; text-align: center; }
.b4y-planner-loading span { animation: b4y-planner-spin .8s linear infinite; border: 4px solid var(--b4y-teal-100); border-radius: 50%; border-top-color: var(--b4y-coral-600); display: inline-block; height: 54px; width: 54px; }
.b4y-planner-loading h2 { font-size: 2.3rem; margin: 22px 0 8px; }
.b4y-planner-loading p { color: var(--b4y-ink-500); }
@keyframes b4y-planner-spin { to { transform: rotate(360deg); } }

.b4y-plan-result { max-width: 1080px; overflow: visible; padding-bottom: 36px; }
.b4y-plan-result__header { background: var(--b4y-teal-900); border-radius: var(--b4y-radius-xl) var(--b4y-radius-xl) 0 0; color: var(--b4y-white); padding: 42px; }
.b4y-plan-result__header h2 { color: var(--b4y-white); }
.b4y-plan-result__header > div > p:last-child { color: rgba(255,255,255,.76); line-height: 1.6; max-width: 760px; }
.b4y-plan-result__header .b4y-text-link { background: none; border: 0; color: var(--b4y-sand-500); cursor: pointer; white-space: nowrap; }

.b4y-plan-map { background: var(--b4y-white); border-bottom: 1px solid var(--b4y-border); padding: 34px 42px 8px; }
.b4y-plan-map__header { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 18px; }
.b4y-plan-map__header h2 { font-size: 2rem; margin: 3px 0 5px; }
.b4y-plan-map__header p:not(.b4y-eyebrow) { color: var(--b4y-ink-500); font-size: 14px; margin: 0; }
.b4y-plan-map__filters { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.b4y-plan-map__filters button { align-items: center; background: var(--b4y-sand-100); border: 1px solid var(--b4y-border); border-radius: var(--b4y-radius-pill); color: var(--b4y-teal-900); cursor: pointer; display: inline-flex; font: 700 12px/1 var(--b4y-font-body); gap: 6px; padding: 10px 13px; white-space: nowrap; }
.b4y-plan-map__filters button:hover,
.b4y-plan-map__filters button:focus-visible { border-color: var(--b4y-teal-500); outline: none; }
.b4y-plan-map__filters button.is-active { background: var(--b4y-teal-900); border-color: var(--b4y-teal-900); color: var(--b4y-white); }
.b4y-plan-map__filters i { background: var(--marker-colour); border: 2px solid currentColor; border-radius: 50%; height: 10px; width: 10px; }
.b4y-plan-map__canvas { background: var(--b4y-teal-100); border: 1px solid var(--b4y-border); border-radius: var(--b4y-radius-lg); height: 470px; overflow: hidden; width: 100%; z-index: 1; }
.b4y-plan-map__canvas:focus-visible { outline: 3px solid var(--b4y-coral-600); outline-offset: 3px; }
.b4y-plan-map__note { color: var(--b4y-ink-500); font-size: 12px; margin: 9px 2px 0; }
.b4y-map-popup { display: grid; font-family: var(--b4y-font-body); gap: 5px; line-height: 1.3; min-width: 180px; }
.b4y-map-popup > span { color: var(--b4y-coral-700); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.b4y-map-popup > strong { color: var(--b4y-teal-900); font-family: var(--b4y-font-display); font-size: 18px; line-height: 1.15; }
.b4y-map-popup > small { color: var(--b4y-ink-500); }
.b4y-map-popup > a { color: var(--b4y-teal-700); font-size: 12px; font-weight: 800; margin-top: 3px; }

.b4y-plan-days { display: grid; gap: 42px; padding: 42px; }
.b4y-plan-day { display: grid; gap: 26px; grid-template-columns: 180px 1fr; }
.b4y-plan-day > header { border-top: 3px solid var(--b4y-coral-600); padding-top: 14px; }
.b4y-plan-day > header span { color: var(--b4y-coral-700); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.b4y-plan-day > header h3 { font-size: 1.75rem; line-height: 1.1; margin: 8px 0 0; }
.b4y-plan-day > div { display: grid; gap: 16px; }

.b4y-plan-item { background: var(--b4y-paper); border: 1px solid var(--b4y-border); border-radius: var(--b4y-radius-lg); display: grid; grid-template-columns: 190px 1fr; overflow: hidden; }
.b4y-plan-item__image { background: var(--b4y-teal-100); display: block; min-height: 190px; overflow: hidden; }
.b4y-plan-item__image img { height: 100%; object-fit: cover; width: 100%; }
.b4y-plan-item__image--fallback { background: linear-gradient(135deg, var(--b4y-teal-100), var(--b4y-sand-100)); }
.b4y-plan-item__body { padding: 22px; }
.b4y-plan-item__meta { display: flex; flex-wrap: wrap; gap: 6px; }
.b4y-plan-item__meta span { background: var(--b4y-white); border: 1px solid var(--b4y-border); border-radius: var(--b4y-radius-pill); color: var(--b4y-ink-500); font-size: 11px; font-weight: 800; padding: 4px 8px; text-transform: uppercase; }
.b4y-plan-item h4 { font-size: 1.65rem; margin: 12px 0 8px; }
.b4y-plan-item h4 a { color: var(--b4y-teal-900); }
.b4y-plan-item__body > p { color: var(--b4y-ink-500); font-size: 14px; line-height: 1.55; margin: 0; }
.b4y-plan-item__body > .b4y-plan-item__location { color: var(--b4y-teal-700); font-size: 12px; font-weight: 700; margin-top: 10px; }
.b4y-plan-item__location small { color: var(--b4y-ink-500); font-size: inherit; font-weight: 500; }
.b4y-plan-item__location-facts { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 10px 0 0; padding: 0; }
.b4y-plan-item__location-facts li { background: var(--b4y-sand-100); border-radius: 999px; color: var(--b4y-ink-600); font-size: 11px; font-weight: 650; padding: 5px 9px; }
.b4y-plan-item__links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 14px; }
.b4y-plan-item__links a,
.b4y-plan-item__links button { background: none; border: 0; color: var(--b4y-teal-700); cursor: pointer; font: 800 13px/1.4 var(--b4y-font-body); padding: 0; }
.b4y-plan-item__links a:hover,
.b4y-plan-item__links button:hover { color: var(--b4y-coral-700); }

.b4y-plan-tips { background: var(--b4y-sand-100); margin: 0 42px; padding: 32px; border-radius: var(--b4y-radius-lg); }
.b4y-plan-tips > h2 { font-size: 2rem; margin: 4px 0 22px; }
.b4y-plan-tips > div { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.b4y-plan-tips article { background: var(--b4y-white); border-radius: var(--b4y-radius-md); padding: 18px; }
.b4y-plan-tips h3 { font-size: 1.25rem; margin: 0 0 8px; }
.b4y-plan-tips p { color: var(--b4y-ink-500); font-size: 13px; line-height: 1.5; }
.b4y-plan-tips a { font-size: 13px; font-weight: 800; }
.b4y-plan-actions { display: flex; flex-wrap: wrap; gap: 10px; padding: 32px 42px 0; }
.b4y-plan-status { color: var(--b4y-teal-700); font-size: 14px; font-weight: 800; margin: 14px 42px 0; }

@media (max-width: 820px) {
  .b4y-choice-grid--days { grid-template-columns: repeat(3, 1fr); }
  .b4y-choice-grid--interests { grid-template-columns: repeat(2, 1fr); }
  .b4y-plan-day { grid-template-columns: 1fr; }
  .b4y-plan-day > header { display: grid; gap: 10px; grid-template-columns: auto 1fr; }
  .b4y-plan-day > header h3 { margin: 0; }
  .b4y-plan-tips > div { grid-template-columns: 1fr; }
  .b4y-plan-map__header { align-items: flex-start; flex-direction: column; }
  .b4y-plan-map__filters { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .b4y-planner-page { padding-bottom: 64px; }
  .b4y-planner-hero { padding: 34px 0 92px; }
  .b4y-planner-hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .b4y-planner-shell { margin-top: -48px; padding-inline: 14px; }
  .b4y-planner-card__header,
  .b4y-planner-form,
  .b4y-plan-result__header,
  .b4y-plan-days { padding-left: 20px; padding-right: 20px; }
  .b4y-planner-card__header { padding-top: 26px; }
  .b4y-saved-trip { align-items: stretch; flex-direction: column; padding-inline: 20px; }
  .b4y-planner-step { min-height: 440px; }
  .b4y-choice-grid,
  .b4y-choice-grid--three,
  .b4y-choice-grid--interests { grid-template-columns: 1fr; }
  .b4y-choice-grid--days { grid-template-columns: repeat(3, 1fr); }
  .b4y-choice-grid label > span { min-height: 70px; }
  .b4y-planner-final-grid { grid-template-columns: 1fr; }
  .b4y-planner-nav .b4y-button { padding-inline: 18px; }
  .b4y-plan-result__header { display: block; }
  .b4y-plan-result__header .b4y-text-link { margin-top: 14px; padding: 0; }
  .b4y-plan-item { grid-template-columns: 1fr; }
  .b4y-plan-item__image { aspect-ratio: 16 / 9; min-height: 0; }
  .b4y-plan-map { padding: 26px 20px 6px; }
  .b4y-plan-map__canvas { height: 390px; }
  .b4y-plan-map__filters { flex-wrap: nowrap; margin-inline: -20px; overflow-x: auto; padding: 0 20px 5px; width: calc(100% + 40px); }
  .b4y-plan-tips { margin-inline: 20px; padding: 24px 18px; }
  .b4y-plan-actions { padding-inline: 20px; }
  .b4y-plan-actions .b4y-button { justify-content: center; width: 100%; }
  .b4y-plan-status { margin-inline: 20px; }
}

@media print {
  .ct-header,
  .ct-footer,
  .b4y-planner-hero,
  .b4y-plan-result__header .b4y-text-link,
  .b4y-plan-actions { display: none !important; }
  .b4y-plan-map { display: none !important; }
  .b4y-planner-page { background: #fff; padding: 0; }
  .b4y-planner-shell { margin: 0; max-width: none; padding: 0; }
  .b4y-plan-result { border: 0; box-shadow: none; max-width: none; }
  .b4y-plan-result__header { background: #fff; color: #000; display: block !important; padding: 0 0 24px; }
  .b4y-plan-result__header h2,
  .b4y-plan-result__header > div > p:last-child { color: #000; }
  .b4y-plan-days { padding: 0; }
  .b4y-plan-day,
  .b4y-plan-item { break-inside: avoid; }
}

/* Verrijkte leeservaring */
.b4y-reading-progress {
  background: rgba(10, 58, 66, .12);
  height: 4px;
  inset: 0 0 auto;
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.b4y-reading-progress__bar {
  background: linear-gradient(90deg, var(--b4y-teal-600), var(--b4y-coral-600));
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.b4y-article-reading {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: 220px minmax(0, 720px);
  margin: 0 auto;
  max-width: 1054px;
  padding: 46px 30px 0;
}

.b4y-article-main {
  min-width: 0;
}

.b4y-article-reading .b4y-article-content {
  padding-top: 0;
}

.b4y-toc {
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-md);
  box-shadow: var(--b4y-shadow-sm);
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  padding: 16px;
  position: sticky;
  top: 104px;
}

.b4y-toc summary {
  color: var(--b4y-ink-900);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.b4y-toc summary::-webkit-details-marker {
  display: none;
}

.b4y-toc summary::after {
  content: "+";
  float: right;
}

.b4y-toc[open] summary::after {
  content: "−";
}

.b4y-toc__list {
  border-top: 1px solid var(--b4y-border);
  display: grid;
  gap: 2px;
  margin-top: 12px;
  padding-top: 10px;
}

.b4y-toc__list a {
  border-left: 2px solid transparent;
  color: var(--b4y-ink-500);
  font-size: 13px;
  line-height: 1.35;
  padding: 6px 8px;
}

.b4y-toc__list a.is-subheading {
  font-size: 12px;
  padding-left: 18px;
}

.b4y-toc__list a.is-active,
.b4y-toc__list a:hover {
  border-left-color: var(--b4y-coral-600);
  color: var(--b4y-teal-900);
}

.b4y-heading-anchor {
  color: var(--b4y-coral-600) !important;
  font-family: var(--b4y-font-body);
  font-size: .6em;
  margin-left: 9px;
  opacity: 0;
  text-decoration: none !important;
  transition: opacity 150ms var(--b4y-ease);
}

.b4y-article-content h2:hover .b4y-heading-anchor,
.b4y-article-content h3:hover .b4y-heading-anchor,
.b4y-heading-anchor:focus {
  opacity: 1;
}

.b4y-takeaways,
.b4y-facts {
  border-radius: var(--b4y-radius-lg);
  margin-bottom: 28px;
  padding: 26px 28px;
}

.b4y-takeaways {
  background: var(--b4y-teal-100);
  border: 1px solid var(--b4y-teal-200);
}

.b4y-takeaways h2,
.b4y-facts h2 {
  font-size: 1.65rem;
  margin: 0 0 14px;
}

.b4y-takeaways ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b4y-takeaways li {
  color: var(--b4y-ink-700);
  line-height: 1.5;
  padding: 6px 0 6px 28px;
  position: relative;
}

.b4y-takeaways li::before {
  color: var(--b4y-teal-600);
  content: "✓";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.b4y-facts {
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
}

.b4y-facts dl {
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.b4y-facts dl > div {
  border-top: 1px solid var(--b4y-border);
  padding: 13px 0;
}

.b4y-facts dt {
  color: var(--b4y-ink-500);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.b4y-facts dd {
  color: var(--b4y-ink-900);
  font-size: 15px;
  font-weight: 600;
  margin: 3px 0 0;
}

.b4y-map-link {
  align-items: center;
  color: var(--b4y-teal-700);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  margin-top: 8px;
}

.wp-block-group.is-style-b4y-tip,
.wp-block-group.is-style-b4y-info,
.wp-block-group.is-style-b4y-warning {
  border: 1px solid var(--b4y-border);
  border-left-width: 5px;
  border-radius: 0 var(--b4y-radius-md) var(--b4y-radius-md) 0;
  margin: 32px 0;
  padding: 22px 24px;
}

.wp-block-group.is-style-b4y-tip {
  background: var(--b4y-teal-100);
  border-left-color: var(--b4y-teal-600);
}

.wp-block-group.is-style-b4y-info {
  background: var(--b4y-sand-100);
  border-left-color: var(--b4y-sand-500);
}

.wp-block-group.is-style-b4y-warning {
  background: var(--b4y-coral-100);
  border-left-color: var(--b4y-coral-700);
}

.wp-block-group.is-style-b4y-tip::before,
.wp-block-group.is-style-b4y-info::before,
.wp-block-group.is-style-b4y-warning::before {
  color: var(--b4y-ink-900);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.wp-block-group.is-style-b4y-tip::before { content: "Lokale tip"; }
.wp-block-group.is-style-b4y-info::before { content: "Praktische informatie"; }
.wp-block-group.is-style-b4y-warning::before { content: "Let op"; }

.b4y-article-content .b4y-article-lead {
  margin: 0 0 2rem;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--b4y-coral-600);
  border-radius: 0 12px 12px 0;
  background: var(--b4y-sand-100);
  color: var(--b4y-teal-900);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.55;
}

.b4y-inline-related {
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-left: 5px solid var(--b4y-teal-600);
  border-radius: 0 var(--b4y-radius-md) var(--b4y-radius-md) 0;
  display: grid;
  gap: 5px;
  margin: 38px 0;
  padding: 18px 20px;
}

.b4y-inline-related span,
.b4y-mid-cta span {
  color: var(--b4y-coral-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.b4y-inline-related a {
  color: var(--b4y-teal-900);
  font-family: var(--b4y-font-display);
  font-size: 1.3rem;
  text-decoration: none;
}

.b4y-mid-cta {
  align-items: center;
  background: var(--b4y-teal-900);
  border-radius: var(--b4y-radius-lg);
  color: var(--b4y-white);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 44px 0;
  padding: 26px;
}

.b4y-mid-cta strong {
  display: block;
  font-family: var(--b4y-font-display);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4px;
}

.b4y-mid-cta .b4y-button {
  flex: 0 0 auto;
  text-decoration: none;
}

.b4y-share {
  align-items: center;
  border-block: 1px solid var(--b4y-border);
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 48px;
  padding: 20px 0;
}

.b4y-share strong {
  color: var(--b4y-ink-900);
  margin-right: auto;
}

.b4y-share button {
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-pill);
  color: var(--b4y-teal-900);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  min-height: 38px;
  padding: 7px 13px;
}

.b4y-share button:hover {
  background: var(--b4y-teal-100);
}

.b4y-gallery,
.b4y-faq,
.b4y-author-box,
.b4y-location {
  margin-top: 64px;
}

.b4y-gallery h2,
.b4y-faq > h2,
.b4y-location h2,
.b4y-author-box h2 {
  font-size: 2rem;
  margin: 0 0 20px;
}

.b4y-gallery > div {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.b4y-gallery img {
  aspect-ratio: 1 / 1;
  border-radius: var(--b4y-radius-md);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.b4y-location {
  align-items: center;
  background: linear-gradient(135deg, var(--b4y-teal-100), var(--b4y-sand-100));
  border-radius: var(--b4y-radius-lg);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 28px;
}

.b4y-location p:last-child {
  margin: 0;
}

.b4y-location .b4y-button {
  background: var(--b4y-teal-900);
  color: var(--b4y-white);
  flex: 0 0 auto;
}

.b4y-location-card {
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-lg);
  box-shadow: var(--b4y-shadow-sm);
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.35fr);
  margin-top: 64px;
  overflow: hidden;
}

.b4y-location-card--no-media {
  grid-template-columns: 1fr;
}

.b4y-location-card__media {
  background: var(--b4y-teal-100);
  min-height: 100%;
}

.b4y-location-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.b4y-location-card__content {
  padding: clamp(26px, 4vw, 42px);
}

.b4y-location-card__type {
  align-items: center;
  color: var(--b4y-coral-600);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  letter-spacing: .09em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.b4y-location-card__type span { font-size: 18px; }

.b4y-location-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  margin: 0 0 14px;
}

.b4y-location-card__description {
  color: var(--b4y-ink-500);
  margin: 0 0 24px;
}

.b4y-location-card__facts {
  display: grid;
  gap: 0 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 28px;
}

.b4y-location-card__facts div {
  border-top: 1px solid var(--b4y-border);
  padding: 13px 0;
}

.b4y-location-card__facts dt {
  color: var(--b4y-ink-500);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.b4y-location-card__facts dd {
  color: var(--b4y-ink-700);
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.b4y-faq__list {
  border-top: 1px solid var(--b4y-border);
}

.b4y-faq-item {
  border-bottom: 1px solid var(--b4y-border);
  padding: 18px 0;
}

.b4y-faq-item summary {
  color: var(--b4y-ink-900);
  cursor: pointer;
  font-weight: 700;
  padding-right: 32px;
  position: relative;
}

.b4y-faq-item summary::after {
  color: var(--b4y-coral-600);
  content: "+";
  font-size: 1.3rem;
  position: absolute;
  right: 4px;
}

.b4y-faq-item[open] summary::after { content: "−"; }
.b4y-faq-item p { color: var(--b4y-ink-500); margin: 14px 0 0; }

.b4y-author-box {
  align-items: start;
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-lg);
  display: grid;
  gap: 22px;
  grid-template-columns: 74px 1fr;
  padding: 26px;
}

.b4y-author-box img {
  border-radius: 50%;
  height: 74px;
  width: 74px;
}

.b4y-author-box h2 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.b4y-author-box p:not(.b4y-eyebrow) {
  color: var(--b4y-ink-500);
  line-height: 1.55;
  margin: 0 0 8px;
}

.b4y-author-box small {
  color: var(--b4y-ink-500);
}

.b4y-back-to-top {
  align-items: center;
  background: var(--b4y-teal-900);
  border: 0;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: var(--b4y-shadow-md);
  color: var(--b4y-white);
  cursor: pointer;
  display: flex;
  height: 46px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translateY(10px);
  transition: opacity 180ms var(--b4y-ease), transform 180ms var(--b4y-ease);
  width: 46px;
  z-index: 50;
}

.b4y-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 999px) {
  .b4y-article-reading {
    display: block;
    max-width: 780px;
  }

  .b4y-article-sidebar {
    margin-bottom: 26px;
  }

  .b4y-toc {
    position: static;
  }
}

@media (max-width: 689px) {
  .b4y-article-reading {
    padding: 34px 20px 0;
  }

  .b4y-location-card {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .b4y-location-card__media {
    aspect-ratio: 16 / 9;
  }

  .b4y-location-card__facts {
    grid-template-columns: 1fr;
  }

  .b4y-takeaways,
  .b4y-facts {
    padding: 22px;
  }

  .b4y-facts dl {
    grid-template-columns: 1fr;
  }

  .b4y-mid-cta,
  .b4y-location {
    align-items: flex-start;
    flex-direction: column;
  }

  .b4y-share strong {
    flex-basis: 100%;
  }

  .b4y-gallery > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .b4y-author-box {
    grid-template-columns: 56px 1fr;
    padding: 22px;
  }

  .b4y-author-box img {
    height: 56px;
    width: 56px;
  }

  .b4y-back-to-top {
    bottom: 18px;
    right: 18px;
  }
}

/* Aangeleverde artikel-layout */
.b4y-article-page {
  background: var(--b4y-paper);
  padding: 42px 0 96px;
}

.b4y-article-shell {
  margin-inline: auto;
  max-width: 780px;
  padding-inline: 30px;
  width: 100%;
}

.b4y-back-link {
  align-items: center;
  color: var(--b4y-ink-500);
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  margin-bottom: 18px;
}

.b4y-back-link:hover {
  color: var(--b4y-teal-700);
}

.b4y-breadcrumbs--article {
  margin-bottom: 22px;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.b4y-breadcrumbs--article span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.b4y-article-category {
  background: var(--b4y-coral-100);
  border-radius: var(--b4y-radius-pill);
  color: var(--b4y-coral-700);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.35;
  margin-bottom: 14px;
  padding: 7px 13px;
  text-transform: uppercase;
}

.b4y-article-category:hover {
  color: var(--b4y-coral-700);
}

.b4y-article-header h1 {
  font-size: clamp(2.85rem, 5vw, 3.35rem);
  line-height: 1.04;
  margin: 0 0 16px;
  text-wrap: balance;
}

.b4y-article-meta {
  color: var(--b4y-ink-500);
  font-size: 14px;
  margin: 0;
}

.b4y-article-hero {
  margin-top: 30px;
}

.b4y-article-hero img {
  aspect-ratio: 16 / 9;
  border-radius: var(--b4y-radius-lg);
  box-shadow: var(--b4y-shadow-sm);
  display: block;
  object-fit: cover;
  width: 100%;
}

.b4y-article-content {
  color: var(--b4y-ink-700);
  font-size: 18px;
  line-height: 1.78;
  padding-top: 46px;
}

.b4y-article-content > :first-child {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 0;
}

.b4y-article-content h2,
.b4y-article-content h3,
.b4y-article-content h4 {
  scroll-margin-top: 110px;
}

.b4y-article-content h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.12;
  margin: 60px 0 20px;
}

.b4y-article-content h3 {
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.2;
  margin: 42px 0 14px;
}

.b4y-article-content p,
.b4y-article-content ul,
.b4y-article-content ol,
.b4y-article-content figure,
.b4y-article-content blockquote {
  margin-bottom: 28px;
}

.b4y-article-content a {
  color: var(--b4y-teal-700);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--b4y-teal-200);
  text-decoration-thickness: 2px;
}

.b4y-article-content ul,
.b4y-article-content ol {
  padding-left: 1.35em;
}

.b4y-article-content li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.b4y-article-content blockquote {
  background: var(--b4y-sand-100);
  border: 0;
  border-left: 5px solid var(--b4y-coral-600);
  border-radius: 0 var(--b4y-radius-md) var(--b4y-radius-md) 0;
  color: var(--b4y-teal-900);
  font-family: var(--b4y-font-display);
  font-size: 1.55rem;
  font-style: italic;
  line-height: 1.45;
  padding: 28px 30px;
}

.b4y-article-content blockquote p:last-child {
  margin-bottom: 0;
}

.b4y-article-content .wp-block-table,
.b4y-article-content figure:has(table) {
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-md);
  overflow-x: auto;
}

.b4y-article-content table {
  border-collapse: collapse;
  font-size: 15px;
  margin: 0;
  min-width: 620px;
  width: 100%;
}

.b4y-article-content th {
  background: var(--b4y-teal-900);
  color: var(--b4y-white);
  font-weight: 700;
  text-align: left;
}

.b4y-article-content th,
.b4y-article-content td {
  border-color: var(--b4y-border);
  padding: 14px 16px;
}

.b4y-article-content tbody tr:nth-child(even) {
  background: rgba(227, 244, 245, .5);
}

.b4y-article-content img {
  border-radius: var(--b4y-radius-lg);
}

iframe[title="Restaurantzoeker Bonaire"] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 900px;
  margin: 1.5rem 0 2.5rem;
  border: 1px solid var(--b4y-border, #d7e0df);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgb(28 58 61 / 10%);
}

.b4y-restaurant-finder {
  background: linear-gradient(145deg, #fff 0%, var(--b4y-sand-50, #fbf7ef) 100%);
  border: 1px solid var(--b4y-border, #d7e0df);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgb(28 58 61 / 10%);
  margin: 2rem 0 3rem;
  overflow: hidden;
  padding: clamp(24px, 5vw, 48px);
}

.b4y-restaurant-finder__intro h2 { margin: .25rem 0 .75rem; }
.b4y-restaurant-finder__intro > p:last-child { color: var(--b4y-text-muted, #627477); max-width: 720px; }
.b4y-restaurant-search { margin-top: 1.75rem; }
.b4y-restaurant-search label { display: block; font-size: .92rem; font-weight: 700; margin-bottom: .5rem; }
.b4y-restaurant-search > div { display: flex; gap: 10px; }
.b4y-restaurant-search input {
  background: #fff;
  border: 1px solid var(--b4y-border, #cdd9d8);
  border-radius: 999px;
  flex: 1;
  font: inherit;
  min-height: 52px;
  min-width: 0;
  padding: 0 20px;
}
.b4y-restaurant-search input:focus { border-color: var(--b4y-teal-700, #17656b); box-shadow: 0 0 0 3px rgb(23 101 107 / 14%); outline: 0; }
.b4y-restaurant-filters {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  margin-top: 18px;
}
.b4y-restaurant-filters--advanced { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 12px; }
.b4y-restaurant-filters[hidden],
.b4y-restaurant-features[hidden],
.b4y-restaurant-filters [hidden],
.b4y-restaurant-features [hidden] { display: none; }
.b4y-restaurant-filters label { color: var(--b4y-text-muted, #627477); font-size: .8rem; font-weight: 700; }
.b4y-restaurant-filters select {
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20'%3E%3Cpath fill='%2317656b' d='m5 7 5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 12px center;
  border: 1px solid var(--b4y-border, #cdd9d8);
  border-radius: 12px;
  color: var(--b4y-ink-900, #163236);
  display: block;
  font: inherit;
  font-size: .9rem;
  margin-top: 5px;
  min-height: 46px;
  padding: 0 36px 0 12px;
  width: 100%;
}
.b4y-restaurant-reset { background: transparent; border: 0; color: var(--b4y-teal-700, #17656b); cursor: pointer; font: inherit; font-size: .88rem; font-weight: 700; min-height: 46px; padding: 0 5px; text-decoration: underline; text-underline-offset: 3px; }
.b4y-restaurant-features { border: 0; display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 18px 0 0; padding: 0; }
.b4y-restaurant-features legend { color: var(--b4y-text-muted, #627477); font-size: .8rem; font-weight: 800; margin-bottom: 8px; padding: 0; width: 100%; }
.b4y-restaurant-features label { align-items: center; color: var(--b4y-ink-900, #163236); cursor: pointer; display: inline-flex; font-size: .88rem; gap: 7px; }
.b4y-restaurant-features input { accent-color: var(--b4y-teal-700, #17656b); height: 18px; margin: 0; width: 18px; }
.b4y-restaurant-status { color: var(--b4y-text-muted, #627477); min-height: 1.5em; }
.b4y-restaurant-results { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1rem; }
.b4y-restaurant-card {
  background: #fff;
  border: 1px solid var(--b4y-border, #d7e0df);
  border-radius: 16px;
  margin: 0;
  padding: 20px;
}
.b4y-restaurant-card h3 { font-size: 1.3rem; margin: 0 0 .4rem; }
.b4y-restaurant-card p { color: var(--b4y-text-muted, #627477); font-size: .95rem; margin: .35rem 0; }
.b4y-restaurant-card__header { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin-bottom: 12px; }
.b4y-restaurant-area-pill { background: var(--b4y-teal-50, #e9f5f4); border-radius: 999px; color: var(--b4y-teal-800, #124f54); font-size: .73rem; font-weight: 800; padding: 5px 9px; text-transform: uppercase; }
.b4y-restaurant-distance { color: var(--b4y-text-muted, #627477); font-size: .76rem; }
.b4y-restaurant-detail-button { background: transparent; border: 0; color: var(--b4y-teal-700, #17656b); cursor: pointer; font: inherit; font-weight: 700; margin-top: .75rem; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.b4y-restaurant-detail { border-top: 1px solid var(--b4y-border, #d7e0df); margin-top: 1rem; padding-top: 1rem; }
.b4y-restaurant-rating { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.b4y-restaurant-rating img:first-child { border-radius: 0; height: 20px; max-width: 105px; object-fit: contain; width: auto; }
.b4y-restaurant-rating img:nth-child(2) { background: #fff; border-radius: 0; min-width: 55px; width: 110px; }
.b4y-restaurant-rating span { color: var(--b4y-text-muted, #627477); font-size: .86rem; }
.b4y-restaurant-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 8px; }
.b4y-restaurant-chips span { background: var(--b4y-sand-100, #f6eee0); border-radius: 999px; color: var(--b4y-ink-700, #27464a); font-size: .73rem; font-weight: 700; padding: 5px 9px; }
.b4y-restaurant-card__features { display: flex; flex-wrap: wrap; gap: 6px 14px; list-style: none; margin: 10px 0; padding: 0; }
.b4y-restaurant-card__features li { color: var(--b4y-teal-800, #124f54); font-size: .82rem; font-weight: 700; }
.b4y-restaurant-detail__links { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 1rem; }
.b4y-button--small { font-size: .9rem; padding: 9px 15px; }
.b4y-text-link { color: var(--b4y-teal-700, #17656b); font-weight: 700; }
.b4y-tripadvisor-attribution { align-items: center; color: var(--b4y-text-muted, #627477); display: inline-flex; font-size: .8rem; gap: 8px; margin-top: 1.5rem; text-decoration: none; }
.b4y-tripadvisor-attribution img { border-radius: 0; height: 24px; object-fit: contain; width: auto; }
.b4y-restaurant-notice { background: #fff; border: 1px dashed var(--b4y-teal-500, #2a8b8f); border-radius: 14px; padding: 20px; }

@media (max-width: 767px) {
  iframe[title="Restaurantzoeker Bonaire"] {
    min-height: 1150px;
    border-radius: 14px;
  }

  .b4y-restaurant-finder { border-radius: 18px; padding: 24px 18px; }
  .b4y-restaurant-search > div { align-items: stretch; flex-direction: column; }
  .b4y-restaurant-search .b4y-button { justify-content: center; width: 100%; }
  .b4y-restaurant-filters { grid-template-columns: 1fr; }
  .b4y-restaurant-reset { justify-self: start; }
  .b4y-restaurant-results { grid-template-columns: 1fr; }
}

.b4y-related {
  border-top: 1px solid var(--b4y-border);
  margin-top: 72px;
  padding-top: 48px;
}

.b4y-related > h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin: 0 0 28px;
}

.b4y-related-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.b4y-related-card {
  background: var(--b4y-white);
  border: 1px solid var(--b4y-border);
  border-radius: var(--b4y-radius-lg);
  margin: 0;
  overflow: hidden;
}

.b4y-related-card > a {
  color: inherit;
  display: block;
  height: 100%;
}

.b4y-related-card__media {
  aspect-ratio: 16 / 9;
  background: var(--b4y-teal-100);
  overflow: hidden;
}

.b4y-related-card__media img,
.b4y-related-card__media .b4y-post-card__fallback {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.b4y-related-card__body {
  padding: 20px;
}

.b4y-related-card h3 {
  font-size: 1.45rem;
  line-height: 1.22;
  margin: 0 0 10px;
}

.b4y-related-card__body > p:last-child {
  color: var(--b4y-ink-500);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.b4y-comments {
  border-top: 1px solid var(--b4y-border);
  margin-top: 56px;
  padding-top: 44px;
}

.b4y-topic-paths {
  background: var(--b4y-sand-100, #fbf6ec);
  border: 1px solid var(--b4y-border);
  border-radius: 24px;
  margin: 38px 0;
  padding: clamp(24px, 4vw, 38px);
}

.b4y-topic-paths h2 {
  font-size: clamp(1.7rem, 4vw, 2.25rem);
  margin: 4px 0 20px;
}

.b4y-topic-paths > div {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.b4y-topic-paths a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--b4y-border);
  border-radius: 16px;
  color: var(--b4y-ink-900);
  display: grid;
  gap: 3px 12px;
  grid-template-columns: 1fr auto;
  padding: 16px;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.b4y-topic-paths a:hover {
  border-color: var(--b4y-coral-500);
  transform: translateY(-2px);
}

.b4y-topic-paths a strong,
.b4y-topic-paths a small {
  grid-column: 1;
}

.b4y-topic-paths a small {
  color: var(--b4y-ink-500);
  font-size: 13px;
  line-height: 1.45;
}

.b4y-topic-paths a span {
  grid-column: 2;
  grid-row: 1 / span 2;
}

@media (max-width: 689px) {
	.b4y-topic-paths > div {
		grid-template-columns: 1fr;
	}
  .b4y-article-page {
    padding: 28px 0 64px;
  }

  .b4y-article-shell {
    padding-inline: 20px;
  }

  .b4y-article-header h1 {
    font-size: clamp(2.65rem, 12vw, 3.55rem);
  }

  .b4y-article-hero {
    margin-top: 24px;
  }

  .b4y-article-content {
    font-size: 17px;
    line-height: 1.72;
    padding-top: 36px;
  }

  .b4y-article-content > :first-child {
    font-size: 18px;
  }

  .b4y-article-content h2 {
    margin-top: 48px;
  }

  .b4y-article-content blockquote {
    font-size: 1.3rem;
    padding: 22px;
  }

  .b4y-related-grid {
    grid-template-columns: 1fr;
  }
}
