
.uitgelicht-wrap{max-width:1040px;margin:0 auto}
.uitgelicht{display:grid;grid-template-columns:1.08fr 1fr;gap:0;background:var(--card);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-lift);margin-top:6px}
.uitgelicht-img{display:block;overflow:hidden}
.uitgelicht-img img{width:100%;height:100%;object-fit:cover;display:block;min-height:320px;transition:transform .4s}
.uitgelicht-img:hover img{transform:scale(1.04)}
.uitgelicht-body{padding:38px 42px;display:flex;flex-direction:column;justify-content:center}
.uitgelicht-body h2{font-size:29px;line-height:1.18;letter-spacing:-.4px;margin:0 0 14px;font-weight:700}
.uitgelicht-body h2 a{color:var(--ink)}
.uitgelicht-body h2 a:hover{color:var(--forest)}
.uitgelicht-body p{color:var(--muted);font-size:15.5px;line-height:1.7;margin:0 0 24px}
.uitgelicht-body .btn{align-self:flex-start}
@media(max-width:820px){
 .uitgelicht{grid-template-columns:1fr}
 .uitgelicht-img img{min-height:230px}
 .uitgelicht-body{padding:28px 24px}
 .uitgelicht-body h2{font-size:25px}
}


/* De rasselectie en deze rubriek horen visueel bij dezelfde redactionele stroom.
   Voorkom daarom dat de standaard onder- en bovenpadding zich hier opstapelen. */
section.block.home-popular-breeds{padding-bottom:36px}
.home-reports{padding:48px 0 88px;background:var(--section-alt)}
.home-report-head{display:grid;grid-template-columns:1fr .58fr;align-items:end;gap:38px;margin-bottom:34px;padding-bottom:18px;border-bottom:2px solid var(--forest)}
.home-report-kicker{margin:0 0 5px;color:var(--terra);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.home-report-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,52px);font-weight:600;line-height:1.02;letter-spacing:-.035em}
.home-report-head>p{max-width:500px;margin:0 0 3px;color:var(--muted);font-size:14px;line-height:1.6}
.home-report-grid{display:grid;grid-template-columns:minmax(0,1.43fr) minmax(315px,.57fr);gap:39px}
.home-report-feature{display:grid;grid-template-columns:1.08fr .92fr;background:var(--card);color:inherit;text-decoration:none;font-weight:400}
.home-report-feature img{display:block;width:100%;height:100%;min-height:530px;object-fit:cover;object-position:65% center}
.home-report-copy{display:flex;flex-direction:column;justify-content:center;padding:46px}
.home-report-label{display:inline-flex;align-self:flex-start;padding:5px 8px;background:var(--gold-soft);color:#5a4516;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.home-report-copy h3{margin:17px 0 16px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(31px,3vw,44px);font-weight:600;line-height:1.08}
.home-report-copy p{margin:0;color:#4d574e;font-family:Georgia,"Times New Roman",serif;font-size:16px;line-height:1.68}
.home-report-feature:hover h3,.home-report-tease:hover h3{color:var(--forest)}
.home-report-list{border-top:2px solid var(--forest)}
.home-report-list-head{padding:13px 0;color:var(--forest);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.home-report-tease{display:block;padding:24px 0;border-top:1px solid #cfc8b9;color:inherit;text-decoration:none;font-weight:400}
.home-report-tease:first-of-type{border-top:0}
.home-report-tease span{color:var(--terra);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.home-report-tease h3{margin:7px 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:600;line-height:1.2}
.home-report-tease p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
@media(max-width:1040px){
 .home-report-feature{grid-template-columns:1fr}
 .home-report-feature img{min-height:390px;max-height:480px;object-position:center}
}
@media(max-width:760px){
 section.block.home-popular-breeds{padding-bottom:28px}
 .home-reports{padding:38px 0 55px}
 .home-report-head{display:block;margin-bottom:25px}
 .home-report-head>p{margin-top:14px}
 .home-report-grid{display:block}
 .home-report-feature{display:flex;min-width:0;height:auto;flex-direction:column}
 .home-report-feature img{height:auto;min-height:0;max-height:none;aspect-ratio:4/3;object-fit:cover}
 .home-report-copy{height:auto;padding:29px 24px 33px;overflow:visible}
 .home-report-copy h3{font-size:33px}
 .home-report-list{margin-top:32px}
}


.home-feature-section{padding:48px 0;background:#f5efe4}
.home-feature{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);overflow:hidden;border-radius:24px;background:#fff;box-shadow:var(--shadow-lift)}
.home-feature-photo{display:block;min-height:410px;overflow:hidden;background:#dfe5d8}
.home-feature-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .4s ease}
.home-feature-photo:hover img{transform:scale(1.025)}
.home-feature-body{padding:42px 44px;display:flex;flex-direction:column;justify-content:center}
.home-feature-body .eyebrow{color:var(--terra);margin-bottom:10px}
.home-feature-body h2{margin:0 0 16px;font-size:31px;line-height:1.15;letter-spacing:-.45px}
.home-feature-body h2 a{color:var(--ink)}
.home-feature-body h2 a:hover{color:var(--forest)}
.home-feature-body>p{margin:0 0 24px;color:var(--muted);font-size:15.5px;line-height:1.7}
.home-feature-body .btn{align-self:flex-start}
@media(max-width:820px){
 .home-feature{grid-template-columns:1fr}
 .home-feature-photo{min-height:0;aspect-ratio:4/3}
 .home-feature-body{padding:28px 24px 30px}
 .home-feature-body h2{font-size:26px}
}


.home-topics{padding:84px 0;background:var(--bg)}
.home-topic-head{display:grid;grid-template-columns:1fr .58fr;align-items:end;gap:38px;margin-bottom:34px;padding-bottom:18px;border-bottom:2px solid var(--ink)}
.home-topic-kicker{margin:0 0 5px;color:var(--terra);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.home-topic-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,52px);font-weight:600;line-height:1.02;letter-spacing:-.035em}
.home-topic-head>p{max-width:500px;margin:0 0 3px;color:var(--muted);font-size:14px;line-height:1.6}
.home-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:2px solid var(--ink);border-left:1px solid var(--line)}
.home-topic-link{min-height:160px;padding:25px 22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--card);color:inherit;text-decoration:none;font-weight:400}
.home-topic-link small{color:var(--terra);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.home-topic-link strong{display:block;margin:12px 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:23px;font-weight:600;line-height:1.15}
.home-topic-link span{color:var(--muted);font-size:13px}
.home-topic-link:hover strong{color:var(--forest)}
@media(max-width:760px){
 .home-topics{padding:55px 0}
 .home-topic-head{display:block;margin-bottom:25px}
 .home-topic-head>p{margin-top:14px}
 .home-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .home-topic-link{min-height:122px;padding:19px 16px}
 .home-topic-link strong{font-size:20px}
 .home-topic-link span{font-size:11px}
 .home-topic-link:last-child{grid-column:1/-1}
}


.az-bar{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 24px}
.az-chip{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #e2d8c4;border-radius:9px;background:#fff;color:#3a3631;font:700 15px/1 inherit;cursor:pointer;transition:all .15s;padding:0}
.az-chip:hover{border-color:#c9742d;color:#c9742d}
.az-chip.on{background:#2e5b33;border-color:#2e5b33;color:#fff}
.az-letterhead{font-size:22px;margin:26px 0 10px;font-weight:700;display:none}

/* Staging-only safety chrome. The presentation underneath uses BE components. */
.preview-strip{background:#263c2c;color:#fff;text-align:center;padding:9px 16px;font-size:13px;line-height:1.5}
.preview-strip a{color:#fff;text-decoration:underline}
/* Keep the full-width hover path into every megamenu column continuous.
   A narrow bridge under the heading alone closes the menu on diagonal moves. */
.hx-mega::before{content:"";position:absolute;left:0;right:0;bottom:100%;height:12px}
.hx-mega{transform:none;transition:opacity .18s,visibility .18s}
.hx-item>a.hx-icon-pill{gap:8px;background:var(--forest-soft);color:var(--forest);padding-left:10px;padding-right:10px}
.hx-item>a.hx-icon-pill:hover,.hx-item:focus-within>a.hx-icon-pill{background:#dcead8}
.hx-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;flex:0 0 19px;color:var(--forest)}
.hx-nav-icon svg{display:block;width:18px;height:18px;fill:currentColor}
.hx-macc>summary .hx-nav-icon{margin-right:9px}
.hx-macc>summary .hx-nav-icon+*{margin-left:0}
.preview-notice{padding:22px;border:1px solid #c8d5bd;border-radius:14px;background:#f0f5e9;margin:20px 0}
.preview-wide{padding-top:24px;padding-bottom:70px}
.preview-wide>.ras-article{max-width:none;padding:0}
.preview-back{display:inline-block;font-size:14px;font-weight:600;border:1px solid var(--line);border-radius:10px;padding:3px 14px;background:#fff;margin:8px 0 2px}
.preview-cards{margin:24px 0 48px}
.preview-chips{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0 32px}
.preview-chips a{border:1px solid var(--line);border-radius:8px;padding:7px 16px;background:#f4f6f4;color:var(--ink);font-size:14px}
.preview-chips a:hover{background:var(--forest-soft)}
.preview-breed-intro>p{font-size:18px;line-height:1.65;color:var(--muted);max-width:760px}
#rasfiches,#alfabetische-lijst,#fci-groepen,.breed-letter-group{scroll-margin-top:110px}
section.breed-photo-overview{padding-top:0}
.breed-photo-overview .preview-cards{margin:0 0 40px}
.breed-photo-overview .az-letterhead{display:none}
.breed-text-overview{padding-bottom:64px}
.breed-text-overview section{margin-bottom:36px}
.breed-group-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 32px;list-style:none;padding:0}
.breed-group-links a,.breed-index-link{display:inline-block;padding:4px 0;text-decoration:underline;text-underline-offset:3px}
.breed-alphabet-columns{columns:3;column-gap:40px}
.breed-alphabet-columns .breed-letter-group{break-inside:avoid;margin-bottom:28px}
.breed-letter-group h3{font-size:25px;color:var(--forest);border-bottom:1px solid var(--line);margin:0 0 10px;padding-bottom:8px}
.breed-letter-group ul,.breed-index-history ul{list-style:none;margin:0;padding:0}
.breed-index-link small{display:block;font-size:13px;color:var(--muted)}
.breed-index-history{margin-top:32px}
.breed-overview-context{max-width:900px}
.breed-text-overview .az-chip{text-decoration:none;flex-shrink:0}
.az-chip:focus-visible,.filter-bar .chip:focus-visible,.breed-index-link:focus-visible{outline:3px solid var(--forest);outline-offset:3px}
@media(max-width:900px){.breed-alphabet-columns{columns:2}}
@media(max-width:560px){.breed-alphabet-columns{columns:1}.breed-group-links{grid-template-columns:1fr}.breed-group-links a,.breed-index-link{padding:7px 0}}
.ras-body img{max-width:100%;height:auto}
.ras-body figure{max-width:100%;margin:24px 0}
.ras-body .wp-caption{max-width:100%!important}
.ras-body .aligncenter{display:block;margin-left:auto;margin-right:auto}
.ras-body .alignleft{float:left;margin:0 24px 16px 0}
.ras-body .alignright{float:right;margin:0 0 16px 24px}
.ras-body:after{content:"";display:block;clear:both}
.ras-body iframe,.ras-body object,.ras-body embed{display:none}
.ras-hero-photo>img{display:block;width:auto;max-width:100%;height:auto;max-height:520px;margin:0 auto;object-fit:contain;background:transparent}
.ras-body .ras-inline-photo{width:min(100%,560px);margin:28px auto;float:none}
.ras-body .ras-inline-photo img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain}
.ras-hero-photo.nieuwsbrief-hero{max-width:760px;margin-left:auto;margin-right:auto}
.ras-hero-photo.editorial-hero-cover>img{height:520px;object-fit:cover;object-position:center 72%}
.ras-body .rmp-widgets-container,.ras-body .rpbt_shortcode,.ras-body #toc_container{display:none}
.preview-removed-photo{display:none}
/* Match BE's 4:3 breed and 16:10 article frames. Generic article height:auto
   must never stretch a portrait thumbnail outside its card's frame. */
.preview-cards .preview-card .ph>img,.preview-cards .preview-card .img>img{display:block;width:100%;height:100%;object-fit:cover}
.preview-card-breed .ph>img{object-position:center 25%}
.preview-card h3{overflow-wrap:anywhere}
.preview-card.no-photo{align-self:start}
.preview-cards .preview-card.no-photo .body{padding:24px}
.ras-sidebar .side-cta-finder .sc-sub{max-width:64%}
.ras-sidebar .side-cta-newsletter{padding:0;background:#fff;color:var(--ink);border:2px solid var(--forest);box-shadow:0 7px 18px rgba(40,70,45,.12)}
.ras-sidebar .side-cta-newsletter .sc-newsletter-heading{padding:18px 18px 20px;background:var(--forest);color:#fff}
.ras-sidebar .side-cta-newsletter .sc-label{display:block;margin-bottom:8px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.ras-sidebar .side-cta-newsletter .sc-title{font-family:inherit;font-size:24px;line-height:1.2;color:#fff}
.ras-sidebar .side-cta-newsletter .sc-newsletter-body{padding:18px}
.ras-sidebar .side-cta-newsletter .sc-sub{margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.6;opacity:1}
.ras-sidebar .side-cta-newsletter .sc-email-label{display:block;margin-bottom:0;color:var(--ink);font-size:14px;font-weight:700}
.ras-sidebar .side-cta-newsletter .sc-email-label input[type=email]{margin-top:8px;background:#fff;color:var(--ink);border:1px solid #bcb8ae;font-size:16px;padding:12px 13px}
.ras-sidebar .side-cta-newsletter .sc-email-label input[type=email]::placeholder{color:#807b72}
.ras-sidebar .side-cta-newsletter .sc-email-label input[type=email]:focus{border-color:var(--forest);background:#fff;outline:3px solid rgba(46,91,51,.18);outline-offset:1px}
.ras-sidebar .side-cta-newsletter .sc-nb-form button{background:var(--forest);color:#fff;font-size:14px;padding:11px 13px}
.ras-sidebar .side-cta-newsletter .sc-nb-form button:hover{background:#244726}
.ras-sidebar .side-cta-newsletter .sc-nb-consent{display:flex;align-items:flex-start;gap:9px;margin-top:6px;color:var(--muted);font-size:12px;font-weight:500;line-height:1.5}
.ras-sidebar .side-cta-newsletter .sc-nb-consent input{flex:0 0 auto;width:18px;height:18px;margin:1px 0 0;accent-color:var(--forest)}
.ras-sidebar .side-cta-newsletter .sc-nb-consent a{color:var(--forest);text-decoration:underline;text-underline-offset:2px}
.ras-sidebar .side-cta-newsletter .sc-note{margin:14px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.ras-sidebar .side-cta-newsletter .nb-foot-msg{color:var(--muted)}
.ras-sidebar .side-cta-newsletter .nb-foot-msg.ok{color:#286b32}
.ras-sidebar .side-cta-newsletter .nb-foot-msg.err{color:#a62b20}
.ras-sidebar .side-promo-bopets{display:block;overflow:hidden;margin:0 0 12px;border-radius:14px;box-shadow:0 7px 18px rgba(40,70,45,.12)}
.ras-sidebar .side-promo-bopets img{display:block;width:100%;height:auto}
.ras-sidebar .side-promo-bopets:focus-visible{outline:3px solid var(--forest);outline-offset:3px}
.preview-feature-intro .eyebrow{max-width:1040px;margin:0 auto 6px;color:var(--gold)}
section.block.preview-feature-intro{padding:40px 0 24px}
.preview-feature-intro .uitgelicht-img{min-height:320px}
.preview-feature-intro .uitgelicht-img img{height:100%;max-height:460px;object-position:center}
.block .sub{max-width:none}
.home-popular-breeds .sub{margin-bottom:20px}
.home-popular-breeds .preview-cards{margin-bottom:0}
.preview-latest-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 32px;border-top:2px solid var(--forest)}
.preview-latest-list .home-report-tease:first-of-type{border-top:1px solid #cfc8b9}
.adres-band-wrap{margin-bottom:28px}
.adres-band{display:flex;flex-wrap:wrap;gap:6px;background:#23502b;border-radius:14px;padding:9px 10px;margin:16px 0 0}
.adres-band a{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:9px;color:#fff;font-size:14px;font-weight:600;white-space:nowrap;line-height:1;opacity:.94;transition:background .15s ease,opacity .15s ease}
.adres-band a:hover{background:rgba(255,255,255,.13);opacity:1}
form[data-preview-disabled]{opacity:.65}
button[disabled]{cursor:not-allowed}
.adoption-landing{max-width:1040px;margin:0 auto 72px}
.adoption-intro{max-width:780px;margin:6px 0 48px}
.adoption-eyebrow{margin:0 0 8px;color:var(--terra);font-size:12px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}
.adoption-lead{margin:0;color:var(--ink);font-size:20px;line-height:1.65}
.adoption-section{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:48px;padding:34px 0;border-top:1px solid var(--line)}
.adoption-section h2,.adoption-check h2,.adoption-next h2{margin:0;color:var(--ink);line-height:1.2;letter-spacing:-.25px}
.adoption-step{margin:0 0 7px;color:var(--forest);font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}
.adoption-copy p{margin:0 0 14px;font-size:16.5px;line-height:1.72;color:var(--muted)}
.adoption-copy p:last-child{margin-bottom:0}
.adoption-check{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:48px;margin:24px 0 32px;padding:34px;border-radius:18px;background:var(--forest-soft);border:1px solid #cfddc8}
.adoption-check ul{margin:0;padding:0;list-style:none}
.adoption-check li{position:relative;padding:0 0 13px 28px;font-size:16px;line-height:1.55;color:var(--ink)}
.adoption-check li:last-child{padding-bottom:0}
.adoption-check li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--forest);font-weight:900}
.adoption-next{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:30px 34px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
.adoption-next p:not(.adoption-eyebrow){margin:8px 0 0;color:var(--muted);line-height:1.55}
.adoption-next .btn{flex:0 0 auto;white-space:nowrap}
/* No empty fifth column after the owner-withheld address group is removed. */
@media(min-width:901px){footer.site .cols{grid-template-columns:1.5fr 1fr 1fr 1fr}}
@media(max-width:800px){
 .preview-strip{font-size:11px}
 .ras-body .alignleft,.ras-body .alignright{float:none;margin:18px auto}
 .preview-wide{padding-left:18px;padding-right:18px}
 .preview-latest-list{grid-template-columns:repeat(2,minmax(0,1fr))}
 .adoption-section,.adoption-check{grid-template-columns:1fr;gap:14px}
 .adoption-next{align-items:flex-start;flex-direction:column}
}
@media(max-width:680px){
 .adres-band{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}
 .adres-band a{flex:0 0 auto}
}
@media(max-width:560px){
 .preview-latest-list{grid-template-columns:1fr}
 .preview-feature-intro .uitgelicht-img{min-height:0;aspect-ratio:4/3}
 .preview-feature-intro .uitgelicht-img img{min-height:0;max-height:none}
 .ras-hero-photo.editorial-hero-cover>img{height:430px}
}
@media(prefers-reduced-motion:reduce){
 .preview-card,.preview-card img,.uitgelicht-img img{transition:none;transform:none!important}
}
.editorial-related{margin:2.25rem 0}.editorial-related h2{margin:0 0 1rem}.editorial-related .preview-cards{margin:0}.editorial-disclaimer{margin:2rem 0 1.1rem;padding:1rem 1.15rem;border-left:4px solid #ec008c;background:#fff4fa;border-radius:0 12px 12px 0;color:#44333e}.editorial-disclaimer p{margin:0!important}.editorial-author{display:flex;gap:1rem;align-items:flex-start;margin:0 0 2rem;padding:1.1rem 1.2rem;border:1px solid #eadde5;border-radius:14px;background:#fff}.editorial-author-mark{display:grid;place-items:center;flex:0 0 46px;height:46px;border-radius:50%;background:#ec008c;color:#fff;font-weight:800}.editorial-author strong{display:block;color:#2f2330}.editorial-author p{margin:.25rem 0 .45rem!important;color:#625661;font-size:.94rem}.editorial-dates{display:flex;flex-wrap:wrap;gap:.35rem 1rem;color:#756a73;font-size:.82rem}@media(max-width:520px){.editorial-author{padding:1rem}.editorial-author-mark{flex-basis:40px;height:40px}.editorial-dates{display:grid}}
.editorial-schema{margin:1.75rem 0;padding:1rem;border:1px solid var(--line);border-radius:16px;background:#fff}.editorial-schema img{display:block;width:100%;height:auto;border-radius:10px}.editorial-schema figcaption{margin-top:.65rem;color:var(--muted);font-size:.84rem;line-height:1.45}
.newsletter-page-form{display:block;max-width:none;width:auto;margin:24px 0;padding:24px;background:#f1f7ef;color:#183426;border:1px solid #d8e7d5;border-radius:14px}
.newsletter-page-form h2,.newsletter-page-form p,.newsletter-page-form label{color:#183426}
.newsletter-page-form .nb-foot-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;width:100%}
.newsletter-page-form .nb-foot-form label{display:grid;gap:7px;font-weight:700}
.newsletter-page-form .nb-foot-form input[type="email"]{box-sizing:border-box;width:100%;min-height:46px;padding:10px 12px;border:1px solid #9eb9a0;border-radius:8px;background:#fff;color:#183426;font:inherit}
.newsletter-page-form .nb-foot-form .btn.primary{min-height:46px;padding:10px 22px;border:0;border-radius:8px;background:#2f6b43;color:#fff;font-size:1rem;font-weight:700;line-height:1;cursor:pointer}
.newsletter-page-form .nb-foot-msg{grid-column:1/-1}
.newsletter-page-form .muted{margin-bottom:0;color:#52645a}
@media(max-width:640px){.newsletter-page-form{padding:18px}.newsletter-page-form .nb-foot-form{grid-template-columns:1fr}.newsletter-page-form .nb-foot-form .btn.primary{width:100%}}

/* Homepage-specific BE hero styles, scoped to the NL preview. */
.preview-home-hero{padding:20px 0 8px}
.preview-home-hero .hero-wrap{grid-template-columns:1.05fr .95fr;gap:36px;align-items:center}
.preview-home-hero h1{color:#143f36}
.preview-home-hero .hero-img{aspect-ratio:auto;height:auto;border-radius:0;box-shadow:none;background:none;overflow:visible;align-self:end}
.preview-home-hero .hero-img img{width:100%;height:100%;max-height:360px;object-fit:cover;border-radius:22px;box-shadow:0 16px 36px rgba(20,40,30,.13)}
.preview-home-hero .btn.primary{background:#2E5B33;border-color:#2E5B33;color:#fff}
.preview-home-hero .btn.primary:hover{background:#234a28}
.preview-home-hero .btn.ghost{color:#2E5B33;border-color:#2E5B33}
.preview-home-hero .btn.ghost:hover{background:#eef4ec}
.preview-home-hero .hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.preview-home-hero .hero-btn{display:inline-flex;align-items:center;gap:9px;padding:12px 22px;border-radius:10px;line-height:1}
.preview-home-hero .hero-btn svg{width:18px;height:18px;flex:0 0 18px}
.preview-home-hero .hero-adresnote{display:flex;align-items:flex-start;gap:6px;margin-top:14px;color:#5b6b5e;font-size:15px;font-style:italic}
.preview-home-hero .hero-adresnote svg{width:40px;height:31px;color:#2E5B33;flex:0 0 auto;margin-top:1px}
@media(max-width:900px){
  .preview-home-hero .hero-wrap{grid-template-columns:1fr;gap:24px}
  .preview-home-hero .hero-img{align-self:auto;order:-1}
  .preview-home-hero .hero-img img{max-height:320px}
}

.ras-sidebar .side-contest-promo{display:block;width:100%;overflow:hidden;border-radius:14px;box-shadow:0 7px 18px rgba(40,70,45,.12);transition:box-shadow .15s ease,transform .15s ease}
.ras-sidebar .side-contest-promo:hover{box-shadow:0 11px 24px rgba(40,70,45,.2);transform:translateY(-1px)}
.ras-sidebar .side-contest-promo:focus-visible{outline:3px solid var(--forest);outline-offset:3px}
.ras-sidebar .side-contest-promo img{display:block;width:100%;height:auto}
