/* Overzichtspagina-specifieke CSS. */

/* Below-fold strip-secties pas renderen wanneer ze in beeld komen (lager INP/TBT). */
@supports (content-visibility: auto) {
  body.page--overview-list .ovbox,
  body.page--overview-list .kv2-strips,
  body.page--overview-list .home-news.wrapper {
    content-visibility: auto;
    contain-intrinsic-size: 700px;
  }
}

body.page--overview:not(.page--mijn-kermis) .kv2-breadcrumb--overview{
  padding:10px 18px 4px;
  font-size:0.9rem;
  line-height:1.35;
  opacity:0.92;
  box-sizing:border-box;
}
body.page--overview:not(.page--mijn-kermis) .kv2-breadcrumb--overview .kv2-breadcrumb__list{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.35em 0.45em;
  list-style:none;
  margin:0;
  padding:0;
}
body.page--overview:not(.page--mijn-kermis) .kv2-breadcrumb--overview .kv2-breadcrumb__item{
  display:inline-flex;
  align-items:center;
}
body.page--overview:not(.page--mijn-kermis) .kv2-breadcrumb--overview .kv2-breadcrumb__item:not(:last-child)::after{
  content:'›';
  margin-left:0.4em;
  opacity:0.65;
  font-weight:500;
}
/* Jaaroverzicht: jaarkiezer onder H1 */
.jaaroverzicht-years {
  margin: 0 0 14px;
  max-width: 78ch;
}

.jaaroverzicht-years__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jaaroverzicht-years__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.1rem;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 10, 24, 0.45);
  color: #ddd6fe;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.jaaroverzicht-years__link:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.jaaroverzicht-years__link.is-active {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.55), rgba(168, 85, 247, 0.45));
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

body.page--overview:not(.page--mijn-kermis) .kv2-breadcrumb--overview .kv2-breadcrumb__link{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.22);
}
body.page--overview:not(.page--mijn-kermis) .kv2-breadcrumb--overview .kv2-breadcrumb__link:hover{
  border-bottom-color:rgba(255,255,255,.45);
}
body.page--overview:not(.page--mijn-kermis) .kv2-breadcrumb--overview .kv2-breadcrumb__current{
  font-weight:600;
  opacity:1;
}
body.page--overview:not(.page--mijn-kermis) .page-intro__main .kv2-breadcrumb--overview{
  padding:0 0 10px;
  margin:0 0 2px;
}

body.page--overview .eventTextItem {
  --et-hover-shadow:0 12px 32px rgba(0,0,0,.22);
  border-radius: var(--kv2-radius-card);
  padding: 8px;
  border: 0;
  backdrop-filter: blur(6px);
  transform: none;
  font-family: var(--font-event);
  transition: box-shadow .22s ease, background .22s ease;
}

body.page--overview .eventTextItem:not(.is-promoted) {
  background: rgba(0,0,0,.7);
  animation: none;
}

body.page--overview .eventTextItem:not(.is-promoted):hover {
  transform: none;
  background: rgba(0,0,0,.78);
}

body.page--overview .eventTextItem .iconfield,
body.page--overview .eventTextItem .placefield {
  background: transparent;
}

body.page--overview .eventTextItem .iconfield {
  width: 40px;
  border-left-width: 5px;
  padding-left: 10px;
}

body.page--overview .eventTextItem .placefield .placespan {
  color: rgba(255,255,255,.92);
  font-size: 17px;
  letter-spacing: .3px;
}

body.page--overview .eventTextItem .placefield .placespan .km{
  font-size: 14px;
}

body.page--overview .eventTextItem .placefield .eventname {
  color: rgba(255,255,255,.78);
  font-style: normal;
  font-size: 13px;
}

body.page--overview .eventTextItem .placefield .eventname--with-eti{
  color: rgba(255,255,255,.78);
  font-style: normal;
}
@media (min-width:901px){
  body.page--overview .eventTextItem .placefield .eventname,
  body.page--overview .eventTextItem .placefield .eventname--with-eti{
    font-size:14px;
  }
}
body.page--overview .eventTextItem .placefield .eti-distance--inline{
  color: rgba(255,255,255,.62);
}
body.page--overview .eventTextItem .placefield .eti-distance--inline .distance-km{
  color: inherit;
}

body.page--overview .eventTextItem .datefield {
  background: rgba(255,255,255,.08);
  border-radius: 10px;
  margin-top: 6px;
  padding: 6px 10px;
  color: rgba(255,255,255,.86);
  font-weight: 600;
  font-size: 15px;
}
body.page--overview .eventTextItem .datefield strong{
  color:#ae44b1;
  font-weight:800;
}

body.page--overview .eventTextItem .daysleftfield {
  border-left: 0;
  border-radius: 12px;
  width: 60px;
  font-size: 11px;
}
body.page--overview .eventTextItem.futureEvent .daysleftfield {
  background: linear-gradient(160deg, #5ec8e0 0%, #1a8fb8 100%);
}
body.page--overview .eventTextItem.currentEvent .daysleftfield {
  background: linear-gradient(160deg, #4ecf8a 0%, #2d8a6a 100%);
}
body.page--overview .eventTextItem.pastEvent .daysleftfield {
  background: linear-gradient(160deg, #9aa8b0 0%, #5c6b73 100%);
}
body.page--overview .eventTextItem.is-promoted .daysleftfield,
body.page--overview .eventTextItem.is-promoted.futureEvent .daysleftfield,
body.page--overview .eventTextItem.is-promoted.currentEvent .daysleftfield,
body.page--overview .eventTextItem.is-promoted.pastEvent .daysleftfield {
  background: #b78610;
}

body.page--overview .eventTextItem .daysleftfield:after {
  display: none;
}

body.page--overview .eventTextItem .daysleftfield .counting{
  font-size: 20px;
  font-weight: 800;
}

body.page--overview .eventTextItem .daysleftfield .days__prefix,
body.page--overview .eventTextItem .daysleftfield .days__unit,
body.page--overview .eventTextItem .daysleftfield .days__suffix{
  font-size: 12px;
}

body.page--overview .eventTextItem .daysleftfield .days__num{
  font-size: 21px;
}

body.page--overview .eventTextItem::after,
body.page--overview .eventTextItem::before{
  content: none !important;
  display: none !important;
}

/* Mobiel: compactere eventkaarten (homepage, overzichten, embed) */
@media (max-width: 640px) {
  body.page--home{
    --kv2-gap-text-items: 10px;
  }
  body.page--home .overview-top.overview-in-panel{
    margin-top: 0;
  }

  body.page--overview h2.country_title {
    font-size: 0.95rem;
    margin: 10px 0 6px;
  }
  body.page--home h2.country_title{
    font-size: 1.24rem;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0 6px;
  }

  body.page--overview #tekst-overzicht.kv2-list-view--compact .eventTextItem,
  html.kv2-list-pref-compact body.page--overview #tekst-overzicht .eventTextItem {
    padding: 5px 6px;
    height: auto;
    min-height: 58px;
  }
  body.page--home #tekst-overzicht.kv2-list-view--compact .eventTextItem,
  html.kv2-list-pref-compact body.page--home #tekst-overzicht .eventTextItem {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    padding: 5px 6px;
  }
  body.page--overview .eventTextItem .iconfield {
    width: 30px;
    padding-left: 6px;
    border-left-width: 4px;
  }
  body.page--overview .eventTextItem .iconfield img.flagicon {
    width: 18px;
    height: 18px;
  }
  body.page--overview .eventTextItem .placefield .placespan {
    font-size: 14px;
    letter-spacing: 0.15px;
    padding: 2px 0 0 8px;
  }
  body.page--home .eventTextItem .placefield .placespan{
    font-size: 15px;
  }
  body.page--overview .eventTextItem .placefield .placespan .km {
    font-size: 12px;
  }
  body.page--overview .eventTextItem .placefield .eventname,
  body.page--overview .eventTextItem .placefield .eventname--with-eti {
    font-size: 12px;
    padding-left: 8px;
    gap: 4px 6px;
  }
  body.page--overview .eventTextItem .placefield .placeiconfield {
    padding: 2px 2px 0 0;
    gap: 2px;
  }
  body.page--overview .eventTextItem .placefield .placeiconfield img {
    width: 20px;
    height: 20px;
  }
  body.page--overview .eventTextItem .datefield {
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
    padding: 4px 8px;
  }
  body.page--home .eventTextItem .datefield{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 14px;
  }
  body.page--home .eventTextItem .datefield .datefield__range{
    min-width: 0;
  }
  body.page--home .eventTextItem .datefield .eti-distance--inline{
    flex: 0 0 auto;
    margin-left: 8px;
    white-space: nowrap;
  }
  body.page--home .eventTextItem .datefield strong{
    color:#ae44b1 !important;
  }
  body.page--overview .eventTextItem .daysleftfield {
    width: 48px;
    border-radius: 10px;
    font-size: 10px;
  }
  body.page--overview .eventTextItem .daysleftfield .days__num {
    font-size: 17px;
  }
  body.page--home .eventTextItem .daysleftfield .days__num{
    font-size: 21px;
  }
  body.page--overview .eventTextItem .daysleftfield .days__prefix,
  body.page--overview .eventTextItem .daysleftfield .days__unit,
  body.page--overview .eventTextItem .daysleftfield .days__suffix {
    font-size: 10px;
  }
  body.page--home .eventTextItem .daysleftfield .days__prefix,
  body.page--home .eventTextItem .daysleftfield .days__unit,
  body.page--home .eventTextItem .daysleftfield .days__suffix{
    font-size: 12px;
    font-weight: 700;
  }
  body.page--overview .eventBlock {
    gap: 6px;
  }
  body.page--home .eventBlock{
    gap: 2px;
  }

  body.page--home .main-2col .col.left,
  body.page--home #tekst-overzicht{
    padding-left: 0;
    padding-right: 0;
  }
  body.page--home .kv2-list-sort{
    margin-top: 0 !important;
  }

  /* Snellinks/chips op home iets groter en makkelijker aantikbaar */
  body.page--home .overview-top .chip{
    padding: 6px 10px;
    font-size: 12px;
    gap: 7px;
  }
  body.page--home .overview-top .chip--compact{
    padding: 5px 9px;
    font-size: 12px;
    gap: 6px;
  }
  body.page--home .overview-top .chip--compact .chip__flag{
    width: 16px;
    height: 11px;
  }
}

/* Geo-hub: bovenaan kv2-strips (land/regio-overzichten), onder main-2col */
body.page--overview-list .kv2-strips .wrapper--ov-geo-hub {
  padding-top: 28px;
  box-sizing: border-box;
}

body.page--overview-list .kv2-strips .ov-geo-hub {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 12px;
  box-sizing: border-box;
}

body.page--overview-list .ov-geo-hub__section {
  margin-top: 0;
  margin-bottom: 28px;
  padding: 18px 20px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(99, 102, 241, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(14, 11, 28, 0.72), rgba(10, 8, 20, 0.55));
}

body.page--overview-list .ov-geo-hub__section:last-child {
  margin-bottom: 0;
}

body.page--overview-list .ov-geo-hub__popularity-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

body.page--overview-list .ov-geo-hub__popularity-row--single {
  grid-template-columns: 1fr;
}

body.page--overview-list .ov-geo-hub__popularity-row .ov-geo-hub__section--half {
  margin-bottom: 0;
  min-width: 0;
}

body.page--overview-list .ov-geo-hub__section--endorsed {
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(56, 189, 130, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(14, 11, 28, 0.72), rgba(10, 8, 20, 0.55));
}

.ov-geo-top-list--endorsed .ov-geo-top-list__rank {
  color: #6ee7b7;
}

.ov-geo-top-list--endorsed .ov-geo-top-list__bar {
  background: linear-gradient(90deg, rgba(52, 211, 153, 0.8), rgba(74, 222, 128, 0.95));
}

.ov-geo-hub__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 14px;
}

.ov-geo-hub__note {
  font-size: 0.82rem;
  font-weight: 600;
  color: #a8a3c4;
}

.ov-geo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
  gap: 8px;
}

.ov-geo-grid__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 4px 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 6, 18, 0.45);
  color: #e9e4ff;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.ov-geo-grid__item:hover {
  border-color: rgba(168, 85, 247, 0.45);
  background: rgba(20, 16, 36, 0.65);
  color: #fff;
}

.ov-geo-grid__name {
  grid-column: 1;
  grid-row: 1;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}

.ov-geo-grid__cnt {
  grid-column: 2;
  grid-row: 1;
  font-size: 0.82rem;
  font-weight: 800;
  color: #c4b5fd;
  white-space: nowrap;
}

.ov-geo-grid__bar-wrap {
  grid-column: 1 / -1;
  grid-row: 2;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.ov-geo-grid__bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(129, 140, 248, 0.85), rgba(168, 85, 247, 0.9));
}

.ov-geo-top-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ov-geo-top-list__item {
  display: grid;
  grid-template-columns: 1.8rem minmax(0, 1fr) minmax(5.5rem, 7rem);
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(8, 6, 18, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.ov-geo-top-list__rank {
  font-size: 0.85rem;
  font-weight: 800;
  color: #a78bfa;
  text-align: center;
}

.ov-geo-top-list__link {
  color: #ede9fe;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  line-height: 1.25;
}

.ov-geo-top-list__link small {
  display: block;
  margin-top: 2px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #a8a3c4;
}

.ov-geo-top-list__link:hover {
  color: #fff;
}

.ov-geo-top-list__score {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-self: end;
}

.ov-geo-top-list__bar {
  flex: 1 1 auto;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.75), rgba(129, 140, 248, 0.9));
  min-width: 0;
}

.ov-geo-top-list__pct {
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 800;
  color: #94a3b8;
  min-width: 2.2rem;
  text-align: right;
}

.ov-geo-hub__stats-cta {
  margin: 4px 0 0;
  text-align: center;
}

.ov-geo-hub__stats-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 10, 24, 0.55);
  color: #ddd6fe;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.ov-geo-hub__stats-link:hover {
  color: #fff;
  border-color: rgba(168, 85, 247, 0.45);
}

@media (max-width: 900px) {
  body.page--overview-list .ov-geo-hub__popularity-row {
    grid-template-columns: 1fr;
  }

  body.page--overview-list .ov-geo-hub__popularity-row .ov-geo-hub__section--half {
    margin-bottom: 16px;
  }

  body.page--overview-list .ov-geo-hub__popularity-row .ov-geo-hub__section--half:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  body.page--overview-list .kv2-strips .wrapper--ov-geo-hub {
    padding-top: 28px;
  }

  body.page--overview-list .ov-geo-hub__section {
    padding: 14px 14px 16px;
  }

  .ov-geo-top-list__item {
    grid-template-columns: 1.5rem minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .ov-geo-top-list__score {
    grid-column: 2;
    grid-row: 2;
    justify-self: stretch;
  }
}

/* Grote tegels: page-thema’s — geen extra frame/padding (basis in base.css) */
body.page--home #tekst-overzicht.kv2-list-view--cards .eventTextItem,
html.kv2-list-pref-cards body.page--home #tekst-overzicht .eventTextItem,
body.page--overview #tekst-overzicht.kv2-list-view--cards .eventTextItem,
html.kv2-list-pref-cards body.page--overview #tekst-overzicht .eventTextItem {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  backdrop-filter: none;
}
body.page--home #tekst-overzicht.kv2-list-view--cards .eventTextItem:not(.is-promoted),
html.kv2-list-pref-cards body.page--home #tekst-overzicht .eventTextItem:not(.is-promoted),
body.page--overview #tekst-overzicht.kv2-list-view--cards .eventTextItem:not(.is-promoted),
html.kv2-list-pref-cards body.page--overview #tekst-overzicht .eventTextItem:not(.is-promoted) {
  background: transparent;
}

/* Grote tegels + checkbox AAN (desktop): ruimte tussen naam en datum */
@media (min-width: 641px) {
  body.page--overview #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"] .placefield .place,
  html.kv2-list-pref-cards body.page--overview #tekst-overzicht .eventTextItem[data-has-list-photo="1"] .placefield .place,
  body.page--home #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"] .placefield .place,
  html.page--home.kv2-list-pref-cards.kv2-list-photo-filter-on #tekst-overzicht .eventTextItem[data-has-list-photo="1"] .placefield .place {
    height: 62%;
  }
  body.page--overview #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"] .datefield,
  html.kv2-list-pref-cards body.page--overview #tekst-overzicht .eventTextItem[data-has-list-photo="1"] .datefield,
  body.page--home #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"] .datefield,
  html.page--home.kv2-list-pref-cards.kv2-list-photo-filter-on #tekst-overzicht .eventTextItem[data-has-list-photo="1"] .datefield {
    display: block;
    height: 30%;
    min-height: 24px;
    margin-top: 5px;
    padding: 4px 8px;
    border-radius: 10px;
    background: rgba(255,255,255,.10);
  }
}
@media (max-width: 640px) {
  body.page--overview #tekst-overzicht.kv2-list-view--cards .eventTextItem__body,
  html.kv2-list-pref-cards body.page--overview #tekst-overzicht .eventTextItem__body,
  body.page--home #tekst-overzicht.kv2-list-view--cards .eventTextItem__body,
  html.kv2-list-pref-cards body.page--home #tekst-overzicht .eventTextItem__body {
    padding: 5px 6px;
  }

  body.page--home #tekst-overzicht.kv2-list-view--cards .eventTextItem,
  html.kv2-list-pref-cards body.page--home #tekst-overzicht .eventTextItem {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  /* Grote tegels + checkbox UIT: zonder headerfoto op mobiel */
  body.page--home #tekst-overzicht.kv2-list-view--cards:not(.kv2-list-photo-filter-on) .eventTextItem[data-has-list-photo="0"],
  html.kv2-list-pref-cards body.page--home #tekst-overzicht.kv2-list-view--cards:not(.kv2-list-photo-filter-on) .eventTextItem[data-has-list-photo="0"] {
    padding: 0;
  }
  body.page--overview #tekst-overzicht.kv2-list-view--cards:not(.kv2-list-photo-filter-on) .eventTextItem[data-has-list-photo="0"],
  html.kv2-list-pref-cards body.page--overview #tekst-overzicht.kv2-list-view--cards:not(.kv2-list-photo-filter-on) .eventTextItem[data-has-list-photo="0"] {
    padding: 0;
  }
  body.page--overview #tekst-overzicht.kv2-list-view--cards:not(.kv2-list-photo-filter-on) .eventTextItem[data-has-list-photo="0"] .datefield,
  html.kv2-list-pref-cards body.page--overview #tekst-overzicht.kv2-list-view--cards:not(.kv2-list-photo-filter-on) .eventTextItem[data-has-list-photo="0"] .datefield,
  body.page--home #tekst-overzicht.kv2-list-view--cards:not(.kv2-list-photo-filter-on) .eventTextItem[data-has-list-photo="0"] .datefield,
  html.kv2-list-pref-cards body.page--home #tekst-overzicht.kv2-list-view--cards:not(.kv2-list-photo-filter-on) .eventTextItem[data-has-list-photo="0"] .datefield {
    margin-top: 0;
  }

  /* Grote tegels + checkbox AAN: zonder headerfoto = compacte tegel op mobiel */
  body.page--home #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="0"],
  html.page--home.kv2-list-pref-cards.kv2-list-photo-filter-on #tekst-overzicht .eventTextItem[data-has-list-photo="0"] {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    padding: 5px 6px;
    min-height: 58px;
  }
  body.page--overview #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="0"],
  html.kv2-list-pref-cards body.page--overview #tekst-overzicht .eventTextItem[data-has-list-photo="0"] {
    padding: 5px 6px;
    min-height: 58px;
  }

  /* Grote tegel alleen bij foto's: met headerfoto */
  body.page--home #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"],
  html.page--home.kv2-list-pref-cards.kv2-list-photo-filter-on #tekst-overzicht .eventTextItem[data-has-list-photo="1"] {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    min-height: calc(var(--kv2-card-photo-h) + 58px);
  }
  body.page--overview #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"],
  html.kv2-list-pref-cards body.page--overview #tekst-overzicht .eventTextItem[data-has-list-photo="1"] {
    min-height: calc(var(--kv2-card-photo-h) + 58px);
  }
  body.page--overview #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"] .eventTextItem__body,
  html.kv2-list-pref-cards body.page--overview #tekst-overzicht .eventTextItem[data-has-list-photo="1"] .eventTextItem__body,
  body.page--home #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"] .eventTextItem__body,
  html.page--home.kv2-list-pref-cards.kv2-list-photo-filter-on #tekst-overzicht .eventTextItem[data-has-list-photo="1"] .eventTextItem__body {
    height: auto;
    min-height: 58px;
    padding: 5px 6px;
  }
  body.page--overview #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"] .datefield,
  html.kv2-list-pref-cards body.page--overview #tekst-overzicht .eventTextItem[data-has-list-photo="1"] .datefield {
    font-size: 13px;
    height: 30%;
    min-height: 22px;
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 10px;
    background: rgba(255,255,255,.10);
  }
  body.page--home #tekst-overzicht.kv2-list-view--cards.kv2-list-photo-filter-on .eventTextItem[data-has-list-photo="1"] .datefield,
  html.page--home.kv2-list-pref-cards.kv2-list-photo-filter-on #tekst-overzicht .eventTextItem[data-has-list-photo="1"] .datefield {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: 30%;
    min-height: 22px;
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 10px;
    background: rgba(255,255,255,.10);
    font-size: 14px;
  }
}
h2.country_title.kv2-country-heading {
  padding-left: 10px;
  padding-right: 10px;
}
