/** Shopify CDN: Minification failed

Line 216:0 All "@import" rules must come first

**/
/* Titel iets prominenter houden */
.main-blog .title--primary {
  font-size: clamp(2.2rem, 2.6vw, 2.6rem);
}

/* ===== Joeba – Zoekbalk en A–Z toolbar container ===== */
.joeba-filter-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 12px 0 22px;
}

/* ===== Joeba – Zoekfunctie ===== */
.joeba-search-wrapper {
  position: relative;
  max-width: 400px;
}
.joeba-search-input {
  width: 100%;
  padding: 10px 16px 10px 42px;
  font-size: 15px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #0e1b4d;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.joeba-search-input:focus {
  outline: none;
  border-color: #0e1b4d;
  box-shadow: 0 0 0 3px rgba(14, 27, 77, 0.1);
}
.joeba-search-input::placeholder {
  color: #9ca3af;
}
.joeba-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #9ca3af;
  pointer-events: none;
}
.joeba-search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: none;
  background: #e5e7eb;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  transition: background 0.15s ease;
}
.joeba-search-clear:hover {
  background: #d1d5db;
}
.joeba-search-clear.is-visible {
  display: flex;
}
.joeba-search-clear svg {
  width: 12px;
  height: 12px;
}
.joeba-search-results-count {
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
  display: none;
}
.joeba-search-results-count.is-visible {
  display: block;
}
/* Zoeksuggesties dropdown */
.joeba-search-suggestions {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(14, 27, 77, 0.15);
  max-height: 240px;
  overflow-y: auto;
  z-index: 1000;
}
.joeba-search-suggestions.is-visible {
  display: block;
}
.joeba-search-suggestion {
  display: block;
  width: 100%;
  padding: 10px 14px;
  color: #0e1b4d;
  background: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s ease;
  border-bottom: 1px solid #f3f4f6;
  text-align: left;
  border: none;
}
.joeba-search-suggestion:last-child {
  border-bottom: none;
}
.joeba-search-suggestion:hover {
  background: #f8faff;
}
.joeba-search-suggestion:focus {
  outline: none;
  background: #f0f4ff;
}
.joeba-no-results {
  display: none;
  text-align: center;
  padding: 40px 20px;
  color: #6b7280;
  font-size: 15px;
}
.joeba-no-results.is-visible {
  display: block;
}
.joeba-no-results strong {
  display: block;
  color: #0e1b4d;
  font-size: 18px;
  margin-bottom: 8px;
}

/* ===== Joeba – A–Z toolbar (sticky) ===== */
.joeba-collections-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  background: #fff;
  transition: box-shadow 0.2s ease, padding 0.2s ease;
  z-index: 2;
}
.joeba-collections-filter.is-sticky {
  position: sticky;
  top: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 4px 12px rgba(14, 27, 77, 0.1);
}
.joeba-collections-filter__alpha {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.alpha-btn {
  border: 1px solid var(--color-foreground-10, #e5e7eb);
  background: #fff;
  border-radius: 0px;
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.alpha-btn:hover:not(.is-active):not(.is-disabled) {
  background: #f3f4f6;
}
.alpha-btn.is-active {
  background: #0e1b4d;
  color: #fff;
  border-color: #0e1b4d;
}
.alpha-btn.is-disabled {
  opacity: 0.4;
  cursor: default;
}
@media (max-width: 740px) {
  .joeba-filter-container {
    gap: 10px;
  }
  .joeba-search-wrapper {
    max-width: 100%;
  }
  .joeba-search-input {
    padding: 9px 14px 9px 38px;
    font-size: 14px;
  }
  .joeba-collections-filter {
    gap: 8px;
  }
  .joeba-collections-filter.is-sticky {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ===== Google Font Lobster ===== */
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

/* ===== Joeba – Blog Hero Container (wraps GYG rail) ===== */
.joeba-blog-hero-container {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}

/* Topbar: vlag + land + continent + steden + stats */
.joeba-blog-hero__topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  z-index: 2;
  pointer-events: none;
}
.joeba-blog-hero__topbar > * {
  pointer-events: auto;
}
.joeba-blog-hero__location {
  display: flex;
  align-items: center;
  gap: 10px;
}
.joeba-blog-hero__flag {
  width: 28px;
  height: 20px;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  flex-shrink: 0;
}
.joeba-blog-hero__country {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.joeba-blog-hero__separator {
  color: rgba(255,255,255,0.6);
  font-size: 1.1rem;
}
.joeba-blog-hero__continent {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  font-weight: 500;
}
.joeba-blog-hero__stats {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.9);
  font-size: 1rem;
  font-weight: 500;
}
.joeba-blog-hero__stat {
  display: flex;
  align-items: center;
}
.joeba-blog-hero__stat-divider {
  margin: 0 4px;
  color: rgba(255,255,255,0.6);
}

/* Cities rail in topbar */
.joeba-blog-hero__cities-rail {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
  flex-wrap: nowrap;
}
.joeba-blog-hero__city-item {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, color 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
.joeba-blog-hero__city-item:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.joeba-blog-hero__city-item.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.joeba-blog-hero__city-item.is-fading {
  opacity: 0;
  transform: translateX(-10px);
}
.joeba-blog-hero__city-divider {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}

/* ===== GYG Rail overrides for blog context ===== */
.joeba-blog-hero-container .gyg-rail-outer {
  left: auto;
  transform: none;
  width: 100%;
  margin: 0;
}
.joeba-blog-hero-container .gyg-rail {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.joeba-blog-hero-container .gyg-head {
  min-height: 320px;
  padding-top: 50px;
}
.joeba-blog-hero-container .gyg-head-bg img {
  transition: opacity 1.2s ease-in-out;
}
.joeba-blog-hero-container .gyg-head-bg::after {
  background: linear-gradient(
    180deg,
    rgba(6, 12, 34, 0.72) 0%,
    rgba(8, 15, 42, 0.78) 28%,
    rgba(10, 18, 50, 0.84) 56%,
    rgba(10, 18, 50, 0.92) 80%,
    rgba(8, 15, 42, 0.97) 100%
  ) !important;
}
.joeba-blog-hero-container .gyg-head-content {
  padding-top: 40px;
}

@media (max-width: 740px) {
  .joeba-blog-hero__topbar {
    padding: 10px 14px;
  }
  .joeba-blog-hero__flag {
    width: 22px;
    height: 16px;
  }
  .joeba-blog-hero__country {
    font-size: 1.1rem;
  }
  .joeba-blog-hero__separator,
  .joeba-blog-hero__continent {
    font-size: 0.9rem;
  }
  .joeba-blog-hero__stats {
    font-size: 0.85rem;
  }
  .joeba-blog-hero__cities-rail {
    display: none;
  }
  .joeba-blog-hero-container .gyg-head {
    min-height: 220px;
    padding-top: 44px;
  }
}

@media (min-width: 990px) {
  .joeba-blog-hero-container .gyg-head {
    min-height: 400px;
  }
}

/* Container met alle tags/steden */
.joeba-blog-by-city {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Prevent horizontal overflow from 100vw breakout elements */
body, html {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

/* Override Shopify page-width on blog overview */
.main-blog.page-width {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

/* Sectie (altijd open) */
.joeba-blog-city {
  border-radius: 0;
  background: #ffffff;
  overflow: hidden;
  border: none;
  scroll-margin-top: 48px;
  margin-bottom: 0;
}

/* ===== City Hero — continent-style with backdrop blur ===== */
.joeba-city-hero {
  position: relative;
  width: 100%;
  min-height: 340px;
  overflow: hidden;
  background: #0e1b4d;
}
.joeba-city-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.joeba-city-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.8);
}
.joeba-city-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8,15,42,0.68) 0%, rgba(8,15,42,0.8) 52%, rgba(8,15,42,0.95) 100%),
    linear-gradient(90deg, rgba(8,15,42,0.62) 0%, rgba(8,15,42,0.34) 50%, rgba(8,15,42,0.62) 100%);
  z-index: 1;
}
.joeba-city-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.joeba-city-hero__text-backdrop {
  position: relative;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 0;
  padding: 0;
  width: fit-content;
  max-width: 640px;
}
.joeba-city-hero__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.joeba-city-hero__flag {
  width: 48px;
  height: 33px;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.joeba-city-hero__name {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-shadow: 0 2px 16px rgba(0,0,0,0.6), 0 1px 3px rgba(0,0,0,0.45);
}
.joeba-city-hero__desc {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.92);
  max-width: 500px;
  line-height: 1.65;
  margin: 12px 0 16px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55);
}
.joeba-city-hero__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.joeba-city-hero__meta span {
  font-size: 14px;
  color: rgba(255,255,255,0.95);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}
.joeba-city-hero__meta strong {
  color: #ffd700;
}
.joeba-city-hero__meta svg {
  width: 16px;
  height: 16px;
  opacity: 0.8;
}
.joeba-city-hero__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, #fafafa 0%, transparent 100%);
  z-index: 3;
}
@media (max-width: 749px) {
  .joeba-city-hero {
    min-height: 260px;
  }
  .joeba-city-hero__content {
    padding: 40px 16px 30px;
  }
  .joeba-city-hero__text-backdrop {
    padding: 18px 20px 16px;
  }
  .joeba-city-hero__name {
    font-size: 26px;
  }
  .joeba-city-hero__flag {
    width: 36px;
    height: 25px;
  }
  .joeba-city-hero__desc {
    font-size: 14px;
  }
}

/* Titelbalk per tag/stad - standaard oranje */
.joeba-blog-city__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.95rem 1.4rem;
  font-size: 1.9rem;
  font-weight: 700;
  cursor: default;
  background: #0e1b4d;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* Premium styling - goud met blauw */
.joeba-blog-city--premium .joeba-blog-city__title {
  background: linear-gradient(135deg, #FFDE59 0%, #f5d44a 100%);
  color: #0e1b4d;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
}

/* Georganiseerde Reizen kaart styling - opvallende oranje/koraal badge BINNEN een stadsectie */
.joeba-georganiseerd-subsection {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px 8px;
}
.joeba-georganiseerd-subsection__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 12px;
}
.joeba-georganiseerd-subsection__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  background: linear-gradient(135deg, #ff5533 0%, #ff7755 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: relative;
  overflow: hidden;
}
.joeba-georganiseerd-subsection__badge::after {
  content: '';
  position: absolute;
  top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: none;
  display: none;
}
@keyframes joeba-shimmer {
  0% { left: -100%; }
  100% { left: 200%; }
}
.joeba-georganiseerd-subsection__label {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}
/* ===== Category Section Headers ===== */
/* When JS groups articles, the parent .blog-articles becomes a vertical stack */
.joeba-blog-city .blog-articles.joeba-categorized {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: unset !important;
  gap: 0 !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 24px;
}
.joeba-category-group {
  margin-bottom: 24px;
  width: 100%;
}
.joeba-category-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  margin-bottom: 12px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.joeba-category-header::after {
  content: '';
  position: absolute;
  top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  animation: none;
  display: none;
}
.joeba-category-header__emoji {
  font-size: 20px;
  line-height: 1;
}
.joeba-category-header__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.joeba-category-header__count {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.85;
  margin-left: auto;
}
.joeba-category-header--georganiseerd {
  background: linear-gradient(135deg, #ff5533 0%, #ff7755 100%);
  color: #fff;
}
.joeba-category-header--top10 {
  background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);
  color: #fff;
}
.joeba-category-header--top20 {
  background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
  color: #fff;
}
.joeba-category-header--top5 {
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  color: #fff;
}
.joeba-category-header--premium {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
  color: #1a1a2e;
}
.joeba-category-header--jongerenvakanties {
  background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
  color: #fff;
}
.joeba-category-header--default {
  background: linear-gradient(135deg, #64748b 0%, #94a3b8 100%);
  color: #fff;
}
.joeba-category-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
.joeba-category-grid > * {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}
@media (max-width: 599px) {
  .joeba-category-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Georganiseerde Reizen: accent styling binnen gedeelde stad-grid */
.joeba-article--georganiseerd .article-card {
  border: 2px solid rgba(255,85,51,0.25);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.joeba-article--georganiseerd .article-card:hover {
  border-color: #ff5533;
  box-shadow: 0 8px 24px rgba(255,85,51,0.2);
  transform: translateY(-4px);
}
/* Regular article cards also get nice styling */
.joeba-blog-city .blog-articles__article:not(.joeba-article--georganiseerd) .article-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.joeba-blog-city .blog-articles__article:not(.joeba-article--georganiseerd) .article-card:hover {
  border-color: #0ea5e9;
  box-shadow: 0 8px 24px rgba(14,165,233,0.15);
  transform: translateY(-4px);
}
.jbx-card__media-wrap {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.jbx-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,15,42,0.14) 0%, rgba(8,15,42,0.2) 44%, rgba(8,15,42,0.42) 100%);
  z-index: 1;
  pointer-events: none;
}
.jbx-card__eyebrow {
  position: relative;
  z-index: 2;
}
@media (max-width: 599px) {
  .joeba-georganiseerd-grid {
    grid-template-columns: 1fr !important;
  }
  .joeba-georganiseerd-subsection {
    padding: 12px 16px 8px;
  }
}

/* ===== Sticky City Nav (continent-style bottom bar) ===== */
.joeba-city-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1004;
  background: linear-gradient(135deg, #0a1538 0%, #0e1b4d 55%, #1a2a6b 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(14,27,77,0.18);
  border-bottom: none;
  box-shadow: 0 -2px 8px rgba(14,27,77,0.18);
  padding: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow: visible;
  box-sizing: border-box;
}
.joeba-city-nav.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.joeba-city-nav__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  background: #0e1b4d;
}
/* Sticky land-pill verwijderd in v3-look (huidige land wordt al gemarkeerd in country-rij). */
.joeba-city-nav__country-fixed { display: none !important; }
.joeba-city-nav__arrow {
  flex-shrink: 0;
  width: 36px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.10);
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin: 0 4px;
  cursor: pointer;
  color: rgba(255,255,255,0.9);
  transition: all 0.2s;
}
.joeba-city-nav__arrow:hover { background: rgba(255,255,255,0.25); color: #fff; }
.joeba-city-nav__arrow svg { width: 14px; height: 14px; }
/* Geïntegreerde scroll-top knop uit landenrij verwijderd: vervangen door vrijstaande .jb-desk-float-btn--top (zie hieronder). */
.joeba-country-nav-layer__scroll-top { display: none !important; }

/* === Vrijstaande "omhoog" knop rechtsonder (v3-look) === */
.jb-desk-float-btn {
  position: fixed;
  right: 16px;
  bottom: 96px;
  z-index: 1003;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37 0%, #f0cf68 100%);
  color: #0e1b4d;
  border: 1px solid rgba(14,27,77,0.18);
  box-shadow: 0 6px 18px rgba(184,148,31,0.38), 0 2px 6px rgba(0,0,0,0.12);
  cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
  padding: 0;
}
.jb-desk-float-btn:hover { background: linear-gradient(135deg, #c9a032 0%, #e8c14a 100%); transform: translateY(-2px); }
.jb-desk-float-btn svg { width: 16px; height: 16px; stroke-width: 2.5; }
.jb-desk-float-btn--top    { right: 16px; bottom: 96px; }
.jb-desk-float-btn--bottom { right: 64px; bottom: 96px; }
@media (min-width: 901px) { .jb-desk-float-btn { display: inline-flex; } }
@media (max-width: 900px) {
  .jb-desk-float-btn--top,
  .jb-desk-float-btn--bottom { display: none !important; }
}
.joeba-city-nav__inner {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.joeba-city-nav__inner::-webkit-scrollbar { display: none; }
/* Land-pill staat nu buiten de scroller; geen overlap meer mogelijk. */
.joeba-city-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  border-top: 2px solid transparent;
  background: none;
  transition: color .2s, border-color .2s, background .2s;
  flex-shrink: 0;
  cursor: pointer;
  font-family: inherit;
}
.joeba-city-nav__link:hover {
  color: #fff;
  background: rgba(255,255,255,0.08);
}
.joeba-city-nav__link.is-active {
  color: #0e1b4d;
  border-top-color: #d4af37;
  background: #ffffff;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(212,175,55,0.36);
}
.joeba-city-nav__flag {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
.joeba-city-nav__link .joeba-city-nav__dot--geo {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5533, #ff7755);
  flex-shrink: 0;
}
.joeba-city-nav__link.is-popular::after {
  content: '★';
  color: #d4af37;
  font-size: 10px;
  margin-left: 4px;
  line-height: 1;
  opacity: 0.95;
}
.joeba-city-nav__link--see-all {
  color: #d4af37 !important;
  font-weight: 700;
  border-left: 1px solid rgba(255,255,255,0.15);
  margin-left: 4px;
}
.joeba-city-nav__link--see-all:hover { background: rgba(212,175,55,0.15); color: #fff !important; }
/* "Land" pill: terug naar landoverzicht vanuit city-mode */
.joeba-city-nav__link--country {
  color: #0e1b4d;
  background: #fff8e1;
  border-radius: 999px;
  margin: 6px 8px 6px 4px;
  padding: 6px 12px 6px 8px;
  border-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 11px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(212,175,55,0.48);
  position: sticky;
  left: 0;
  z-index: 20;
  isolation: isolate;
}
.joeba-city-nav__link--country:hover {
  background: #fff3c8;
  color: #0e1b4d;
  box-shadow: inset 0 0 0 1px rgba(212,175,55,0.58);
}
.joeba-city-nav__link--country.is-active {
  background: #fff8e1;
  color: #0e1b4d;
  border-top-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(212,175,55,0.56), 0 2px 6px rgba(14,27,77,0.08);
  font-weight: 800;
}
.joeba-city-nav__group {
  display: inline-flex;
  align-items: stretch;
  flex-shrink: 0;
}
.joeba-city-nav__gyg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #d4af37;
  background: rgba(212,175,55,0.10);
  border-left: 1px solid rgba(255,255,255,0.10);
  transition: background .15s, color .15s;
}
.joeba-city-nav__gyg:hover {
  background: rgba(212,175,55,0.25);
  color: #fff;
}
@media (max-width: 768px) {
  .joeba-city-nav__arrow { display: none; }
  .joeba-country-nav-layer__scroll-top { width: 30px; }
  .joeba-city-nav__link { padding: 10px 8px; font-size: 11px; }
  .joeba-country-nav-layer__arrow { display: none !important; }

  /* Mobile: fix scroll jank - lock widths */
  .joeba-blog-by-city,
  .joeba-blog-city,
  .joeba-category-group,
  .joeba-category-grid,
  .joeba-blog-city .blog-articles {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  /* Sta horizontale scroll toe op de cities-rail (snap-pages) */
  .joeba-blog-by-city { overflow-x: auto !important; }
  .joeba-blog-city, .joeba-category-group, .joeba-category-grid { overflow-x: hidden !important; }

  /* Mobile: 1-column grid for blog cards */
  .joeba-blog-city .blog-articles,
  .joeba-blog-city .blog-articles.blog-articles--collage,
  .joeba-category-grid {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    gap: 12px !important;
    overflow-y: visible !important;
    max-height: none !important;
    height: auto !important;
    min-height: 0 !important;
  }

  /* Mobile: category headers fix */
  .joeba-category-header {
    padding: 8px 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    flex-wrap: nowrap;
  }
  .joeba-category-header__emoji {
    font-size: 16px;
  }
  .joeba-category-header__title {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .joeba-category-header__count {
    font-size: 11px;
    flex-shrink: 0;
  }

  /* Mobile: article card titles — volledige titel zichtbaar */
  .joeba-blog-city .blog-articles__article .article-card__info .card__heading,
  .joeba-blog-city .blog-articles__article .card__heading {
    font-size: 14px !important;
    line-height: 1.3 !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
  }

  /* Mobile: ensure cards are full width */
  .joeba-blog-city .blog-articles > *,
  .joeba-category-grid > * {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    height: auto !important;
    min-height: 0 !important;
  }
}

/* ===== Terug naar boven knop (inline) ===== */
.joeba-back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 40px auto 20px;
  padding: 12px 24px;
  background: #0e1b4d;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 15px rgba(14, 27, 77, 0.25);
}
.joeba-back-to-top:hover {
  background: #142451;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(14, 27, 77, 0.35);
}
.joeba-back-to-top svg {
  width: 16px;
  height: 16px;
}

/* ===== Floating Scroll-to-Top Button ===== */
.joeba-scroll-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff5533 0%, #ff7755 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255, 85, 51, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.joeba-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.joeba-scroll-top:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 30px rgba(255, 85, 51, 0.45);
}
.joeba-scroll-top:active {
  transform: translateY(0) scale(0.95);
}
.joeba-scroll-top svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5;
}
/* Pulse ring animation */
.joeba-scroll-top::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(255, 85, 51, 0.3);
  animation: none;
  display: none;
}

@media (max-width: 740px) {
  .joeba-back-to-top {
    margin: 30px auto 16px;
    padding: 10px 20px;
    font-size: 13px;
  }
  .joeba-scroll-top {
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
  }
  .joeba-scroll-top svg {
    width: 22px;
    height: 22px;
  }
}

/* Eventuele oude marker/pijl volledig uit */
.joeba-blog-city__title::before {
  content: none;
}

