/* =========================================================================
   Mandy Blog Blocks – styling voor [mandy_blog]
   Huisstijl-variabelen staan bovenaan: check de exacte hexwaardes even
   tegen de Elementor Global Colors van de site en pas ze hier aan.
   ========================================================================= */

.mb-blog {
	--mb-font-head: 'Krub', sans-serif;
	--mb-font-body: 'Inter', sans-serif;
	--mb-ink:       #2e2b26;   /* donkere tekstkleur */
	--mb-ink-soft:  #5c574f;   /* zachtere tekstkleur */
	--mb-cream:     #faf7f2;   /* lichte achtergrond */
	--mb-sand:      #f1ebe1;   /* beige vlakken (tip, cta) */
	--mb-accent:    #b39a72;   /* goud/taupe accent */
	--mb-accent-d:  #96805d;   /* accent donker (hover) */
	--mb-radius:    14px;
	--mb-maxw:      760px;     /* leesbreedte tekst */

	font-family: var(--mb-font-body);
	color: var(--mb-ink);
	font-size: 1.0625rem;
	line-height: 1.75;
}

.mb-blog h2,
.mb-blog h3 {
	font-family: var(--mb-font-head);
	font-weight: 600;
	line-height: 1.25;
	color: var(--mb-ink);
	margin: 0 0 0.6em;
}

.mb-blog h2 { font-size: clamp(1.5rem, 3vw, 1.9rem); }
.mb-blog h3 { font-size: clamp(1.2rem, 2.4vw, 1.4rem); }

.mb-blog > * {
	max-width: var(--mb-maxw);
	margin-left: auto;
	margin-right: auto;
}

/* ---------- Intro ------------------------------------------------------- */

.mb-intro p {
	font-size: clamp(1.15rem, 2.2vw, 1.3rem);
	line-height: 1.65;
	color: var(--mb-ink-soft);
	margin: 0 0 2.5rem;
}

/* ---------- Inhoudsopgave ---------------------------------------------- */

.mb-toc {
	background: var(--mb-cream);
	border: 1px solid var(--mb-sand);
	border-radius: var(--mb-radius);
	padding: 1.25rem 1.5rem;
	margin-bottom: 2.5rem;
}

.mb-toc__label {
	font-family: var(--mb-font-head);
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mb-accent-d);
	margin: 0 0 0.5rem;
}

.mb-toc ol {
	margin: 0;
	padding-left: 1.25rem;
	columns: 2;
	column-gap: 2rem;
}

.mb-toc li { margin-bottom: 0.35rem; }

.mb-toc a {
	color: var(--mb-ink);
	text-decoration: none;
	border-bottom: 1px solid var(--mb-accent);
}

.mb-toc a:hover { color: var(--mb-accent-d); }

@media (max-width: 640px) {
	.mb-toc ol { columns: 1; }
}

/* ---------- Tekstsectie ------------------------------------------------- */

.mb-tekst { margin-bottom: 2.5rem; }
.mb-tekst__body p { margin: 0 0 1.1em; }
.mb-tekst__body a { color: var(--mb-accent-d); }

/* ---------- Hotspot ----------------------------------------------------- */

.mb-hotspot {
	max-width: 1040px;
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: center;
	margin-bottom: clamp(3rem, 7vw, 5rem);
	scroll-margin-top: 110px; /* ankerlinks niet onder de sticky header */
}

.mb-hotspot--flip .mb-hotspot__media { order: 2; }
.mb-hotspot--flip .mb-hotspot__content { order: 1; }

/* Zonder foto's: gewone leesbreedte, geen lege kolom */
.mb-hotspot--nomedia {
	grid-template-columns: 1fr;
	max-width: var(--mb-maxw);
	margin-bottom: 2.5rem;
}

.mb-hotspot__media figure {
	margin: 0;
	border-radius: var(--mb-radius);
	overflow: hidden;
}

.mb-hotspot__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 5;
}

.mb-hotspot__media--duo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.mb-hotspot__body p { margin: 0 0 1.1em; }

/* Maps-link als rustige tekstlink met pijl */
.mb-maps {
	display: inline-block;
	margin-top: 0.25rem;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--mb-accent-d);
	text-decoration: none;
	border-bottom: 1px solid var(--mb-accent);
}

.mb-maps::after { content: " \2197"; }
.mb-maps:hover { color: var(--mb-ink); border-color: var(--mb-ink); }

@media (max-width: 820px) {
	.mb-hotspot { grid-template-columns: 1fr; gap: 1.25rem; }
	.mb-hotspot--flip .mb-hotspot__media { order: 0; }
	.mb-hotspot--flip .mb-hotspot__content { order: 1; }
	.mb-hotspot__media img { aspect-ratio: 4 / 3; }
}

/* ---------- Tip (in hotspot én los) ------------------------------------- */

.mb-tip {
	background: var(--mb-sand);
	border-radius: var(--mb-radius);
	padding: 1rem 1.25rem;
	margin: 1.25rem 0;
}

.mb-tip--standalone { margin: 0 auto 2.5rem; }

.mb-tip__label {
	display: block;
	font-family: var(--mb-font-head);
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mb-accent-d);
	margin-bottom: 0.35rem;
}

.mb-tip p { margin: 0; font-size: 0.98rem; }

/* ---------- Beeld-duo ---------------------------------------------------- */

.mb-duo {
	max-width: 1040px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.mb-duo figure {
	margin: 0;
	border-radius: var(--mb-radius);
	overflow: hidden;
}

.mb-duo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 5;
}

@media (max-width: 640px) {
	.mb-duo { grid-template-columns: 1fr; }
	.mb-duo img { aspect-ratio: 4 / 3; }
}

/* ---------- CTA-tussenblok ---------------------------------------------- */

.mb-cta {
	max-width: 1040px;
	background: var(--mb-sand);
	border-radius: var(--mb-radius);
	margin-bottom: clamp(3rem, 7vw, 5rem);
}

.mb-cta__inner {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	padding: clamp(2rem, 5vw, 3rem) 1.5rem;
}

.mb-cta p {
	color: var(--mb-ink-soft);
	margin: 0 0 1.5rem;
}

.mb-btn {
	display: inline-block;
	font-family: var(--mb-font-body);
	font-weight: 500;
	font-size: 0.95rem;
	color: var(--mb-ink);
	background: transparent;
	border: 1.5px solid var(--mb-ink);
	border-radius: 999px;
	padding: 0.7rem 1.8rem;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.mb-btn:hover {
	background: var(--mb-ink);
	color: #fff;
}

/* ---------- FAQ ---------------------------------------------------------- */

.mb-faq { margin-bottom: 3rem; }

.mb-faq__item {
	border-bottom: 1px solid var(--mb-sand);
	padding: 0.9rem 0;
}

.mb-faq__item summary {
	font-family: var(--mb-font-head);
	font-weight: 600;
	font-size: 1.05rem;
	cursor: pointer;
	list-style: none;
	position: relative;
	padding-right: 2rem;
}

.mb-faq__item summary::-webkit-details-marker { display: none; }

.mb-faq__item summary::after {
	content: "+";
	position: absolute;
	right: 0.25rem;
	top: 0;
	color: var(--mb-accent-d);
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.4;
	transition: transform 0.2s ease;
}

.mb-faq__item[open] summary::after { transform: rotate(45deg); }

.mb-faq__answer {
	padding-top: 0.6rem;
	color: var(--mb-ink-soft);
	font-size: 0.98rem;
}
