/*
Theme Name: Benevio
Theme URI: https://adnanthemes.com/benevio/
Author: AdnanThemes
Author URI: https://adnanthemes.com
Description: Benevio is a warm, modern and image-rich WordPress block theme built for community, cause and volunteer websites. Fully editable with the Site Editor, it keeps content simple to manage while staying lightweight, responsive and translation-ready.
Version: 3.0.410
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: benevio
Tags: blog, full-site-editing, block-styles, wide-blocks, custom-logo, custom-menu, custom-colors, featured-images, editor-style, threaded-comments, translation-ready

Benevio WordPress Theme, Copyright 2026 AdnanThemes
Benevio is distributed under the terms of the GNU GPL version 2 or later.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Benevio is 100% GPL. All code, stylesheets, scripts, images and
artwork bundled in this theme are licensed under the GNU GPL
version 2 or later. See license.txt for the full license text.
*/

:root{
  --bv-brand:#2e7d6b;      /* teal-green, hopeful & non-religious */
  --bv-brand-2:#3fae95;
  --bv-accent:#f4a259;     /* warm amber */
  --bv-accent-2:#ef6f6c;   /* coral */
  --bv-ink:#1d2b28;
  --bv-muted:#5b6b67;
  --bv-line:#e4ece9;
  --bv-bg:#ffffff;
  --bv-bg-soft:#f5f9f7;
  --bv-radius:16px;
  --bv-shadow:0 18px 48px rgba(29,43,40,.10);
  --bv-shadow-sm:0 6px 18px rgba(29,43,40,.08);
  --bv-max:1200px;
  --bv-font:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --bv-head:Georgia,'Times New Roman',serif;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:var(--bv-font);
  color:var(--bv-ink);
  background:var(--bv-bg);
  line-height:1.7;
  font-size:16px;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--bv-brand);text-decoration:none;transition:.2s}
a:hover{color:var(--bv-accent-2)}
h1,h2,h3,h4,h5,h6{font-family:var(--bv-head);color:var(--bv-ink);line-height:1.25;font-weight:700;margin:0 0 .5em}
h1{font-size:2.6rem}
h2{font-size:2rem}
h3{font-size:1.4rem}
p{margin:0 0 1.2em}

.bv-container{max-width:var(--bv-max);margin:0 auto;padding:0 24px}
.bv-btn{
  display:inline-flex;align-items:center;gap:.5rem;
  background:var(--bv-brand);color:#fff;
  padding:14px 30px;border-radius:999px;font-weight:600;
  box-shadow:0 10px 24px rgba(46,125,107,.28);
  border:none;cursor:pointer;
}
.bv-btn:hover{background:var(--bv-brand-2);color:#fff;transform:translateY(-2px)}
.bv-btn--accent{background:var(--bv-accent);box-shadow:0 10px 24px rgba(244,162,89,.32)}
.bv-btn--accent:hover{background:#f0912f}
.bv-btn--ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7);box-shadow:none}
.bv-btn--ghost:hover{background:#fff;color:var(--bv-brand)}

/* ---------- Header ---------- */
.bv-topbar{background:var(--bv-ink);color:#dfe9e6;font-size:.85rem}
.bv-topbar .bv-container{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:8px;padding-bottom:8px;flex-wrap:wrap}
.bv-topbar a{color:#dfe9e6}
.bv-topbar a:hover{color:var(--bv-accent)}
.bv-topbar__social{display:flex;gap:14px}
.site-header{position:sticky;top:0;z-index:999;background:#fff;box-shadow:var(--bv-shadow-sm)}
.bv-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:16px;padding-bottom:16px}
.bv-branding{display:flex;align-items:center;gap:12px}
.bv-logo-text{font-family:var(--bv-head);font-weight:800;font-size:1.5rem;color:var(--bv-ink)}
.bv-logo-text span{color:var(--bv-brand)}
.bv-site-desc{font-size:.8rem;color:var(--bv-muted);margin:0}
.bv-nav ul{list-style:none;display:flex;gap:26px;margin:0;padding:0;align-items:center}
.bv-nav a{color:var(--bv-ink);font-weight:600;font-size:.98rem}
.bv-nav a:hover{color:var(--bv-brand)}
.bv-nav .current-menu-item>a{color:var(--bv-brand)}
.bv-header-cta{display:flex;align-items:center;gap:16px}
.bv-menu-toggle{display:none;align-items:center;justify-content:center;min-width:44px;min-height:44px;background:var(--bv-brand);color:#fff;border:2px solid transparent;padding:8px 12px;border-radius:10px;cursor:pointer;font-size:1.2rem;line-height:1}

/* ---------- Hero ---------- */
.bv-hero{position:relative;color:#fff;overflow:hidden}
.bv-hero__media{position:absolute;inset:0;z-index:0}
.bv-hero__media img{width:100%;height:100%;object-fit:cover}
.bv-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(29,43,40,.86),rgba(46,125,107,.6));z-index:1}
.bv-hero__inner{position:relative;z-index:2;padding:120px 0}
.bv-hero__badge{display:inline-block;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);padding:7px 18px;border-radius:999px;font-size:.85rem;margin-bottom:20px;backdrop-filter:blur(4px)}
.bv-hero h1{color:#fff;font-size:3.2rem;max-width:640px;margin-bottom:18px}
.bv-hero p{font-size:1.2rem;max-width:560px;color:#eaf3f0;margin-bottom:30px}
.bv-hero__actions{display:flex;gap:16px;flex-wrap:wrap}

/* ---------- Stats ---------- */
.bv-stats{margin-top:-60px;position:relative;z-index:3}
.bv-stats__grid{background:#fff;border-radius:var(--bv-radius);box-shadow:var(--bv-shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.bv-stat{padding:34px 24px;text-align:center;border-right:1px solid var(--bv-line)}
.bv-stat:last-child{border-right:none}
.bv-stat__num{font-family:var(--bv-head);font-size:2.4rem;font-weight:800;color:var(--bv-brand)}
.bv-stat__label{color:var(--bv-muted);font-size:.95rem}

/* ---------- Sections ---------- */
.bv-section{padding:90px 0}
.bv-section--soft{background:var(--bv-bg-soft)}
.bv-section__head{text-align:center;max-width:620px;margin:0 auto 54px}
.bv-eyebrow{color:var(--bv-accent);font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:.82rem;display:block;margin-bottom:10px}
.bv-section__head h2{font-size:2.4rem}
.bv-section__head p{color:var(--bv-muted)}

/* ---------- Cards / Causes ---------- */
.bv-grid{display:grid;gap:28px}
.bv-grid--3{grid-template-columns:repeat(3,1fr)}
.bv-grid--2{grid-template-columns:repeat(2,1fr)}
.bv-grid--4{grid-template-columns:repeat(4,1fr)}
.bv-card{background:#fff;border-radius:var(--bv-radius);overflow:hidden;box-shadow:var(--bv-shadow-sm);transition:.25s;display:flex;flex-direction:column}
.bv-card:hover{transform:translateY(-6px);box-shadow:var(--bv-shadow)}
.bv-card__media{aspect-ratio:16/11;overflow:hidden;position:relative}
.bv-card__media img{width:100%;height:100%;object-fit:cover;transition:.4s}
.bv-card:hover .bv-card__media img{transform:scale(1.06)}
.bv-card__tag{position:absolute;top:14px;left:14px;background:var(--bv-accent);color:#fff;padding:5px 14px;border-radius:999px;font-size:.78rem;font-weight:600}
.bv-card__body{padding:24px;display:flex;flex-direction:column;flex:1}
.bv-card__body h3{font-size:1.25rem;margin-bottom:10px}
.bv-card__body p{color:var(--bv-muted);font-size:.95rem}
.bv-progress{height:9px;background:var(--bv-line);border-radius:999px;overflow:hidden;margin:14px 0 8px}
.bv-progress__bar{height:100%;background:linear-gradient(90deg,var(--bv-brand),var(--bv-brand-2));border-radius:999px}
.bv-progress-meta{display:flex;justify-content:space-between;font-size:.85rem;color:var(--bv-muted);margin-bottom:16px}
.bv-progress-meta strong{color:var(--bv-ink)}
.bv-card__foot{margin-top:auto}

/* ---------- Feature / How it works ---------- */
.bv-feature{text-align:center;padding:30px 22px;background:#fff;border-radius:var(--bv-radius);box-shadow:var(--bv-shadow-sm)}
.bv-feature__icon{width:70px;height:70px;border-radius:50%;background:var(--bv-bg-soft);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:1.8rem}
.bv-feature h3{font-size:1.15rem}
.bv-feature p{color:var(--bv-muted);font-size:.92rem;margin:0}

/* ---------- Split / About ---------- */
.bv-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.bv-split__media{position:relative}
.bv-split__media img{border-radius:var(--bv-radius);box-shadow:var(--bv-shadow)}
.bv-split__media--stack img+img{margin-top:20px}
.bv-list{list-style:none;padding:0;margin:20px 0 0}
.bv-list li{display:flex;gap:12px;margin-bottom:14px;color:var(--bv-muted)}
.bv-list li::before{content:"\2713";color:#fff;background:var(--bv-brand);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}

/* ---------- CTA banner ---------- */
.bv-cta{position:relative;color:#fff;text-align:center;overflow:hidden;border-radius:0}
.bv-cta__media{position:absolute;inset:0;z-index:0}
.bv-cta__media img{width:100%;height:100%;object-fit:cover}
.bv-cta::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(46,125,107,.92),rgba(29,43,40,.85));z-index:1}
.bv-cta__inner{position:relative;z-index:2;padding:80px 0}
.bv-cta h2{color:#fff;font-size:2.4rem}
.bv-cta p{color:#eaf3f0;max-width:560px;margin:0 auto 26px}

/* ---------- Team ---------- */
.bv-team__card{text-align:center}
.bv-team__media{border-radius:var(--bv-radius);overflow:hidden;box-shadow:var(--bv-shadow-sm);aspect-ratio:1/1;margin-bottom:14px}
.bv-team__media img{width:100%;height:100%;object-fit:cover}
.bv-team__card h3{font-size:1.1rem;margin-bottom:2px}
.bv-team__role{color:var(--bv-accent);font-size:.9rem;font-weight:600}

/* ---------- Testimonial ---------- */
.bv-quote{background:#fff;border-radius:var(--bv-radius);padding:34px;box-shadow:var(--bv-shadow-sm)}
.bv-quote p{font-size:1.05rem;font-style:italic;color:var(--bv-ink)}
.bv-quote__author{display:flex;align-items:center;gap:14px;margin-top:16px}
.bv-quote__author img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.bv-quote__author strong{display:block}
.bv-quote__author span{color:var(--bv-muted);font-size:.88rem}

/* ---------- Gallery ---------- */
.bv-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.bv-gallery img{border-radius:12px;aspect-ratio:1/1;object-fit:cover;transition:.3s}
.bv-gallery img:hover{transform:scale(1.04);box-shadow:var(--bv-shadow-sm)}

/* ---------- Blog ---------- */
.bv-post-card{background:#fff;border-radius:var(--bv-radius);overflow:hidden;box-shadow:var(--bv-shadow-sm);transition:.25s}
.bv-post-card:hover{transform:translateY(-5px);box-shadow:var(--bv-shadow)}
.bv-post-card__media{aspect-ratio:16/10;overflow:hidden}
.bv-post-card__media img{width:100%;height:100%;object-fit:cover}
.bv-post-card__body{padding:22px}
.bv-post-meta{font-size:.82rem;color:var(--bv-muted);margin-bottom:8px}

/* ---------- Footer ---------- */
.site-footer{background:var(--bv-ink);color:#c7d4d0;padding:70px 0 0}
.bv-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px}
.site-footer h4{color:#fff;font-size:1.1rem;margin-bottom:18px}
.site-footer a{color:#c7d4d0}
.site-footer a:hover{color:var(--bv-accent)}
.bv-footer-widget ul{list-style:none;padding:0;margin:0}
.bv-footer-widget li{margin-bottom:10px}
.bv-footer-social{display:flex;gap:12px;margin-top:16px}
.bv-footer-social a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff}
.bv-footer-social a:hover{background:var(--bv-brand)}
.bv-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding:22px 0;text-align:center;font-size:.9rem}

/* ---------- Content / Single ---------- */
.bv-content{padding:70px 0}
.bv-content-narrow{max-width:820px;margin:0 auto}
.bv-page-hero{background:var(--bv-bg-soft);padding:60px 0;text-align:center}
.bv-page-hero h1{margin:0}
.bv-breadcrumb{color:var(--bv-muted);font-size:.9rem;margin-top:8px}
.bv-entry img{border-radius:12px;margin:20px 0}
.bv-entry a{text-decoration:underline}
.bv-pagination{display:flex;gap:10px;justify-content:center;margin-top:40px}
.bv-pagination a,.bv-pagination span{padding:10px 16px;border-radius:10px;background:#fff;box-shadow:var(--bv-shadow-sm)}
.bv-pagination .current{background:var(--bv-brand);color:#fff}

/* WP core */
.wp-caption,.gallery-caption,.bypostauthor,.sticky,.screen-reader-text{position:static}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}
.alignwide{max-width:1100px;margin-left:auto;margin-right:auto}
.alignfull{max-width:100%}
.aligncenter{margin-left:auto;margin-right:auto}

/* ---------- Responsive ---------- */
@media(max-width:960px){
  .bv-grid--4{grid-template-columns:repeat(2,1fr)}
  .bv-grid--3{grid-template-columns:repeat(2,1fr)}
  .bv-footer-grid{grid-template-columns:1fr 1fr}
  .bv-split{grid-template-columns:1fr}
  .bv-stats__grid{grid-template-columns:repeat(2,1fr)}
  .bv-stat:nth-child(2){border-right:none}
  .bv-gallery{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:782px){
  .bv-nav{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;box-shadow:var(--bv-shadow);display:none;max-height:calc(100vh - 90px);overflow-y:auto;padding:16px 24px;border-top:1px solid var(--bv-line)}
  .bv-nav.is-open{display:block}
  .bv-nav ul{flex-direction:column;gap:0;align-items:stretch}
  .bv-nav li{border-bottom:1px solid var(--bv-line)}
  .bv-nav a{display:block;padding:12px 0}
  .bv-menu-toggle{display:inline-flex}
  .bv-menu-toggle[aria-expanded="true"]{background:var(--bv-ink)}
  .bv-nav .sub-menu{position:static;display:block;min-width:0;margin:0;padding:0 0 0 18px;border:0;border-radius:0;box-shadow:none}
  body.bv-menu-open{overflow:hidden}
  .bv-header-cta .bv-btn{display:none}
  .bv-hero h1{font-size:2.2rem}
  .bv-hero__inner{padding:80px 0}
  h1{font-size:2rem}
  h2{font-size:1.6rem}
  .bv-section{padding:60px 0}
  .bv-grid--2,.bv-grid--3,.bv-grid--4{grid-template-columns:1fr}
}
@media(max-width:560px){
  .bv-stats__grid{grid-template-columns:1fr}
  .bv-stat{border-right:none;border-bottom:1px solid var(--bv-line)}
  .bv-gallery{grid-template-columns:1fr 1fr}
}

/* BV-FULLWIDTH-TEMPLATE : Gutenberg alignment support for Full Width page template */
.bv-fullwidth{padding:0 0 0 0;}
.bv-fullwidth > *{max-width:820px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;}
.bv-fullwidth > .alignwide{max-width:1100px;}
.bv-fullwidth > .alignfull{max-width:100%;width:100%;padding-left:0;padding-right:0;margin-left:0;margin-right:0;}
.bv-fullwidth > .wp-block-cover.alignfull,
.bv-fullwidth > .wp-block-group.alignfull{padding-left:0;padding-right:0;}

/* BV-FULLWIDTH-TOPGAP */
.bv-fullwidth{padding-top:0;padding-bottom:0;}

/* ===== BV-ABOUT-PREMIUM : premium styling for Gutenberg About/full-width pages ===== */

/* --- Buttons: make native Gutenberg buttons use brand pill style --- */
.bv-fullwidth .wp-block-button__link{
  background:var(--bv-brand);
  color:#fff !important;
  padding:15px 34px;
  border-radius:999px;
  font-weight:600;
  letter-spacing:.2px;
  box-shadow:0 12px 26px rgba(46,125,107,.30);
  transition:transform .25s ease, background .25s ease, box-shadow .25s ease;
  border:none;
}
.bv-fullwidth .wp-block-button__link:hover{
  background:var(--bv-brand-2);
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(46,125,107,.38);
}
/* buttons that sit on the dark teal CTA -> amber accent so they pop */
.bv-fullwidth .has-background[style*="1f6f63"] .wp-block-button__link,
.bv-fullwidth .wp-block-group.alignfull.has-text-color .wp-block-button__link{
  background:var(--bv-accent);
  color:#1d2b28 !important;
  box-shadow:0 14px 30px rgba(244,162,89,.40);
}
.bv-fullwidth .wp-block-group.alignfull.has-text-color .wp-block-button__link:hover{
  background:#f6b26f;
}

/* --- Headings: premium weight + spacing --- */
.bv-fullwidth h1{font-size:3rem;line-height:1.12;font-weight:700;letter-spacing:-.5px;}
.bv-fullwidth h2{font-size:2.15rem;line-height:1.18;font-weight:700;letter-spacing:-.4px;color:var(--bv-ink);}
.bv-fullwidth h3{font-size:1.25rem;font-weight:600;color:var(--bv-ink);}

/* eyebrow labels (uppercase small) get accent color */
.bv-fullwidth p[style*="uppercase"]{
  color:var(--bv-brand);
  font-weight:700;
  font-size:.78rem;
}

/* --- Hero cover polish --- */
.bv-fullwidth .wp-block-cover{border-radius:0;}
.bv-fullwidth .wp-block-cover h1{max-width:760px;margin-left:auto;margin-right:auto;}

/* --- Our Mission image: rounded + shadow --- */
.bv-fullwidth .wp-block-image img{
  border-radius:var(--bv-radius);
  box-shadow:var(--bv-shadow);
}

/* --- Mission list: custom check bullets --- */
.bv-fullwidth .wp-block-column .wp-block-list{list-style:none;margin-left:0;padding-left:0;}
.bv-fullwidth .wp-block-column .wp-block-list li{
  position:relative;padding-left:32px;margin-bottom:12px;color:var(--bv-ink);font-weight:500;
}
.bv-fullwidth .wp-block-column .wp-block-list li::before{
  content:"";position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;
  background:var(--bv-brand);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size:13px;background-position:center;background-repeat:no-repeat;
}

/* --- "Built for nonprofit teams" : turn columns into cards --- */
.bv-fullwidth .has-background[style*="f3faf7"] .wp-block-columns .wp-block-column{
  background:#fff;
  border:1px solid var(--bv-line);
  border-radius:var(--bv-radius);
  padding:34px 26px;
  text-align:center;
  box-shadow:var(--bv-shadow-sm);
  transition:transform .28s ease, box-shadow .28s ease;
}
.bv-fullwidth .has-background[style*="f3faf7"] .wp-block-columns .wp-block-column:hover{
  transform:translateY(-6px);
  box-shadow:var(--bv-shadow);
}
.bv-fullwidth .has-background[style*="f3faf7"] .wp-block-columns .wp-block-column h3{
  margin-top:6px;color:var(--bv-brand);
}

/* --- Our Values : add left accent bar + card feel --- */
.bv-fullwidth > .alignwide .wp-block-columns .wp-block-column{
  padding:26px 24px;
  border-radius:var(--bv-radius);
  background:var(--bv-bg-soft);
  border-left:4px solid var(--bv-accent);
  transition:transform .28s ease, box-shadow .28s ease;
}
.bv-fullwidth > .alignwide .wp-block-columns .wp-block-column:hover{
  transform:translateY(-4px);
  box-shadow:var(--bv-shadow-sm);
}
.bv-fullwidth > .alignwide .wp-block-columns .wp-block-column h3{color:var(--bv-ink);}

/* --- Teal CTA banner : force white/light text so it's readable --- */
.bv-fullwidth .wp-block-group.alignfull.has-text-color h2,
.bv-fullwidth .wp-block-group.alignfull.has-text-color p{
  color:#ffffff !important;
}
.bv-fullwidth .wp-block-group.alignfull.has-text-color h2{
  font-size:2.4rem;letter-spacing:-.5px;
}

/* section vertical rhythm */
.bv-fullwidth > .alignwide,
.bv-fullwidth > .alignfull{margin-top:0;}

@media(max-width:782px){
  .bv-fullwidth h1{font-size:2.2rem;}
  .bv-fullwidth h2{font-size:1.7rem;}
  .bv-fullwidth .wp-block-group.alignfull.has-text-color h2{font-size:1.8rem;}
}
/* ===== /BV-ABOUT-PREMIUM ===== */

/* ===== BV-ABOUT-PREMIUM-2 : extra polish ===== */

/* Hero cover : gradient overlay for premium depth + crisp text */
.bv-fullwidth > .wp-block-cover.alignfull::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg, rgba(29,43,40,.15) 0%, rgba(29,43,40,.55) 100%);
}
.bv-fullwidth > .wp-block-cover.alignfull .wp-block-cover__inner-container{position:relative;z-index:2;}
.bv-fullwidth .wp-block-cover h1{text-shadow:0 2px 24px rgba(0,0,0,.35);}
.bv-fullwidth .wp-block-cover p{color:#eef5f3;}

/* Hero outline button -> ghost style */
.bv-fullwidth .wp-block-cover .is-style-outline .wp-block-button__link{
  background:transparent !important;
  border:2px solid rgba(255,255,255,.75);
  color:#fff !important;
  box-shadow:none;
}
.bv-fullwidth .wp-block-cover .is-style-outline .wp-block-button__link:hover{
  background:#fff !important;
  color:var(--bv-brand) !important;
  border-color:#fff;
}

.bv-fullwidth .has-background[style*="f3faf7"] .wp-block-columns .wp-block-column h3{margin-top:24px;}

/* Values cards : number-free but add a small accent dot before heading */
.bv-fullwidth > .alignwide .wp-block-columns .wp-block-column h3{
  padding-bottom:10px;position:relative;
}
.bv-fullwidth > .alignwide .wp-block-columns .wp-block-column h3::after{
  content:"";position:absolute;left:0;bottom:0;width:34px;height:3px;border-radius:3px;
  background:var(--bv-accent);
}

/* CTA banner : richer gradient instead of flat teal */
.bv-fullwidth > .wp-block-group.alignfull.has-text-color[style*="1f6f63"]{
  background:linear-gradient(135deg,#1f6f63 0%,#2e7d6b 55%,#3fae95 140%) !important;
}
.bv-fullwidth > .wp-block-group.alignfull.has-text-color .wp-block-button__link{
  background:var(--bv-accent) !important;color:#1d2b28 !important;
  box-shadow:0 14px 30px rgba(244,162,89,.45);
}
.bv-fullwidth > .wp-block-group.alignfull.has-text-color .wp-block-button__link:hover{
  background:#f6b26f !important;transform:translateY(-3px);
}

/* tighten column gaps on cards */
.bv-fullwidth .wp-block-columns{gap:28px;}
/* ===== /BV-ABOUT-PREMIUM-2 ===== */

/* ===== BV-ABOUT-WIDECARDS : wider, larger card rows ===== */

/* Widen the inner column rows toward full width */
.bv-fullwidth .has-background[style*="f3faf7"] .wp-block-columns,
.bv-fullwidth > .alignwide .wp-block-columns{
  max-width:1440px;
  margin-left:auto;
  margin-right:auto;
  gap:36px;
}

/* Make the section heads match the wider layout */
.bv-fullwidth .has-background > .wp-block-heading,
.bv-fullwidth .has-background > p,
.bv-fullwidth > .alignwide > .wp-block-heading,
.bv-fullwidth > .alignwide > p{
  max-width:760px;margin-left:auto;margin-right:auto;
}

/* BIGGER "Built for nonprofit teams" cards */
.bv-fullwidth .has-background[style*="f3faf7"] .wp-block-columns .wp-block-column{
  padding:64px 40px 48px;
  border-radius:22px;
}

.bv-fullwidth .has-background[style*="f3faf7"] .wp-block-columns .wp-block-column h3{
  font-size:1.5rem;margin-top:18px;
}
.bv-fullwidth .has-background[style*="f3faf7"] .wp-block-columns .wp-block-column p{
  font-size:1.05rem;line-height:1.65;
}

/* BIGGER "Our Values" cards */
.bv-fullwidth > .alignwide .wp-block-columns .wp-block-column{
  padding:40px 36px;
  border-radius:20px;
  border-left-width:5px;
}
.bv-fullwidth > .alignwide .wp-block-columns .wp-block-column h3{
  font-size:1.45rem;
}
.bv-fullwidth > .alignwide .wp-block-columns .wp-block-column p{
  font-size:1.05rem;line-height:1.65;
}

/* Responsive : stack nicely on tablets/phones */
@media(max-width:960px){
  .bv-fullwidth .has-background[style*="f3faf7"] .wp-block-columns,
  .bv-fullwidth > .alignwide .wp-block-columns{gap:24px;}
  .bv-fullwidth .has-background[style*="f3faf7"] .wp-block-columns .wp-block-column{padding:56px 30px 40px;}
  .bv-fullwidth > .alignwide .wp-block-columns .wp-block-column{padding:32px 28px;}
}
/* ===== /BV-ABOUT-WIDECARDS ===== */

/* ===== BV-STEPS : How It Works numbered process ===== */
.bv-fullwidth .bv-steps{
  counter-reset:bvstep;
  max-width:1100px;margin-left:auto;margin-right:auto;
  gap:30px;position:relative;
}
.bv-fullwidth .bv-steps .wp-block-column{
  background:#ffffff;
  border:1px solid #e6efec;
  border-radius:20px;
  padding:70px 32px 40px;
  text-align:center;
  position:relative;
  box-shadow:0 10px 30px rgba(30,60,50,.06);
  transition:transform .25s ease, box-shadow .25s ease;
}
.bv-fullwidth .bv-steps .wp-block-column:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 45px rgba(30,60,50,.12);
}
.bv-fullwidth .bv-steps .wp-block-column::before{
  counter-increment:bvstep;
  content:counter(bvstep);
  position:absolute;
  top:-28px;left:50%;transform:translateX(-50%);
  width:56px;height:56px;line-height:56px;
  border-radius:50%;
  background:linear-gradient(135deg,#2e7d6b,#3fae95);
  color:#fff;font-weight:700;font-size:1.35rem;
  box-shadow:0 8px 20px rgba(46,125,107,.35);
}
.bv-fullwidth .bv-steps .wp-block-column h3{
  font-size:1.4rem;margin-top:6px;color:#1d2b28;
}
.bv-fullwidth .bv-steps .wp-block-column p{
  font-size:1.02rem;line-height:1.65;color:#5b6b67;
}
@media(max-width:781px){
  .bv-fullwidth .bv-steps .wp-block-column{margin-bottom:40px;}
}
/* ===== /BV-STEPS ===== */

/* ===== BV-VOLUNTEER-EXTRAS : benefit + role cards ===== */

/* Why Volunteer - clean benefit cards with top accent */
.bv-fullwidth .bv-benefits{max-width:1200px;margin-left:auto;margin-right:auto;gap:30px;}
.bv-fullwidth .bv-benefits .wp-block-column{
  background:#ffffff;
  border-radius:18px;
  padding:44px 32px;
  box-shadow:0 10px 30px rgba(30,60,50,.06);
  border-top:4px solid #2e7d6b;
  transition:transform .25s ease, box-shadow .25s ease;
}
.bv-fullwidth .bv-benefits .wp-block-column:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 45px rgba(30,60,50,.12);
}
.bv-fullwidth .bv-benefits .wp-block-column h3{font-size:1.35rem;color:#1d2b28;}
.bv-fullwidth .bv-benefits .wp-block-column p{color:#5b6b67;line-height:1.65;}

/* Role cards - amber left accent, eyebrow tag, time note */
.bv-fullwidth .bv-rolecards{max-width:1200px;margin-left:auto;margin-right:auto;gap:30px;}
.bv-fullwidth .bv-rolecards .wp-block-column{
  background:#ffffff;
  border-radius:18px;
  padding:38px 34px;
  border-left:5px solid #f4a259;
  box-shadow:0 10px 30px rgba(30,60,50,.05);
  transition:transform .25s ease, box-shadow .25s ease;
}
.bv-fullwidth .bv-rolecards .wp-block-column:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 45px rgba(30,60,50,.12);
}
.bv-fullwidth .bv-rolecards .wp-block-column h3{
  font-size:1.4rem;margin-top:4px;margin-bottom:12px;color:#1d2b28;
}
.bv-fullwidth .bv-rolecards .wp-block-column p{color:#5b6b67;line-height:1.6;}
.bv-fullwidth .bv-rolecards .wp-block-column p[style*="italic"]{
  color:#2e7d6b;font-weight:600;margin-top:16px;
  padding-top:14px;border-top:1px solid #eef3f1;font-size:.95rem;
}

@media(max-width:781px){
  .bv-fullwidth .bv-benefits .wp-block-column,
  .bv-fullwidth .bv-rolecards .wp-block-column{margin-bottom:28px;}
}
/* ===== /BV-VOLUNTEER-EXTRAS ===== */

/* ===== BV-EXCLUDE-CUSTOM-ROWS : keep custom rows from inheriting the generic "Built" number-badge/card look ===== */
.bv-fullwidth .bv-benefits .wp-block-column::before,
.bv-fullwidth .bv-rolecards .wp-block-column::before,
.bv-fullwidth .bv-steps .wp-block-column::before{
  counter-increment:none;
}
.bv-fullwidth .has-background[style*="f3faf7"] .bv-benefits .wp-block-column::before{
  content:none;
}
.bv-fullwidth .has-background[style*="f3faf7"] .bv-benefits .wp-block-column{
  padding-top:44px;
}
/* ===== /BV-EXCLUDE-CUSTOM-ROWS ===== */

/* ===== BV-BLOG-PREMIUM : premium blog index ===== */
.bv-blog-hero{
  background:linear-gradient(135deg,#1f6f63 0%,#2e7d6b 55%,#3fae95 100%);
  color:#fff;text-align:center;
  padding:96px 20px 90px;
}
.bv-blog-eyebrow{
  display:inline-block;text-transform:uppercase;letter-spacing:2px;
  font-size:.78rem;font-weight:700;color:#f4a259;margin-bottom:14px;
}
.bv-blog-hero h1{font-size:3rem;line-height:1.12;margin:0 0 16px;color:#fff;letter-spacing:-.5px;}
.bv-blog-hero p{max-width:620px;margin:0 auto;font-size:1.1rem;opacity:.92;}

/* Featured post banner */
.bv-content{padding:70px 0;}
.bv-feature{
  display:grid;grid-template-columns:1.15fr 1fr;gap:0;
  background:#fff;border-radius:22px;overflow:hidden;
  box-shadow:0 20px 50px rgba(29,43,40,.12);
  text-decoration:none;color:inherit;
  transition:transform .3s ease, box-shadow .3s ease;
}
.bv-feature:hover{transform:translateY(-6px);box-shadow:0 28px 64px rgba(29,43,40,.18);}
.bv-feature__media{position:relative;min-height:340px;overflow:hidden;}
.bv-feature__media img{width:100%;height:100%;object-fit:cover;}
.bv-feature__body{padding:52px 48px;display:flex;flex-direction:column;justify-content:center;}
.bv-feature__tag{
  display:inline-block;align-self:flex-start;background:#fef1e4;color:#d97b34;
  padding:6px 16px;border-radius:999px;font-size:.72rem;font-weight:700;
  text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;
}
.bv-feature__body h2{font-size:1.9rem;line-height:1.2;margin:6px 0 14px;color:var(--bv-ink);}
.bv-feature__body p{color:var(--bv-muted);line-height:1.7;margin-bottom:20px;}
.bv-feature__more{color:var(--bv-brand);font-weight:700;}

/* Category chips */
.bv-cat-chips{
  display:flex;flex-wrap:wrap;align-items:center;gap:10px;
  padding:10px 0 0;margin-top:8px;
}
.bv-cat-chips__label{font-weight:600;color:var(--bv-muted);margin-right:6px;}
.bv-chip{
  background:#f3faf7;border:1px solid #e0efe9;color:var(--bv-brand);
  padding:8px 18px;border-radius:999px;font-size:.9rem;font-weight:600;
  transition:.2s;
}
.bv-chip:hover{background:var(--bv-brand);color:#fff;border-color:var(--bv-brand);}

/* Section head */
.bv-content--posts{padding-top:60px;}
.bv-section-head{text-align:center;margin-bottom:44px;}
.bv-section-head h2{font-size:2.1rem;color:var(--bv-ink);margin:6px 0 0;}

/* Post grid + cards */
.bv-grid--3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.bv-post-card{
  background:#fff;border-radius:18px;overflow:hidden;
  box-shadow:0 12px 32px rgba(29,43,40,.08);
  display:flex;flex-direction:column;
  transition:transform .28s ease, box-shadow .28s ease;
}
.bv-post-card:hover{transform:translateY(-8px);box-shadow:0 22px 50px rgba(29,43,40,.16);}
.bv-post-card__media{display:block;position:relative;aspect-ratio:16/10;overflow:hidden;}
.bv-post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.bv-post-card:hover .bv-post-card__media img{transform:scale(1.06);}
.bv-post-card__cat{
  position:absolute;top:14px;left:14px;
  background:rgba(31,111,99,.92);color:#fff;
  padding:5px 14px;border-radius:999px;font-size:.72rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.5px;backdrop-filter:blur(4px);
}
.bv-post-card__body{padding:26px 26px 28px;display:flex;flex-direction:column;flex:1;}
.bv-post-meta{color:var(--bv-muted);font-size:.85rem;font-weight:500;margin-bottom:8px;}
.bv-post-card__body h3{font-size:1.22rem;line-height:1.3;margin:0 0 10px;}
.bv-post-card__body h3 a{color:var(--bv-ink);}
.bv-post-card__body h3 a:hover{color:var(--bv-brand);}
.bv-post-card__body p{color:var(--bv-muted);line-height:1.6;font-size:.96rem;margin-bottom:16px;flex:1;}
.bv-post-card__link{color:var(--bv-brand);font-weight:700;font-size:.92rem;margin-top:auto;}
.bv-post-card__link:hover{color:var(--bv-accent-2);}

/* Newsletter CTA */
.bv-blog-cta{
  background:linear-gradient(135deg,#1f6f63,#2e7d6b);
  color:#fff;text-align:center;padding:84px 20px;margin-top:20px;
}
.bv-blog-cta__eyebrow{
  display:inline-block;text-transform:uppercase;letter-spacing:1.6px;
  font-size:.76rem;font-weight:700;color:#f4a259;margin-bottom:12px;
}
.bv-blog-cta h2{font-size:2.1rem;color:#fff;margin:0 0 12px;}
.bv-blog-cta p{max-width:520px;margin:0 auto 28px;opacity:.92;}
.bv-blog-cta__form{display:flex;gap:12px;max-width:480px;margin:0 auto;}
.bv-blog-cta__form input{
  flex:1;padding:15px 20px;border-radius:999px;border:none;font-size:1rem;
}
.bv-blog-cta__form button{
  background:var(--bv-accent);color:#1d2b28;border:none;
  padding:15px 32px;border-radius:999px;font-weight:700;cursor:pointer;
  transition:.25s;
}
.bv-blog-cta__form button:hover{background:#f6b26f;transform:translateY(-2px);}

/* Responsive */
@media(max-width:900px){
  .bv-feature{grid-template-columns:1fr;}
  .bv-feature__media{min-height:260px;}
  .bv-grid--3{grid-template-columns:repeat(2,1fr);}
  .bv-blog-hero h1{font-size:2.3rem;}
}
@media(max-width:600px){
  .bv-grid--3{grid-template-columns:1fr;}
  .bv-feature__body{padding:34px 26px;}
  .bv-blog-cta__form{flex-direction:column;}
}
/* ===== /BV-BLOG-PREMIUM ===== */

/* ===== BV-BLOG-OVERRIDE : force premium blog layout over base theme rules ===== */
body.blog .bv-content,
body.blog .bv-content--posts{text-align:left;}

/* Featured banner -> real 2-col grid, kill inherited text-align:center + padding */
body.blog a.bv-feature{
  display:grid !important;
  grid-template-columns:1.1fr 1fr !important;
  gap:0 !important;
  text-align:left !important;
  padding:0 !important;
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(29,43,40,.12);
  align-items:stretch;
  margin-bottom:10px;
}
body.blog a.bv-feature .bv-feature__media{min-height:100%;height:100%;}
body.blog a.bv-feature .bv-feature__media img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0;box-shadow:none;margin:0;}
body.blog a.bv-feature .bv-feature__body{padding:52px 48px;text-align:left;}
body.blog a.bv-feature .bv-feature__body h2{text-align:left;}
body.blog a.bv-feature .bv-feature__body p{text-align:left;}

/* Hero gradient (ensure it wins over any base .bv-page-hero) */
body.blog .bv-blog-hero{
  background:linear-gradient(135deg,#1f6f63 0%,#2e7d6b 55%,#3fae95 100%) !important;
  text-align:center !important;
}
body.blog .bv-blog-hero h1,
body.blog .bv-blog-hero p,
body.blog .bv-blog-hero .bv-blog-eyebrow{text-align:center !important;}
body.blog .bv-blog-hero h1{color:#fff !important;}

/* Post cards grid stays 3-up and left aligned text */
body.blog .bv-content--posts .bv-grid--3{grid-template-columns:repeat(3,1fr) !important;text-align:left;}
body.blog .bv-post-card__body{text-align:left;}

/* Category chips left aligned row */
body.blog .bv-cat-chips{justify-content:flex-start;text-align:left;}

/* CTA stays centered */
body.blog .bv-blog-cta,
body.blog .bv-blog-cta *{text-align:center;}
body.blog .bv-blog-cta__form{text-align:left;}

@media(max-width:900px){
  body.blog a.bv-feature{grid-template-columns:1fr !important;}
  body.blog .bv-content--posts .bv-grid--3{grid-template-columns:repeat(2,1fr) !important;}
}
@media(max-width:600px){
  body.blog .bv-content--posts .bv-grid--3{grid-template-columns:1fr !important;}
}
/* ===== /BV-BLOG-OVERRIDE ===== */

/* ===== BV-SINGLE-PREMIUM : premium single post ===== */
.bv-single-hero{
  background:linear-gradient(135deg,#1f6f63 0%,#2e7d6b 55%,#3fae95 100%);
  color:#fff;padding:80px 20px 130px;text-align:center;
}
.bv-single-hero__inner{max-width:800px;margin:0 auto;}
.bv-single-hero__cat{
  display:inline-block;background:#f4a259;color:#1d2b28;
  padding:7px 20px;border-radius:999px;font-size:.74rem;font-weight:700;
  text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;
}
.bv-single-hero__cat:hover{background:#f6b26f;color:#1d2b28;}
.bv-single-hero h1{font-size:2.7rem;line-height:1.18;color:#fff;margin:0 0 24px;letter-spacing:-.5px;}
.bv-single-meta{
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;
  font-size:.95rem;opacity:.95;
}
.bv-single-meta__author{display:inline-flex;align-items:center;gap:10px;font-weight:600;}
.bv-single-meta__avatar{border-radius:50%;border:2px solid rgba(255,255,255,.5);}
.bv-single-meta__dot{opacity:.6;}

/* Featured image overlapping the hero */
.bv-single-feature{margin-top:-90px;position:relative;z-index:2;}
.bv-single-feature__img{
  border-radius:22px;overflow:hidden;
  box-shadow:0 30px 70px rgba(29,43,40,.22);
  max-width:960px;margin:0 auto;
}
.bv-single-feature__img img{width:100%;height:auto;display:block;}

/* Article body */
.bv-single-content{padding:60px 0 40px;}
.bv-single-layout{max-width:760px;}
.bv-single-article{font-size:1.12rem;line-height:1.85;color:#33413d;}
.bv-single-article > p{margin:0 0 26px;}
.bv-single-article h2{font-size:1.7rem;margin:44px 0 18px;color:var(--bv-ink);}
.bv-single-article h3{font-size:1.35rem;margin:36px 0 14px;color:var(--bv-ink);}
.bv-single-article img{border-radius:16px;margin:30px 0;box-shadow:var(--bv-shadow-sm);}
.bv-single-article blockquote{
  border-left:4px solid var(--bv-accent);
  background:#f3faf7;margin:32px 0;padding:24px 30px;border-radius:0 14px 14px 0;
  font-style:italic;font-size:1.2rem;color:var(--bv-ink);
}
.bv-single-article a{color:var(--bv-brand);text-decoration:underline;}
.bv-single-article ul,.bv-single-article ol{margin:0 0 26px;padding-left:26px;}
.bv-single-article li{margin-bottom:10px;}

/* Tags */
.bv-single-tags{display:flex;flex-wrap:wrap;gap:10px;margin:40px 0 0;padding-top:30px;border-top:1px solid #e8f0ed;}
.bv-tag{background:#f3faf7;border:1px solid #e0efe9;color:var(--bv-brand);padding:7px 16px;border-radius:999px;font-size:.88rem;font-weight:600;transition:.2s;}
.bv-tag:hover{background:var(--bv-brand);color:#fff;}

/* Share row */
.bv-single-share{display:flex;align-items:center;gap:12px;margin:28px 0 0;}
.bv-single-share__label{font-weight:600;color:var(--bv-muted);margin-right:4px;}
.bv-single-share a{
  width:42px;height:42px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--bv-brand);color:#fff;font-weight:700;font-size:.9rem;
  transition:.25s;text-decoration:none;
}
.bv-single-share a:hover{background:var(--bv-accent);color:#1d2b28;transform:translateY(-3px);}

/* Author box */
.bv-author-box{
  display:flex;gap:22px;align-items:flex-start;
  background:#f3faf7;border-radius:18px;padding:32px 34px;margin:44px 0 0;
  border:1px solid #e6efec;
}
.bv-author-box__avatar{border-radius:50%;flex-shrink:0;box-shadow:0 6px 16px rgba(29,43,40,.12);}
.bv-author-box__eyebrow{text-transform:uppercase;letter-spacing:1.2px;font-size:.72rem;font-weight:700;color:var(--bv-brand);}
.bv-author-box__body h4{margin:6px 0 8px;font-size:1.25rem;color:var(--bv-ink);}
.bv-author-box__body p{margin:0;color:var(--bv-muted);line-height:1.7;}

/* Related posts */
.bv-related{background:#f5f9f7;padding:80px 20px;}
.bv-related .bv-section-head{text-align:center;margin-bottom:44px;}
.bv-related .bv-section-head h2{font-size:2rem;color:var(--bv-ink);margin:6px 0 0;}
.bv-related .bv-grid--3{grid-template-columns:repeat(3,1fr);gap:30px;}

/* CTA buttons row (reuse blog cta shell) */
.bv-blog-cta__btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.bv-cta-btn{padding:15px 34px;border-radius:999px;font-weight:700;transition:.25s;display:inline-block;}
.bv-cta-btn--solid{background:var(--bv-accent);color:#1d2b28;}
.bv-cta-btn--solid:hover{background:#f6b26f;color:#1d2b28;transform:translateY(-3px);}
.bv-cta-btn--ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);}
.bv-cta-btn--ghost:hover{background:#fff;color:var(--bv-brand);}

/* Responsive */
@media(max-width:900px){
  .bv-related .bv-grid--3{grid-template-columns:repeat(2,1fr);}
  .bv-single-hero h1{font-size:2.1rem;}
}
@media(max-width:600px){
  .bv-related .bv-grid--3{grid-template-columns:1fr;}
  .bv-single-feature{margin-top:-60px;}
  .bv-author-box{flex-direction:column;gap:16px;}
}
/* ===== /BV-SINGLE-PREMIUM ===== */

/* ===== BV-BLOGDETAIL-PAGE : premium Gutenberg blog-detail page ===== */

/* Pull quote */
.bv-fullwidth .bv-pullquote{
  border:none;border-left:4px solid var(--bv-accent);
  background:#f3faf7;margin:10px 0;padding:28px 34px;border-radius:0 16px 16px 0;
}
.bv-fullwidth .bv-pullquote p{
  font-size:1.35rem;font-style:italic;line-height:1.55;color:var(--bv-ink);margin:0 0 10px;
}
.bv-fullwidth .bv-pullquote cite{
  color:var(--bv-brand);font-weight:600;font-style:normal;font-size:.95rem;
}

/* Body typography for this page */
.bv-fullwidth .wp-block-group p{color:#33413d;}
.bv-fullwidth figcaption.wp-element-caption{
  text-align:center;color:var(--bv-muted);font-size:.9rem;margin-top:10px;font-style:italic;
}

/* Inline tags */
.bv-fullwidth .bv-inline-tags{display:flex;gap:10px;flex-wrap:wrap;padding-top:24px;border-top:1px solid #e8f0ed;margin-top:10px;}
.bv-fullwidth .bv-inline-tags a{
  background:#f3faf7;border:1px solid #e0efe9;color:var(--bv-brand);
  padding:7px 16px;border-radius:999px;font-size:.88rem;font-weight:600;text-decoration:none;transition:.2s;
}
.bv-fullwidth .bv-inline-tags a:hover{background:var(--bv-brand);color:#fff;}

/* Author columns */
.bv-fullwidth .bv-authorcols .wp-block-column:first-child img{
  border-radius:50%;box-shadow:0 8px 20px rgba(29,43,40,.14);
}
.bv-fullwidth .bv-authorcols h4{font-size:1.3rem;margin:6px 0 8px;color:var(--bv-ink);}
.bv-fullwidth .bv-authorcols p{color:var(--bv-muted);margin:0;}

/* Related cards */
.bv-fullwidth .bv-relcards{max-width:1140px;margin-left:auto;margin-right:auto;gap:30px;}
.bv-fullwidth .bv-relcards .wp-block-column{
  background:#fff;border-radius:18px;overflow:hidden;padding:0 0 24px;
  box-shadow:0 12px 32px rgba(29,43,40,.08);
  transition:transform .28s ease, box-shadow .28s ease;
}
.bv-fullwidth .bv-relcards .wp-block-column:hover{transform:translateY(-8px);box-shadow:0 22px 50px rgba(29,43,40,.16);}
.bv-fullwidth .bv-relcards .wp-block-column .wp-block-image{margin:0 0 18px;}
.bv-fullwidth .bv-relcards .wp-block-column .wp-block-image img{border-radius:0;box-shadow:none;width:100%;aspect-ratio:16/10;object-fit:cover;}
.bv-fullwidth .bv-relcards .wp-block-column p,
.bv-fullwidth .bv-relcards .wp-block-column h3{padding-left:24px;padding-right:24px;}
.bv-fullwidth .bv-relcards .wp-block-column h3{font-size:1.18rem;line-height:1.3;margin:4px 0 10px;color:var(--bv-ink);}
.bv-fullwidth .bv-relcards .wp-block-column p:last-child{color:var(--bv-muted);font-size:.96rem;margin:0;}

@media(max-width:900px){
  .bv-fullwidth .bv-relcards{gap:22px;}
}
@media(max-width:600px){
  .bv-fullwidth .bv-authorcols{text-align:center;}
  .bv-fullwidth .bv-authorcols .wp-block-column:first-child img{margin:0 auto;}
}
/* ===== /BV-BLOGDETAIL-PAGE ===== */

/* ===== BV-AUTHORCOLS-FIX : stop author box inheriting number-badge/card look ===== */
.bv-fullwidth .has-background[style*="f3faf7"] .bv-authorcols .wp-block-column::before{
  content:none !important;
  counter-increment:none !important;
}
.bv-fullwidth .has-background[style*="f3faf7"] .bv-authorcols .wp-block-column{
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  padding:0 !important;
  border-radius:0 !important;
}
.bv-fullwidth .bv-authorcols{align-items:center;gap:28px;max-width:820px;margin:0 auto;}
.bv-fullwidth .bv-authorcols .wp-block-column:first-child{flex-basis:120px !important;max-width:120px;}
.bv-fullwidth .bv-authorcols .wp-block-column:first-child img{
  border-radius:50% !important;width:110px;height:110px;object-fit:cover;
  box-shadow:0 8px 20px rgba(29,43,40,.16) !important;
}
/* ===== /BV-AUTHORCOLS-FIX ===== */

/* ===== BV-BLOGDETAIL-WIDEN : full-width content + author box alignment fix ===== */

/* Widen the article content groups on the Blog Details page */
.page-id-53 .bv-fullwidth > .wp-block-group{max-width:1100px;margin-left:auto;margin-right:auto;}
.page-id-53 .bv-fullwidth > .wp-block-group > .wp-block-group{max-width:100%;}

/* Constrained inner groups (contentSize 760px) -> widen to ~1000px for a fuller feel */
.page-id-53 .bv-fullwidth .wp-block-group.is-layout-constrained > *{
  max-width:1000px !important;margin-left:auto;margin-right:auto;
}

/* Full-band sections (hero, author, cta) stay edge-to-edge */
.page-id-53 .bv-fullwidth .alignfull{max-width:100% !important;}
.page-id-53 .bv-fullwidth .alignfull > .wp-block-group__inner-container,
.page-id-53 .bv-fullwidth .alignfull.has-background{width:100%;}

/* ---- Author box: force left-aligned, avatar + text side-by-side ---- */
.bv-fullwidth .bv-authorcols{
  align-items:center !important;
  gap:26px !important;
  max-width:1000px !important;
  margin:0 auto !important;
  text-align:left !important;
  flex-wrap:nowrap !important;
}
.bv-fullwidth .bv-authorcols .wp-block-column{text-align:left !important;}
.bv-fullwidth .bv-authorcols .wp-block-column:first-child{
  flex:0 0 130px !important;max-width:130px !important;
}
.bv-fullwidth .bv-authorcols .wp-block-column:first-child .wp-block-image{margin:0 !important;}
.bv-fullwidth .bv-authorcols .wp-block-column:first-child img{
  border-radius:50% !important;width:110px !important;height:110px !important;object-fit:cover;
  box-shadow:0 8px 20px rgba(29,43,40,.16) !important;margin:0 !important;
}
.bv-fullwidth .bv-authorcols .wp-block-column:last-child{flex:1 1 auto !important;text-align:left !important;}
.bv-fullwidth .bv-authorcols .wp-block-column:last-child > *{text-align:left !important;}
.bv-fullwidth .bv-authorcols h4{text-align:left !important;margin:6px 0 8px;}
.bv-fullwidth .bv-authorcols p{text-align:left !important;}

@media(max-width:600px){
  .bv-fullwidth .bv-authorcols{flex-direction:column !important;text-align:center !important;}
  .bv-fullwidth .bv-authorcols .wp-block-column:first-child img{margin:0 auto !important;}
  .bv-fullwidth .bv-authorcols .wp-block-column:last-child,
  .bv-fullwidth .bv-authorcols h4,
  .bv-fullwidth .bv-authorcols p{text-align:center !important;}
  .page-id-53 .bv-fullwidth .wp-block-group.is-layout-constrained > *{max-width:100% !important;}
}
/* ===== /BV-BLOGDETAIL-WIDEN ===== */

/* ===== BV-AUTHORIMG-FIX : author avatar face-visible, centered, no repeat ===== */
.bv-fullwidth .bv-authorcols .wp-block-column:first-child img{
  width:110px !important;
  height:110px !important;
  object-fit:cover !important;
  object-position:center top !important;   /* keep the face in frame */
  background-repeat:no-repeat !important;
  border-radius:50% !important;
  display:block !important;
}
/* if it is a background-image figure, block repeat + cover there too */
.bv-fullwidth .bv-authorcols .wp-block-column:first-child .wp-block-image{
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center top !important;
}
/* ===== /BV-AUTHORIMG-FIX ===== */

/* ===== BV-CONTACT-PREMIUM ===== */

/* Hero */
.bv-contact-hero{
  background:linear-gradient(135deg,#f3faf7 0%,#e8f5f0 100%);
  position:relative;
}
.bv-contact-hero .bv-eyebrow{
  color:var(--bv-brand);font-weight:700;letter-spacing:2px;font-size:13px;margin-bottom:10px;
}
.bv-contact-hero h1{
  font-size:clamp(2rem,4vw,3rem);color:var(--bv-ink);margin:0 0 14px;font-weight:800;
}
.bv-contact-hero .bv-hero-sub{
  color:var(--bv-muted);font-size:1.05rem;max-width:620px;margin:0 auto;line-height:1.7;
}

/* Info cards */
.bv-contact-cards .bv-info-cards{gap:26px;max-width:1080px;margin:0 auto;}
.bv-contact-cards .bv-icard{
  background:#fff;border:1px solid var(--bv-line);border-radius:18px;
  padding:34px 26px;text-align:center;height:100%;
  box-shadow:0 6px 20px rgba(29,43,40,.05);transition:transform .25s,box-shadow .25s;
}
.bv-contact-cards .bv-icard:hover{transform:translateY(-6px);box-shadow:0 14px 34px rgba(29,43,40,.12);}
.bv-contact-cards .bv-icard-ico{
  font-size:34px;margin:0 0 14px;line-height:1;
  width:70px;height:70px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#e8f5f0,#f3faf7);border-radius:50%;margin:0 auto 16px;
}
.bv-contact-cards .bv-icard h4{margin:0 0 8px;font-size:1.15rem;color:var(--bv-ink);font-weight:700;}
.bv-contact-cards .bv-icard p{margin:0 0 4px;color:var(--bv-brand);font-weight:600;}
.bv-contact-cards .bv-icard .bv-icard-note{color:var(--bv-muted);font-weight:400;font-size:.9rem;}

/* Form row */
.bv-contact-form-wrap .bv-formrow{gap:44px;max-width:1080px;margin:0 auto;}
.bv-form-aside h2{font-size:1.9rem;color:var(--bv-ink);margin:0 0 16px;font-weight:800;}
.bv-form-aside p{color:var(--bv-muted);line-height:1.7;margin:0 0 20px;}
.bv-form-points{list-style:none;padding:0;margin:0;}
.bv-form-points li{
  position:relative;padding:8px 0 8px 30px;color:var(--bv-ink);font-weight:500;
}
.bv-form-points li::before{
  content:"✓";position:absolute;left:0;top:8px;
  color:#fff;background:var(--bv-brand);width:20px;height:20px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;
}

/* Form card */
.bv-form-card{
  background:#fff;border:1px solid var(--bv-line);border-radius:20px;
  padding:36px;box-shadow:0 10px 34px rgba(29,43,40,.08);
}
.bv-form-card .bv-field{margin-bottom:20px;}
.bv-form-card label{
  display:block;font-weight:600;color:var(--bv-ink);margin-bottom:8px;font-size:.92rem;
}
.bv-form-card input,
.bv-form-card textarea{
  width:100%;padding:13px 16px;border:1.5px solid var(--bv-line);border-radius:12px;
  font-family:inherit;font-size:.95rem;color:var(--bv-ink);background:#fbfdfc;
  transition:border-color .2s,box-shadow .2s;box-sizing:border-box;
}
.bv-form-card input:focus,
.bv-form-card textarea:focus{
  outline:none;border-color:var(--bv-brand);box-shadow:0 0 0 3px rgba(46,125,107,.12);background:#fff;
}
.bv-form-card textarea{resize:vertical;}
.bv-form-btn{
  background:linear-gradient(135deg,var(--bv-brand),var(--bv-brand-2));
  color:#fff;border:none;padding:14px 34px;border-radius:30px;font-weight:700;
  font-size:1rem;cursor:pointer;font-family:inherit;transition:transform .2s,box-shadow .2s;
  box-shadow:0 8px 20px rgba(46,125,107,.28);
}
.bv-form-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(46,125,107,.38);}
.bv-form-demo{margin:14px 0 0;font-size:.82rem;color:var(--bv-muted);font-style:italic;}

/* CTA band */
.bv-contact-cta{background:#1f6f63;}
.bv-contact-cta h2{color:#fff;font-size:2rem;margin:0 0 12px;font-weight:800;}
.bv-contact-cta p{color:rgba(255,255,255,.9);margin:0 0 26px;font-size:1.05rem;}
.bv-contact-cta .bv-btn-amber .wp-block-button__link{
  background:var(--bv-accent);color:#1d2b28;border:none;font-weight:700;border-radius:30px;padding:13px 30px;
}
.bv-contact-cta .bv-btn-amber .wp-block-button__link:hover{background:#f0912f;}
.bv-contact-cta .is-style-outline .wp-block-button__link{
  border:2px solid rgba(255,255,255,.7);color:#fff;background:transparent;border-radius:30px;padding:11px 28px;font-weight:700;
}
.bv-contact-cta .is-style-outline .wp-block-button__link:hover{background:rgba(255,255,255,.12);}

/* Responsive */
@media(max-width:900px){
  .bv-contact-cards .bv-info-cards,
  .bv-contact-form-wrap .bv-formrow{flex-direction:column;}
  .bv-contact-cards .bv-info-cards .wp-block-column,
  .bv-contact-form-wrap .bv-formrow .wp-block-column{flex-basis:100% !important;width:100% !important;}
}
/* ===== /BV-CONTACT-PREMIUM ===== */

/* ===== BV-HOMEVARIATIONS : Home Charity + Home Modern ===== */

/* shared buttons */
.bv-btn-amber .wp-block-button__link{background:var(--bv-accent);color:#1d2b28;border:none;font-weight:700;border-radius:30px;padding:14px 34px;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 20px rgba(244,162,89,.35);}
.bv-btn-amber .wp-block-button__link:hover{transform:translateY(-2px);background:#f0912f;}
.bv-btn-dark .wp-block-button__link{background:#1d2b28;color:#fff;border:none;font-weight:700;border-radius:30px;padding:14px 34px;}
.bv-btn-dark .wp-block-button__link:hover{background:#0f1a17;}

/* ---------- HOME CHARITY ---------- */
.bv-hc-hero .wp-block-cover__inner-container{max-width:820px;margin:0 auto;}
.bv-hc-hero .is-style-outline .wp-block-button__link{border:2px solid rgba(255,255,255,.8);color:#fff;background:transparent;border-radius:30px;padding:12px 30px;font-weight:700;}
.bv-hc-hero .is-style-outline .wp-block-button__link:hover{background:rgba(255,255,255,.15);}

.bv-hc-stats{background:#fff;margin-top:-1px;}
.bv-hc-statrow{max-width:1000px;margin:0 auto;gap:20px;border-radius:20px;background:#fff;box-shadow:0 14px 40px rgba(29,43,40,.08);position:relative;top:-40px;border:1px solid var(--bv-line);}
.bv-hc-num{color:var(--bv-brand);font-size:2.4rem;font-weight:800;margin:0;}
.bv-hc-lbl{color:var(--bv-muted);font-weight:600;margin:6px 0 0;font-size:.95rem;}

.bv-eyebrow2{color:var(--bv-accent);font-weight:700;letter-spacing:2px;font-size:13px;margin-bottom:8px;}
.bv-hc-causes h2{font-size:2.2rem;font-weight:800;color:var(--bv-ink);}
.bv-cause-cards{gap:28px;}
.bv-cause-cards .wp-block-column{background:#fff;border:1px solid var(--bv-line);border-radius:18px;overflow:hidden;box-shadow:0 6px 20px rgba(29,43,40,.05);transition:transform .25s,box-shadow .25s;}
.bv-cause-cards .wp-block-column:hover{transform:translateY(-6px);box-shadow:0 16px 38px rgba(29,43,40,.12);}
.bv-cause-img img{width:100%;height:210px;object-fit:cover;display:block;}
.bv-cause-cards h4{margin:20px 22px 8px;font-size:1.25rem;color:var(--bv-ink);}
.bv-cause-cards p{margin:0 22px 12px;color:var(--bv-muted);line-height:1.6;}
.bv-cause-link{margin:0 22px 22px !important;}
.bv-cause-link a{color:var(--bv-brand);font-weight:700;text-decoration:none;}

.bv-hc-cta{background:linear-gradient(135deg,#1f6f63,#2e7d6b);}
.bv-hc-cta h2{font-size:2.2rem;font-weight:800;}

/* ---------- HOME MODERN ---------- */
.bv-hm-herorow{gap:44px;}
.bv-hm-heroimg img{width:100%;height:auto;box-shadow:0 20px 50px rgba(0,0,0,.25);}
.bv-hm-hero .is-style-outline .wp-block-button__link{border:2px solid rgba(255,255,255,.7);color:#fff;background:transparent;border-radius:30px;padding:12px 28px;font-weight:700;}
.bv-hm-hero .is-style-outline .wp-block-button__link:hover{background:rgba(255,255,255,.14);}

.bv-hm-features h2{font-size:2.2rem;font-weight:800;color:var(--bv-ink);}
.bv-hm-sub{color:var(--bv-muted);max-width:560px;margin:12px auto 0;}
.bv-hm-steps{gap:30px;}
.bv-hm-steps .wp-block-column{background:#fff;border:1px solid var(--bv-line);border-radius:18px;padding:36px 26px;text-align:center;box-shadow:0 6px 20px rgba(29,43,40,.05);transition:transform .25s;}
.bv-hm-steps .wp-block-column:hover{transform:translateY(-5px);}
.bv-hm-stepnum{color:var(--bv-accent);font-size:2.6rem;font-weight:800;margin:0 0 6px;opacity:.9;}
.bv-hm-steps h4{margin:6px 0 10px;font-size:1.2rem;color:var(--bv-ink);}
.bv-hm-steps p{color:var(--bv-muted);line-height:1.6;margin:0;}

.bv-hm-quotetext{font-size:1.5rem;font-style:italic;color:var(--bv-ink);line-height:1.5;font-weight:500;}
.bv-hm-quoteauthor{color:var(--bv-brand);font-weight:700;margin-top:14px;}

.bv-hm-cta h2{font-size:2.2rem;font-weight:800;}

/* responsive */
@media(max-width:900px){
  .bv-hc-statrow,.bv-cause-cards,.bv-hm-herorow,.bv-hm-steps{flex-direction:column;}
  .bv-hc-statrow .wp-block-column,.bv-cause-cards .wp-block-column,.bv-hm-herorow .wp-block-column,.bv-hm-steps .wp-block-column{flex-basis:100% !important;width:100% !important;}
  .bv-hc-statrow{top:0;}
}
/* ===== /BV-HOMEVARIATIONS ===== */

/* ===== BV-CONTACT-FAQ ===== */
.bv-contact-faq .bv-eyebrow{color:var(--bv-brand);font-weight:700;letter-spacing:2px;font-size:13px;margin-bottom:8px;}
.bv-contact-faq h2{font-size:2rem;font-weight:800;color:var(--bv-ink);}
.bv-faq-list{display:flex;flex-direction:column;gap:16px;}
.bv-faq-item{background:#fff;border:1px solid var(--bv-line);border-radius:14px;padding:24px 26px;box-shadow:0 4px 14px rgba(29,43,40,.04);transition:box-shadow .2s;}
.bv-faq-item:hover{box-shadow:0 10px 26px rgba(29,43,40,.09);}
.bv-faq-item h4{margin:0 0 8px;font-size:1.1rem;color:var(--bv-ink);font-weight:700;}
.bv-faq-item p{margin:0;color:var(--bv-muted);line-height:1.65;}
/* ===== /BV-CONTACT-FAQ ===== */

/* ===== BV-FSE-COMPAT : make block page.html render like old full-width PHP template ===== */
/* In FSE, post-content wraps blocks in .entry-content; mirror the direct-child rules */
.bv-main.bv-fullwidth{padding-top:0;padding-bottom:0;}
.bv-main.bv-fullwidth > .entry-content{display:block;}
.bv-main.bv-fullwidth .entry-content > *{max-width:820px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;}
.bv-main.bv-fullwidth .entry-content > .alignwide{max-width:1100px;}
.bv-main.bv-fullwidth .entry-content > .alignfull{max-width:100%;width:100%;padding-left:0;padding-right:0;margin-left:0;margin-right:0;}
.bv-main.bv-fullwidth .entry-content > .wp-block-group.alignfull{padding-left:0;padding-right:0;}
.bv-main.bv-fullwidth .entry-content > .alignfull{margin-top:0;}
/* cover / cta bands full-bleed */
.bv-main.bv-fullwidth .entry-content > .wp-block-cover.alignfull{border-radius:0;}
/* header block-output tweaks */
.site-header .wp-block-navigation{justify-content:center;}
.site-header .wp-block-navigation a{color:var(--bv-ink);font-weight:600;}
.site-header .wp-block-navigation a:hover{color:var(--bv-brand);}
.site-header .wp-block-site-title,.site-header .wp-block-site-title a{font-family:var(--bv-head);font-weight:800;font-size:1.5rem;color:var(--bv-ink);text-decoration:none;}
.site-footer .wp-block-site-title,.site-footer .wp-block-site-title a{color:#fff;text-decoration:none;}
/* footer columns keep grid look */
.site-footer .bv-footer-grid.wp-block-columns{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;}
.site-footer .bv-footer-grid.wp-block-columns .wp-block-column{flex-basis:auto;}
@media(max-width:782px){.site-footer .bv-footer-grid.wp-block-columns{grid-template-columns:1fr 1fr;}}
@media(max-width:520px){.site-footer .bv-footer-grid.wp-block-columns{grid-template-columns:1fr;}}
/* ===== /BV-FSE-COMPAT ===== */

/* ==== BV-BLOCK-STYLES ==== */
.wp-block-group.is-style-benevio-soft-card{background:#ffffff;border:1px solid var(--bv-line,#e4ece9);border-radius:var(--bv-radius,16px);box-shadow:0 8px 30px rgba(31,111,99,.08);padding:32px;}
.wp-block-button.is-style-benevio-accent-pill .wp-block-button__link{background:var(--bv-accent,#f4a259);color:#1d2b28;border-radius:999px;font-weight:600;padding:14px 32px;}
.wp-block-button.is-style-benevio-accent-pill .wp-block-button__link:hover{background:#e8934a;}
.wp-block-button.is-style-benevio-outline .wp-block-button__link{background:transparent;color:var(--bv-brand,#2e7d6b);border:2px solid var(--bv-brand,#2e7d6b);border-radius:999px;font-weight:600;padding:12px 30px;}
.wp-block-button.is-style-benevio-outline .wp-block-button__link:hover{background:var(--bv-brand,#2e7d6b);color:#fff;}
.wp-block-image.is-style-benevio-rounded-frame img{border-radius:var(--bv-radius,16px);border:4px solid #fff;box-shadow:0 10px 34px rgba(31,111,99,.16);}
.wp-block-heading.is-style-benevio-eyebrow{display:inline-block;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--bv-brand,#2e7d6b);font-weight:700;background:var(--bv-bg-soft,#f5f9f7);padding:6px 14px;border-radius:999px;}
/* ==== /BV-BLOCK-STYLES ==== */

/* ==== BV-FULLWIDTH-NESTED-FIX ==== */
.bv-fullwidth .entry-content,
.bv-fullwidth > .wp-block-post-content{
  max-width:100%;width:100%;margin:0;padding:0;
}
.bv-fullwidth .entry-content > *:not(.alignfull):not(.alignwide){
  max-width:820px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;
}
.bv-fullwidth .entry-content > .alignwide{
  max-width:1100px;margin-left:auto;margin-right:auto;
}
.bv-fullwidth .entry-content > .alignfull{
  max-width:100%;width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0;
}
/* ==== /BV-FULLWIDTH-NESTED-FIX ==== */

/* ==== BV-NAV-DROPDOWN ==== */
.bv-nav .wp-block-navigation-submenu>.wp-block-navigation__submenu-container{
  background:#ffffff;border:1px solid var(--bv-line,#e4ece9);border-radius:12px;
  box-shadow:0 14px 40px rgba(31,111,99,.14);padding:8px;min-width:190px;margin-top:8px;
}
.bv-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content{
  padding:9px 16px;border-radius:8px;font-size:.95rem;
}
.bv-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover{
  background:var(--bv-bg-soft,#f5f9f7);color:var(--bv-brand,#2e7d6b);
}
/* ==== /BV-NAV-DROPDOWN ==== */

/* ==== BV-DONATE-BTN-FIX ==== */
.bv-header-cta .wp-block-button__link,
.bv-header-cta .bv-btn--accent{
  background:var(--bv-accent,#f4a259) !important;
  color:#1d2b28 !important;
  padding:11px 26px !important;
  font-size:.95rem !important;
  font-weight:700 !important;
  border-radius:999px !important;
  box-shadow:none !important;
  border:none !important;
  line-height:1.2 !important;
}
.bv-header-cta .wp-block-button__link:hover,
.bv-header-cta .bv-btn--accent:hover{
  background:#ec9440 !important;
  box-shadow:0 4px 12px rgba(244,162,89,.28) !important;
  transform:translateY(-1px);
}
/* ==== /BV-DONATE-BTN-FIX ==== */

/* ==== BV-PREMIUM-LOGO ==== */
.bv-branding{display:flex;align-items:center;gap:12px;}
.bv-logo-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0;}
.bv-logo-mark svg{display:block;filter:drop-shadow(0 6px 14px rgba(46,125,107,.28));transition:transform .3s ease;}
.bv-branding:hover .bv-logo-mark svg{transform:rotate(-6deg) scale(1.05);}
.bv-logo-textwrap{display:flex;flex-direction:column;gap:0;line-height:1;}
.bv-logo-textwrap>*{margin:0;}
.bv-logo-text{font-family:var(--bv-head);font-weight:800;font-size:1.4rem;color:var(--bv-ink,#1d2b28);letter-spacing:-.01em;line-height:1.05;}
.bv-logo-text a{color:inherit;text-decoration:none;}
.bv-logo-text a:hover{color:var(--bv-brand,#2e7d6b);}
.bv-logo-tagline{font-size:.62rem !important;letter-spacing:.16em;text-transform:uppercase;color:var(--bv-brand,#2e7d6b);font-weight:700;margin-top:3px !important;}
.bv-branding .bv-site-logo-img img{border-radius:10px;}
.bv-branding:has(.bv-site-logo-img img) .bv-logo-mark,
.bv-branding:has(.bv-site-logo-img img) .bv-logo-textwrap{display:none;}
@media(max-width:600px){.bv-logo-text{font-size:1.2rem;}.bv-logo-mark svg{width:34px;height:34px;}}
/* ==== /BV-PREMIUM-LOGO ==== */

/* ==== BV-FOOTER-BTN-FIX ==== */
.site-footer .wp-block-button__link,
.site-footer .bv-btn--accent{
  background:var(--bv-accent,#f4a259) !important;
  color:#1d2b28 !important;
  padding:11px 26px !important;
  font-size:.95rem !important;
  font-weight:700 !important;
  border-radius:999px !important;
  box-shadow:none !important;
  border:none !important;
  line-height:1.2 !important;
}
.site-footer .wp-block-button__link:hover,
.site-footer .bv-btn--accent:hover{
  background:#ec9440 !important;
  box-shadow:0 4px 12px rgba(244,162,89,.28) !important;
  transform:translateY(-1px);
}
/* ==== /BV-FOOTER-BTN-FIX ==== */

/* ==== BV-FOOTER-LOGO ==== */
.bv-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
.bv-logo-mark--footer{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0;}
.bv-logo-mark--footer svg{display:block;filter:drop-shadow(0 6px 16px rgba(0,0,0,.3));}
.bv-logo-text--footer{color:#ffffff !important;line-height:1.05;}
.bv-logo-text--footer a{color:#ffffff !important;text-decoration:none;}
.bv-logo-tagline--footer{color:var(--bv-accent,#f4a259) !important;font-size:.62rem !important;letter-spacing:.16em;text-transform:uppercase;font-weight:700;margin-top:3px !important;}
.bv-footer-brand:has(.bv-site-logo-img img) .bv-logo-mark--footer,
.bv-footer-brand:has(.bv-site-logo-img img) .bv-logo-textwrap{display:none;}
.bv-footer-brand .bv-site-logo-img img{border-radius:10px;}
/* ==== /BV-FOOTER-LOGO ==== */

/* ==== BV-BTN-ULTRA-FIX ==== */
.bv-header-cta .wp-block-button,
.bv-header-cta .wp-block-button__link,
.bv-header-cta .bv-btn,
.bv-header-cta .bv-btn--accent,
.site-footer .wp-block-button,
.site-footer .wp-block-button__link,
.site-footer .bv-btn,
.site-footer .bv-btn--accent{
  box-shadow:none !important;
}
.bv-header-cta .wp-block-button__link,
.site-footer .wp-block-button__link{
  background:var(--bv-accent,#f4a259) !important;
  color:#1d2b28 !important;
  padding:10px 24px !important;
  font-size:.92rem !important;
  font-weight:700 !important;
  border-radius:999px !important;
  border:none !important;
  line-height:1.2 !important;
  display:inline-block !important;
}
.bv-header-cta .bv-btn--accent,
.site-footer .bv-btn--accent{
  background:transparent !important;
  padding:0 !important;
}
.bv-header-cta .wp-block-button__link:hover,
.site-footer .wp-block-button__link:hover{
  background:#ec9440 !important;
  box-shadow:0 4px 12px rgba(244,162,89,.30) !important;
  transform:translateY(-1px);
}
/* ==== /BV-BTN-ULTRA-FIX ==== */

/* Benevio Lite: primary menu dropdown fix */
.bv-nav li { position: relative; }
.bv-nav .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  min-width: 210px;
  background: #fff;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  border: 1px solid var(--bv-line);
  border-radius: 14px;
  box-shadow: var(--bv-shadow);
  display: none;
}
.bv-nav li:hover > .sub-menu,
.bv-nav li:focus-within > .sub-menu { display: block; }
.bv-nav .sub-menu li { border: 0; }
.bv-nav .sub-menu a {
  display: block;
  padding: 10px 18px;
  white-space: nowrap;
  color: var(--bv-ink);
}
.bv-nav .sub-menu a:hover { color: var(--bv-brand); background: var(--bv-bg-soft); }

/* Benevio Lite: WordPress latest posts grid fix */
.bv-blog-grid .wp-block-latest-posts,
.wp-block-latest-posts.is-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  list-style: none !important;
}
.bv-blog-grid .wp-block-latest-posts > li,
.wp-block-latest-posts.is-grid > li {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 24px 0 !important;
  background: #fff;
  border: 1px solid var(--bv-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--bv-shadow-sm);
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
.bv-blog-grid .wp-block-latest-posts__featured-image,
.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image {
  margin: 0 0 20px 0 !important;
}
.bv-blog-grid .wp-block-latest-posts__featured-image img,
.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image img {
  width: 100% !important;
  height: 210px !important;
  object-fit: cover !important;
  display: block !important;
}
.bv-blog-grid .wp-block-latest-posts a,
.wp-block-latest-posts.is-grid a {
  display: block;
  padding: 0 22px;
  font-weight: 700;
  color: var(--bv-ink);
  line-height: 1.35;
  writing-mode: horizontal-tb !important;
}
.bv-blog-grid .wp-block-latest-posts__post-date,
.bv-blog-grid .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-date,
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-excerpt {
  display: block;
  padding: 0 22px;
  color: var(--bv-muted);
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-excerpt {
  margin-top: 10px;
  font-size: .95rem;
}
@media (max-width: 960px) {
  .bv-blog-grid .wp-block-latest-posts,
  .wp-block-latest-posts.is-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 640px) {
  .bv-blog-grid .wp-block-latest-posts,
  .wp-block-latest-posts.is-grid { grid-template-columns: 1fr !important; }
}

/* BV-BLOG-PREMIUM START */
/* ---- Premium Blog Index: post cards ---- */
/* WordPress native grid handles columns on .wp-block-post-template.
   We only enforce sane min widths + gap so cards never collapse. */
.bv-post-grid.wp-block-post-template {
  gap: 28px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: var(--bv-max, 1200px);
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
@media (max-width: 900px) {
  .bv-post-grid.wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 600px) {
  .bv-post-grid.wp-block-post-template { grid-template-columns: minmax(0, 1fr) !important; }
}

/* Card wrapper (each post = li) */
.bv-post-grid.wp-block-post-template > li {
  background: #ffffff;
  border: 1px solid var(--bv-line, #e4ece9);
  border-radius: var(--bv-radius, 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 18px rgba(29,43,40,.05);
  transition: transform .25s ease, box-shadow .25s ease;
  margin: 0 !important;
  min-width: 0;
}
.bv-post-grid.wp-block-post-template > li:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(29,43,40,.13);
}

/* Featured image */
.bv-card-img {
  margin: 0 !important;
  overflow: hidden;
  background: var(--bv-bg-soft, #f5f9f7);
  width: 100%;
}
.bv-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
  border-radius: 0 !important;
}
.bv-post-grid.wp-block-post-template > li:hover .bv-card-img img {
  transform: scale(1.06);
}

/* Card body */
.bv-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* Category label */
.bv-card-cat {
  font-size: .72rem !important;
  font-weight: 700 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--bv-brand, #2e7d6b) !important;
  margin: 0 0 10px 0 !important;
}
.bv-card-cat a { color: var(--bv-brand, #2e7d6b) !important; text-decoration: none; }
.bv-card-cat a:hover { text-decoration: underline; }

/* Title */
.bv-card-title { margin: 0 0 10px 0 !important; line-height: 1.35 !important; }
.bv-card-title a { color: var(--bv-ink, #1d2b28) !important; text-decoration: none; }
.bv-card-title a:hover { color: var(--bv-brand, #2e7d6b) !important; }

/* Excerpt */
.bv-card-excerpt {
  margin: 0 0 16px 0 !important;
  font-size: .95rem;
  line-height: 1.65;
  color: var(--bv-muted, #5b6b67);
  flex: 1;
}
.bv-card-excerpt .wp-block-post-excerpt__more-text,
.bv-card-excerpt a {
  color: var(--bv-brand, #2e7d6b) !important;
  font-weight: 600;
  text-decoration: none;
  font-size: .9rem;
}
.bv-card-excerpt a:hover { text-decoration: underline; }

/* Date */
.bv-card-date {
  margin: 0 !important;
  font-size: .8rem !important;
  color: #93a19d !important;
  padding-top: 14px;
  border-top: 1px solid var(--bv-line, #e4ece9);
}

/* Pagination */
.bv-pagination { margin-top: 50px !important; gap: 8px; }
.bv-pagination a, .bv-pagination .page-numbers {
  color: var(--bv-ink, #1d2b28); text-decoration: none; font-weight: 600;
  padding: 8px 14px; border-radius: 8px; transition: all .2s ease;
}
.bv-pagination a:hover { background: var(--bv-bg-soft, #f5f9f7); }
.bv-pagination .current {
  background: var(--bv-brand, #2e7d6b); color: #fff; padding: 8px 14px; border-radius: 8px;
}

/* Amber button */
.bv-btn-amber .wp-block-button__link {
  background: var(--bv-accent, #f4a259) !important;
  color: var(--bv-ink, #1d2b28) !important;
  border-radius: 999px !important;
  padding: 12px 30px !important;
  font-weight: 600;
  box-shadow: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}
.bv-btn-amber .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(244,162,89,.35) !important;
}
/* BV-BLOG-PREMIUM END */

/* Accessibility: skip link and keyboard focus */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus,
.skip-link:focus {
  background: #ffffff;
  border: 2px solid #1d2b28;
  border-radius: 6px;
  clip: auto !important;
  clip-path: none;
  color: #1d2b28;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
  left: 12px;
  line-height: normal;
  padding: 14px 18px;
  text-decoration: none;
  top: 12px;
  width: auto;
  z-index: 100000;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #f4a259;
  outline-offset: 3px;
}

/* Responsive menu keyboard navigation */
.bv-menu-toggle__icon{
  display:inline-block;
  min-width:1em;
  text-align:center;
  font-size:1.35rem;
  line-height:1;
}
.bv-menu-toggle:focus,
.bv-nav a:focus{
  outline:3px solid #f4a259;
  outline-offset:3px;
}
@media(max-width:782px){
  .bv-nav .sub-menu{
    position:static;
    display:block;
    min-width:0;
    margin:0;
    padding:0 0 0 18px;
    border:0;
    border-radius:0;
    box-shadow:none;
  }
  body.bv-menu-open{overflow:hidden}
}

/* Strong visible focus ring for responsive navigation */
.bv-menu-toggle:focus,
.bv-menu-toggle:focus-visible,
.bv-nav a:focus,
.bv-nav a:focus-visible {
  outline: 3px solid #f4a259 !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #f4a259 !important;
}


/* ==== BV-HOME-FULLWIDTH-AND-IMAGE-HOVER-20260804 ==== */
/* Keep the native Gutenberg page content editable while allowing the Home
   page's top-level sections to span the full browser width. */
body.home.page-id-2 .bv-main.bv-fullwidth,
body.home.page-id-2 .bv-main.bv-fullwidth > .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home.page-id-2 .bv-main.bv-fullwidth > .wp-block-post-content > .alignfull {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

body.home.page-id-2 .bv-main.bv-fullwidth > .wp-block-post-content > .alignwide {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home.page-id-2 .wp-block-post-content > .wp-block-group.alignfull.is-layout-constrained > .wp-block-columns,
body.home.page-id-2 .wp-block-post-content > .wp-block-group.alignfull.is-layout-constrained > .wp-block-media-text,
body.home.page-id-2 .wp-block-post-content > .wp-block-group.alignfull.is-layout-constrained > .wp-block-buttons {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home.page-id-2 .wp-block-post-content > .wp-block-group.alignfull.is-layout-constrained > .wp-block-heading,
body.home.page-id-2 .wp-block-post-content > .wp-block-group.alignfull.is-layout-constrained > p {
  width: min(900px, calc(100% - 48px)) !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home.page-id-2 .wp-block-post-content > .wp-block-media-text.alignfull {
  width: 100% !important;
  max-width: none !important;
}
body.home.page-id-2 .wp-block-post-content > .wp-block-media-text.alignfull .wp-block-media-text__content {
  padding-left: clamp(28px, 6vw, 96px);
  padding-right: clamp(28px, 6vw, 96px);
}

/* Consistent image hover treatment across all Gutenberg pages and posts. */
.bv-main .wp-block-image,
.bv-main .wp-block-media-text__media,
.bv-main .wp-block-post-featured-image,
.bv-main .wp-block-gallery .wp-block-image,
.bv-main .wp-block-cover,
.bv-content .bv-card__media,
.bv-content .bv-post-card__media,
.bv-content .bv-feature__media,
.bv-content .bv-single-feature__img {
  overflow: hidden;
}

.bv-main .wp-block-image img,
.bv-main .wp-block-media-text__media img,
.bv-main .wp-block-post-featured-image img,
.bv-main .wp-block-gallery img,
.bv-main .wp-block-cover__image-background,
.bv-content .bv-card__media img,
.bv-content .bv-post-card__media img,
.bv-content .bv-feature__media img,
.bv-content .bv-single-feature__img img,
.bv-entry img,
.bv-single-article img,
.bv-main img:not(.avatar):not(.custom-logo),
.site-content img:not(.avatar):not(.custom-logo),
.bv-content img:not(.avatar):not(.custom-logo) {
  transform-origin: center center;
  transition: transform .45s ease, filter .45s ease, box-shadow .45s ease;
  will-change: transform;
}

.bv-main .wp-block-image:hover img,
.bv-main .wp-block-media-text:hover .wp-block-media-text__media img,
.bv-main .wp-block-post-featured-image:hover img,
.bv-main .wp-block-gallery .wp-block-image:hover img,
.bv-main .wp-block-cover:hover .wp-block-cover__image-background,
.bv-content .bv-card:hover .bv-card__media img,
.bv-content .bv-post-card:hover .bv-post-card__media img,
.bv-content .bv-feature:hover .bv-feature__media img,
.bv-content .bv-single-feature__img:hover img,
.bv-entry img:hover,
.bv-single-article img:hover,
.bv-main img:not(.avatar):not(.custom-logo):hover,
.site-content img:not(.avatar):not(.custom-logo):hover,
.bv-content img:not(.avatar):not(.custom-logo):hover {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.025);
}

@media (max-width: 782px) {
  body.home.page-id-2 .bv-main.bv-fullwidth > .wp-block-post-content > .alignwide,
  body.home.page-id-2 .wp-block-post-content > .wp-block-group.alignfull.is-layout-constrained > .wp-block-columns,
  body.home.page-id-2 .wp-block-post-content > .wp-block-group.alignfull.is-layout-constrained > .wp-block-media-text,
  body.home.page-id-2 .wp-block-post-content > .wp-block-group.alignfull.is-layout-constrained > .wp-block-buttons,
  body.home.page-id-2 .wp-block-post-content > .wp-block-group.alignfull.is-layout-constrained > .wp-block-heading,
  body.home.page-id-2 .wp-block-post-content > .wp-block-group.alignfull.is-layout-constrained > p {
    width: calc(100% - 32px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bv-main img,
  .bv-main .wp-block-cover__image-background,
  .site-content img,
  .bv-content img,
  .bv-entry img,
  .bv-single-article img {
    transition: none !important;
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
  }
}
/* ==== /BV-HOME-FULLWIDTH-AND-IMAGE-HOVER-20260804 ==== */

/* ==== BV-HOME-HERO-ALIGNMENT-20260804 ==== */
body.home.page-id-2 .wp-block-post-content > .wp-block-cover:first-child .wp-block-cover__inner-container {
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left !important;
}
body.home.page-id-2 .wp-block-post-content > .wp-block-cover:first-child h1 {
  max-width: 760px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}
body.home.page-id-2 .wp-block-post-content > .wp-block-cover:first-child p {
  max-width: 680px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}
body.home.page-id-2 .wp-block-post-content > .wp-block-cover:first-child .wp-block-buttons {
  justify-content: flex-start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 782px) {
  body.home.page-id-2 .wp-block-post-content > .wp-block-cover:first-child .wp-block-cover__inner-container {
    width: calc(100% - 32px) !important;
  }
  body.home.page-id-2 .wp-block-post-content > .wp-block-cover:first-child h1 {
    font-size: clamp(2.1rem, 10vw, 3rem) !important;
  }
}
/* ==== /BV-HOME-HERO-ALIGNMENT-20260804 ==== */


/* ==== BV-MOBILE-MENU-VIEWPORT-SCROLL-20260804 ==== */
@media (max-width: 782px) {
  .bv-nav {
    position: fixed !important;
    top: var(--bv-mobile-menu-top, 0px) !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: var(--bv-mobile-menu-height, calc(100dvh - 120px)) !important;
    max-height: var(--bv-mobile-menu-height, calc(100dvh - 120px)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    scroll-behavior: smooth;
    scroll-padding-bottom: 48px;
    padding-bottom: calc(48px + env(safe-area-inset-bottom)) !important;
  }
  .bv-nav > ul,
  .bv-nav .bv-primary-menu {
    min-height: min-content;
    padding-bottom: 28px !important;
  }
  body.bv-menu-open {
    overflow: hidden !important;
  }
  body.bv-menu-open .bv-nav {
    touch-action: pan-y;
  }
}
/* ==== /BV-MOBILE-MENU-VIEWPORT-SCROLL-20260804 ==== */
