html {
  color-scheme: light only;
}

/* DESKTOP + grote tablets (breder dan ±992px) */
@media screen and (min-width: 62em) {
  .has-header-image #hero-header {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}

/* TELEFOON + kleine tablets (smaller dan ±992px) */
@media screen and (max-width: 61.99em) {
  .has-header-image #hero-header {
    padding-top: 1vh;
    padding-bottom: 1vh;
    background-position: 55% center;
  }
}
.page-id-4067 h2,
.page-id-4067 h3 {
  hyphens: auto;
  -webkit-hyphens: auto;
  word-break: normal;
}

/* Laatste Blog: '2 reacties' als witte knop mét icoon, op eigen regel boven de infobalk */
.blog .entry-footer .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}
.blog .entry-footer .entry-meta::before {
  content: "";
  order: -1;
  flex-basis: 100%;
  height: 0;
}
.blog .entry-footer .comments-link {
  order: -2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffffff;
  color: #222222 !important;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 6px 14px;
  margin-bottom: 6px;
}
.blog .entry-footer .comments-link a {
  color: #222222 !important;
  font-weight: 600;
  text-decoration: none;
}
.blog .entry-footer .comments-link svg,
.blog .entry-footer .comments-link svg * {
  fill: #222222 !important;
}
.blog .entry-footer .comments-link a:hover {
  background: #f3f0ec;
}

/* Footer: gelijke ruimte tussen de tegels op mobiel */
@media (max-width: 781px) {
  .route-footer .wp-block-columns {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    gap: 24px !important;
  }
}

/* Blog-lijst: uitgelichte afbeelding op een nette maat op mobiel */
@media (max-width: 600px) {
  .wp-block-query .wp-block-post-featured-image {
    max-width: 240px;
    margin: 0 auto 1rem;
  }
  .wp-block-query .wp-block-post-featured-image img {
    width: 100%;
    height: auto;
  }
}

.wp-block-jetpack-subscriptions__textfield input,
.wp-block-jetpack-subscriptions input[type="email"],
.wp-block-jetpack-subscriptions input[type="text"] {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  color-scheme: light;
  forced-color-adjust: none;
}

@media (prefers-color-scheme: dark) {
  .wp-block-jetpack-subscriptions__textfield input,
  .wp-block-jetpack-subscriptions input[type="email"],
  .wp-block-jetpack-subscriptions input[type="text"] {
    background-color: #ffffff !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    -webkit-appearance: none;
    appearance: none;
  }
}

.wp-block-jetpack-subscriptions input::placeholder {
  color: #000000 !important;
}

/* Scheidingslijn boven abonneer, in stijl van het thema */
hr.abonneer-streep {
  width: 290px !important;
  max-width: 290px !important;
  margin: 0 auto 0.6rem 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255,255,255,0.9) !important;
  background: none !important;
  height: 0 !important;
}

/* Alle Blogs: foto + titel naast elkaar op mobiel */
@media (max-width: 599px) {
  .page-id-4067 .wp-block-columns .wp-block-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .page-id-4067 .wp-block-columns .wp-block-column .wp-block-image {
    width: 80px;
    flex-shrink: 0;
    margin-bottom: 0 !important;
  }
  .page-id-4067 .wp-block-columns .wp-block-column .wp-block-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .page-id-4067 .wp-block-columns .wp-block-column h2 {
    flex: 1;
    font-size: 1.1rem;
    margin: 0;
		text-align: left !important;
  }
  .page-id-4067 .wp-block-columns .wp-block-column p {
    width: 100%;
    margin: 0;
    font-size: 0.9rem;
  }
}

/* Twee subtiele hartjes op de kopafbeelding */
.has-header-image #hero-header {
  position: relative;
  overflow: hidden;
}
.has-header-image #hero-header::before,
.has-header-image #hero-header::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-image: url("https://willyblog.com/wp-content/uploads/2026/05/hart-in-kopafbeelding.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
/* hart links van de subtitel */
.has-header-image #hero-header::before {
  width: 4.5vw;
  height: 4.5vw;
  left: 28vw;
  top: 74%;
  opacity: 0.9;
  background-color: transparent !important;
  background-image: url("https://willyblog.com/wp-content/uploads/2026/05/hart-in-kopafbeelding.webp") !important;
  box-shadow: none !important;
  border: none !important;
}
/* hart rechts van de subtitel */
.has-header-image #hero-header::after {
  width: 4.5vw;
  height: 4.5vw;
  left: 66vw;
  top: 74%;
  opacity: 0.9;
}
/* iPad / tablet */
@media (max-width: 1200px) {
  .has-header-image #hero-header::before { width: 7vw; height: 7vw; left: 8vw; top: 76%; }
  .has-header-image #hero-header::after  { width: 7vw; height: 7vw; left: 82vw; top: 76%; }
}
/* mobiel */
@media (max-width: 600px) {
  .has-header-image #hero-header::before { width: 10vw; height: 10vw; left: 12vw; top: 80%; }
  .has-header-image #hero-header::after  { width: 10vw; height: 10vw; left: 76vw; top: 80%; }
}

.zoekbalk-fix .wp-block-search__button {
    height: 32px;
    font-size: 16px;
    line-height: 5px;
    padding: 0 10px;
}

/* === Mobiel: koptekst compacter zodat Menu-knop en menu in beeld komen — toegevoegd 31-05-2026 === */
@media (max-width: 768px) {
  .has-header-image #hero-header {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .has-header-image #hero-header .site-title {
    font-size: 26px;
    line-height: 1.2;
  }
  .has-header-image #hero-header .site-description {
    font-size: 14px;
  }
  .site-logo-link img,
  .custom-logo {
    max-width: 200px;
    height: auto;
  }
}
/* === Einde mobiel-aanpassing koptekst === */

/* Titel "Laatste Blog" exact in thema-stijl op de berichtenpagina */
.blog #primary::before {
  content: "Laatste Blog";
  display: block;
  font-family: Alegreya, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(246, 246, 246);
  margin: 0 0 .4375em;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 32.375em) {
  .blog #primary::before {
    font-size: 47px;
  }
}

/* Lege kolommen geen ruimte laten innemen op mobiel */
@media (max-width: 781px) {
  .wp-block-columns .wp-block-column:empty {
    display: none;
  }
}

/* Uitgelichte afbeelding verbergen op de website (blijft wel in de e-mail) */
.post-thumbnail {
    display: none !important;
}
/* === PODCAST — toegevoegd 2 sept 2026 === */

/* Alleen de twee links onklikbaar — niet de knoppen van de speler */
.jetpack-podcast-player__track-title-link,
.jetpack-podcast-player__podcast-title a,
.jetpack-podcast-player__link {
	pointer-events: none !important;
	color: inherit;
	text-decoration: none;
	cursor: default;
}

/* Het kettingsymbooltje achter de afleveringstitel verbergen */
.jetpack-podcast-player__track-title-link,
.jetpack-podcast-player__episode-title-link-icon {
	display: none !important;
}

/* Kleuren van het spelervak — hier voor ALLE afleveringen tegelijk */
section.jetpack-podcast-player {
	background-color: #f6f6f6 !important;
}

.jetpack-podcast-player__title,
.jetpack-podcast-player__current-track-title {
	color: #8a2122 !important;
}

.jetpack-podcast-player__podcast-title,
.jetpack-podcast-player__podcast-title a {
	color: #a85a55 !important;
}

.jetpack-podcast-player .mejs-time-total,
.jetpack-podcast-player .mejs-time-loaded {
	background: rgba(138, 33, 34, .2) !important;
}

.jetpack-podcast-player .mejs-time {
	color: #8a2122 !important;
}
/* Het woord "Podcast" boven de titel van een podcastbericht */
.single .post.category-podcast .entry-title::before {
	content: "Podcast";
	display: block;
	margin: 0 0 .4375em;
}
/* Anker voor het watermerk — niet aan het thema overlaten */
.single .post.category-podcast .entry-content .wp-block-image figure {
	position: relative;
}

/* Het woord PODCAST rechtsonder op de blogfoto van een podcastbericht */
.single .post.category-podcast .entry-content .wp-block-image figure::after {
	content: "";
	position: absolute;
	right: 4%;
	bottom: 4%;
	width: 40%;
	aspect-ratio: 600 / 83;
	background: url("https://willyblog.com/wp-content/uploads/2026/09/PODCAST-watermerk-600px.png") no-repeat right bottom / contain;
	pointer-events: none;
	z-index: 2;
}
/* Podcasts-tegel op dezelfde maat als de andere tegels */
img.wp-image-6177,
img.wp-image-6176 {
	transform: scale(0.85);
}
/* Het woord PODCAST rechtsonder op de kaartfoto van een podcast */
.wp-block-post.category-podcast .wp-block-post-featured-image {
	position: relative;
}
.wp-block-post.category-podcast .wp-block-post-featured-image::after {
	content: "";
	position: absolute;
	right: 4%;
	bottom: 4%;
	width: 30%;
	aspect-ratio: 600 / 83;
	background: url("https://willyblog.com/wp-content/uploads/2026/09/PODCAST-watermerk-600px.png") no-repeat right bottom / contain;
	pointer-events: none;
	z-index: 2;
}
/* === einde PODCAST === */
/* === Berichtnavigatie verbergen — toegevoegd 2 sept 2026 === */
/* De voettekst met tegels neemt deze functie over */
.single .post-navigation {
	display: none;
}
/* === ZOEKRESULTATEN — toegevoegd 4 sept 2026 === */
/* De knop onder de zoekresultaten heet daar 'Overige zoekresultaten' */
.search #infinite-handle span button {
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 7px 14px !important;
}
.search #infinite-handle span button::after {
	content: "Overige zoekresultaten";
	display: block;
	font-size: 16px;
	line-height: 16px;
}
/* === einde ZOEKRESULTATEN === */
/* === BIJGELADEN BERICHTEN — toegevoegd 4 sept 2026 === */
/* Het WP-logo in de voettekst springt los na Infinite Scroll: maat vastzetten */
.site-info svg {
	width: 14px !important;
	height: 15px !important;
}
/* 'Vind ik leuk' laadt niet in bijgeladen berichten; laat de laadanimatie niet staan */
.infinite-wrap .jetpack-likes-widget-unloaded {
	display: none !important;
}
/* === einde BIJGELADEN BERICHTEN === */
/* === PODCASTTEGEL OP WELKOM — toegevoegd 4 sept 2026 === */
/* Naast de twee andere tegels mag hij niet verkleind worden */
.wp-block-columns img.wp-image-6176 {
	transform: none !important;
}
/* === einde PODCASTTEGEL OP WELKOM === */
/* ==========================================================================
   Willyblog - koptelefoontje en luisterlink
   Toegevoegd 6 september 2026. Terugvalpositie: de Extra CSS van 4 september
   in 09 Website is inhoudelijk gelijk aan wat hiervoor live stond.
   Het icoon zit als vector in de regel zelf: geen media-upload, geen
   JavaScript, scherp op elk scherm. De cirkel komt uit background-color.
   ========================================================================== */

/* 1 - het schijfje rechtsboven op de kaart van een blog met luisterversie.
      Alleen blogs dragen de tag 'Ook als Podcast'; podcastberichten dragen
      alleen 'Luisterversie'. Daarom is er een selector nodig en geen
      uitsluiting voor /podcasts/. */
li.wp-block-post.tag-ook-als-podcast .wp-block-post-featured-image::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #6F1516;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M301 501A211 211 0 0 1 723 501H663A151 151 0 0 0 361 501ZM270 501H330V560H270ZM694 501H754V560H694ZM240 611.5A73.5 73.5 0 0 1 387 611.5V676.5A73.5 73.5 0 0 1 240 676.5ZM637 611.5A73.5 73.5 0 0 1 784 611.5V676.5A73.5 73.5 0 0 1 637 676.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* 2 - de luisterlink in het blogbericht zelf.
      Het hele blok is de link: schijfje en tekst samen.
      LET OP: de blogtekst staat op de rode huisstijlgrond, niet op wit.
      Kleuren volgen daarom de site zelf: kop = linkkleur #F98A8A,
      subregel = bodykleur #AAAAAA. Het schijfje blijft ongewijzigd. */
.wb-luisterlink {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 15px;
  margin: 0 0 1.5em;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
}

.wb-luisterlink:hover,
.wb-luisterlink:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.wb-luisterlink:focus-visible {
  outline: 2px solid #F98A8A;
  outline-offset: 2px;
}

.wb-luisterlink::before {
  content: "";
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #6F1516;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M301 501A211 211 0 0 1 723 501H663A151 151 0 0 0 361 501ZM270 501H330V560H270ZM694 501H754V560H694ZM240 611.5A73.5 73.5 0 0 1 387 611.5V676.5A73.5 73.5 0 0 1 240 676.5ZM637 611.5A73.5 73.5 0 0 1 784 611.5V676.5A73.5 73.5 0 0 1 637 676.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.wb-luisterlink .wb-kop {
  display: block;
  font-weight: 600;
  color: #F98A8A;
  line-height: 1.35;
}

.wb-luisterlink .wb-sub {
  display: block;
  font-size: 0.92em;
  color: #AAAAAA;
  line-height: 1.4;
}

/* === SNELHEID — beeld via het CDN, 11 september 2026 ===
   De hero en de twee hartjes gingen buiten Jetpacks beeld-CDN om: geen WebP,
   geen kleinere maat. Deze regels sturen ze via i0.wp.com. Wat je op het
   scherm ziet blijft gelijk. Terugdraaien = dit hele blok weghalen.
   Back-up van vlak hiervoor: 09 Website / Willyblog - Extra CSS backup 11 sept 2026.txt */

.has-header-image #hero-header {
  background-image: url("https://i0.wp.com/willyblog.com/wp-content/uploads/2023/08/cropped-cropped-20230315_090619.jpg?w=1440&ssl=1") !important;
}

.has-header-image #hero-header::before,
.has-header-image #hero-header::after {
  background-image: url("https://i0.wp.com/willyblog.com/wp-content/uploads/2026/05/hart-in-kopafbeelding.webp?w=200&ssl=1") !important;
}
/* === einde SNELHEID === */
/* ==========================================================================
   A1a — Alegreya vanaf de eerste tekening.  Toegevoegd 12 september 2026.

   Wat dit is: een letterlijke kopie van de regels die Jetpack Custom Fonts
   zelf in elke pagina zet, met :root in plaats van .wf-active. Daardoor
   gelden ze vanaf de eerste tekening, in plaats van pas nadat webfont.js
   die klasse heeft gezet (gemeten: 2,7 seconde, ook met alles in de cache).

   :root weegt even zwaar als .wf-active, dus de rangorde ten opzichte van
   de themaregels blijft precies gelijk. Nagemeten op vier paginatypen:
   nul verschil in het eindbeeld.

   Jetpack Custom Fonts blijft gewoon aan staan. Zou hier een plek ontbreken,
   dan zet Jetpack die een paar seconden later alsnog goed.

   NA PUBLICEREN: de kritieke CSS van Jetpack Boost opnieuw laten opbouwen.
   TERUGDRAAIEN: alles tussen deze kop en 'einde A1a' weghalen, publiceren,
   en Boost opnieuw laten opbouwen.
   ========================================================================== */

:root #tinymce h1,
:root #tinymce h2,
:root #tinymce h3,
:root #tinymce h4,
:root #tinymce h5,
:root #tinymce h6,
:root .comment-content h1,
:root .comment-content h2,
:root .comment-content h3,
:root .comment-content h4,
:root .comment-content h5,
:root .comment-content h6,
:root .entry-content h1,
:root .entry-content h2,
:root .entry-content h3,
:root .entry-content h4,
:root .entry-content h5,
:root .entry-content h6,
:root .entry-summary h1,
:root .entry-summary h2,
:root .entry-summary h3,
:root .entry-summary h4,
:root .entry-summary h5,
:root .entry-summary h6,
:root .widget_text h1,
:root .widget_text h2,
:root .widget_text h3,
:root .widget_text h4,
:root .widget_text h5,
:root .widget_text h6 {
  font-family: Alegreya, serif;
  font-style: normal;
  font-weight: 400;
}

:root h1 { font-style: normal; font-weight: 400; }
:root h2 { font-style: normal; font-weight: 400; }
:root h3 { font-style: normal; font-weight: 400; }
:root h4 { font-style: normal; font-weight: 400; }
:root h5 { font-style: normal; font-weight: 400; }
:root h6 { font-style: normal; font-weight: 400; }

:root blockquote h1,
:root blockquote h2,
:root blockquote h3,
:root blockquote h4 {
  font-family: Alegreya, serif;
  font-weight: 400;
  font-style: normal;
}

:root div#jp-relatedposts h3.jp-relatedposts-headline em {
  font-family: Alegreya, serif;
  font-style: normal;
  font-weight: 400;
}

:root .comment-reply-title,
:root .comments-title {
  font-family: Alegreya, serif;
  font-weight: 400;
  font-style: normal;
}

:root .image-post-title {
  font-family: Alegreya, serif;
  font-weight: 400;
  font-style: normal;
}

:root .page-header:not(.page-header-light) h1 {
  font-style: normal;
  font-weight: 400;
}

:root .entry-title {
  font-family: Alegreya, serif;
  font-style: normal;
  font-weight: 400;
}

:root #post-cover-image .cover-meta .single-post-title {
  font-family: Alegreya, serif;
  font-style: normal;
  font-weight: 400;
}

:root #hero-header .site-title {
  font-family: Alegreya, serif;
  font-style: normal;
  font-weight: 400;
}

:root .site-header .site-title {
  font-style: normal;
  font-weight: 400;
}

:root .site-header .site-description {
  font-style: normal;
  font-weight: 400;
}

/* ===== einde A1a ===== */

/* D13 — weg A, 21-09-2026: profielfoto en titeltekst in de kop niet klikbaar. Logo blijft een link. */
.site-logo-link,
.site-title a { pointer-events: none; }
/* einde D13 */