/* OBL-V036472121021010-HOME-FEATURED-CSS */

/* De bestaande vier homepage-shortcuts worden vijf gelijke kolommen zodra Restaurants is toegevoegd. */
@media (min-width: 761px) {
  body :is(div,nav,section):has(> a[data-obl-home-restaurants-shortcut="1"]) {
    display: grid !important;
    grid-template-columns: repeat(5,minmax(0,1fr)) !important;
  }
}

.obl-home-featured-v036472121021010{max-width:1200px;margin:3.2rem auto 0;padding:0 1rem}
.obl-home-featured-head-v036472121021010{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.35rem}
.obl-home-featured-head-v036472121021010 h2{margin:0;color:#082f27;font-size:clamp(1.55rem,2.4vw,2rem);line-height:1.15}
.obl-home-featured-head-v036472121021010 a{color:#3b7b13;font-weight:800;text-decoration:none;white-space:nowrap}
.obl-home-featured-grid-v036472121021010{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}
.obl-home-event-card-v036472121021010{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 9px 28px rgba(17,57,44,.08);min-width:0}
.obl-home-event-image-v036472121021010{position:relative;aspect-ratio:16/9;background:#315f47 url('/assets/images/event-fallback-v036472121021010.svg?v=036472121021010') center/cover no-repeat;overflow:hidden}
.obl-home-event-image-v036472121021010 img{display:block;width:100%;height:100%;object-fit:cover;background:transparent url('/assets/images/event-fallback-v036472121021010.svg?v=036472121021010') center/cover no-repeat;color:transparent;font-size:0}
.obl-home-event-date-v036472121021010{position:absolute;top:13px;left:13px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:54px;min-height:60px;padding:.35rem .5rem;border-radius:12px;background:#fff;color:#062e27;box-shadow:0 4px 14px rgba(0,0,0,.12);font-weight:800;line-height:1}
.obl-home-event-date-v036472121021010 strong{font-size:1.35rem}.obl-home-event-date-v036472121021010 span{font-size:.72rem;margin-top:.28rem;font-weight:700}
.obl-home-event-body-v036472121021010{padding:1rem 1.05rem 1.2rem}
.obl-home-event-category-v036472121021010{display:inline-flex;align-items:center;min-height:30px;padding:.28rem .68rem;border-radius:999px;background:#edf7d8;color:#174530;font-size:.8rem;margin-bottom:.72rem}
.obl-home-event-card-v036472121021010 h3{font-size:1.05rem;line-height:1.35;color:#062e27;margin:0 0 .75rem}
.obl-home-event-card-v036472121021010 h3 a{color:inherit;text-decoration:none}
.obl-home-event-meta-v036472121021010{display:grid;gap:.45rem;color:#47655c;font-size:.86rem;line-height:1.4}
.obl-home-event-meta-v036472121021010 span{display:block}
.obl-home-event-empty-v036472121021010{grid-column:1/-1;padding:2rem;border-radius:18px;background:#fff;color:#47655c;text-align:center}

@media (max-width: 980px){.obl-home-featured-grid-v036472121021010{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 600px){.obl-home-featured-v036472121021010{margin-top:2.2rem}.obl-home-featured-grid-v036472121021010{grid-template-columns:1fr}.obl-home-featured-head-v036472121021010{align-items:flex-start}.obl-home-featured-head-v036472121021010 h2{font-size:1.55rem}}
