/* Body-text bump */
#main-content .fs-7 { font-size: 1.2rem !important; }
#main-content .fs-8 { font-size: 1rem !important; }

/* Hero-titel — responsieve schaal zonder inline style */
.rondleiding-hero-title { font-size: clamp(2rem, 5vw, 3.2rem); }

/* Parafina-titel zonder hoofdletters (bewuste uitzondering) */
.text-parafina.rondleiding-titel-normal { text-transform: none; }

/* Loader-spinner */
.rondleiding-loader-spinner { width: 2.5rem; height: 2.5rem; }

/* Magazijn-foto in de intro */
.rondleiding-img {
height: 100%;
max-height: 320px;
object-fit: cover;
border-radius: 10px;
}

/* Zoekbalk: knop even hoog als het postcode-veld op desktop */
.ophaling-search-group .btn { white-space: nowrap; }

/* Per-centrum resultaatblok — leesbare rich-text uit de admin */
.rondleiding-centrum :where(p, ul, ol):last-child { margin-bottom: 0; }
.rondleiding-centrum ul,
.rondleiding-centrum ol { padding-left: 1.25rem; }
.rondleiding-centrum li { margin-bottom: .5rem; }
