/*
 * BHC Private Hospital Professional V11
 * Final visual layer loaded after all legacy styles.
 * Keeps the proven previous layout while making the interface feel like a
 * modern private hospital, with BHC logo colours and patient-first hierarchy.
 */

:root{
  --bhc-navy:#07394e;
  --bhc-navy-2:#0b4b62;
  --bhc-green:#087a61;
  --bhc-green-2:#0d9272;
  --bhc-red:#d62836;
  --bhc-red-dark:#b51f2b;
  --bhc-blue:#1554b7;
  --bhc-ink:#112f41;
  --bhc-copy:#425e6d;
  --bhc-muted:#718793;
  --bhc-line:#dfe9ed;
  --bhc-soft:#f4f8f8;
  --bhc-mint:#edf8f5;
  --bhc-sky:#eef6fb;
  --bhc-white:#fff;
  --bhc-radius:18px;
  --bhc-radius-lg:26px;
  --bhc-shadow-xs:0 4px 16px rgba(7,57,78,.06);
  --bhc-shadow-sm:0 10px 30px rgba(7,57,78,.08);
  --bhc-shadow:0 24px 65px rgba(7,57,78,.12);
  --bhc-ease:cubic-bezier(.2,.7,.2,1);
}

html{scroll-behavior:smooth}
body.bhc-professional-v11{
  background:#fff;
  color:var(--bhc-ink);
  font-family:Inter,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  line-height:1.65;
  letter-spacing:-.005em;
}
body.bhc-professional-v11 *{box-sizing:border-box}
body.bhc-professional-v11 img{max-width:100%;height:auto}
body.bhc-professional-v11 a{transition:color .18s var(--bhc-ease),background-color .18s var(--bhc-ease),border-color .18s var(--bhc-ease),box-shadow .18s var(--bhc-ease),transform .18s var(--bhc-ease)}
body.bhc-professional-v11 .gh-container-wide{width:min(calc(100% - 48px),1480px)!important;margin-inline:auto!important;padding-inline:0!important}

/* ---------- Header ---------- */
body.bhc-professional-v11 .humanized-header{
  position:sticky;
  top:0;
  z-index:1040;
  background:rgba(255,255,255,.985)!important;
  box-shadow:0 1px 0 rgba(7,57,78,.08),0 10px 36px rgba(7,57,78,.04)!important;
  border-top:3px solid var(--bhc-red)!important;
  backdrop-filter:saturate(150%) blur(12px);
}
body.bhc-professional-v11 .v8-header__utility,
body.bhc-professional-v11 .v9-header__utility,
body.bhc-professional-v11 .v10-header__utility,
body.bhc-professional-v11 .v28-header__utility{
  background:linear-gradient(90deg,#062f42 0%,#084b5c 58%,#0b5c58 100%)!important;
  border:0!important;
  color:#e7f4f5!important;
}
body.bhc-professional-v11 .v8-header__utility-inner,
body.bhc-professional-v11 .v9-header__utility-inner,
body.bhc-professional-v11 .v10-header__utility-inner,
body.bhc-professional-v11 .v28-header__utility-inner{min-height:38px!important}
body.bhc-professional-v11 .bhc-utility-info{display:flex;align-items:center;min-width:0;gap:12px;font-size:12.5px;color:#d7eaed;font-weight:600}
body.bhc-professional-v11 .bhc-utility-info__item{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.bhc-professional-v11 .bhc-utility-info__item>span{color:#78d4bc;font-size:14px}
body.bhc-professional-v11 .bhc-utility-info__divider{width:1px;height:16px;background:rgba(255,255,255,.22)}
body.bhc-professional-v11 .v9-header__emergency,
body.bhc-professional-v11 .v10-header__emergency{
  display:inline-flex!important;align-items:center!important;gap:7px!important;
  color:#fff!important;background:rgba(214,40,54,.94)!important;border:0!important;
  border-radius:999px!important;padding:5px 12px!important;font-size:12px!important;
  box-shadow:0 5px 14px rgba(145,20,29,.22)!important;text-decoration:none!important;
}
body.bhc-professional-v11 .v9-header__emergency:hover,
body.bhc-professional-v11 .v10-header__emergency:hover{background:#ed3544!important;transform:translateY(-1px)}
body.bhc-professional-v11 .v9-header__tool-divider{display:none!important}
body.bhc-professional-v11 .v10-language__button{
  min-height:30px!important;border:1px solid rgba(255,255,255,.28)!important;
  background:rgba(255,255,255,.08)!important;color:#fff!important;border-radius:999px!important;
  padding:4px 11px!important;box-shadow:none!important;font-weight:800!important;
}
body.bhc-professional-v11 .v10-language__button:hover{background:rgba(255,255,255,.14)!important}
body.bhc-professional-v11 .v10-language__menu{border:1px solid var(--bhc-line)!important;border-radius:14px!important;box-shadow:var(--bhc-shadow)!important;overflow:hidden!important}

body.bhc-professional-v11 .humanized-header__brand-row,
body.bhc-professional-v11 .v10-header__brand-row,
body.bhc-professional-v11 .v28-header__brand-row{padding-block:14px!important;min-height:92px!important;gap:24px!important}
body.bhc-professional-v11 .humanized-brand,
body.bhc-professional-v11 .v10-brand,
body.bhc-professional-v11 .v28-brand{display:flex!important;align-items:center!important;gap:14px!important;text-decoration:none!important;min-width:0!important}
body.bhc-professional-v11 .humanized-brand__logo,
body.bhc-professional-v11 .v9-brand__logo,
body.bhc-professional-v11 .v10-brand__logo,
body.bhc-professional-v11 .v28-brand__logo{
  width:70px!important;height:70px!important;flex:0 0 70px!important;border-radius:15px!important;
  background:#fff!important;border:1px solid #e5edef!important;box-shadow:0 7px 21px rgba(7,57,78,.08)!important;
  padding:4px!important;overflow:hidden!important;
}
body.bhc-professional-v11 .humanized-brand__logo img,
body.bhc-professional-v11 .v10-brand__logo img{width:100%!important;height:100%!important;object-fit:contain!important}
body.bhc-professional-v11 .humanized-brand__copy,
body.bhc-professional-v11 .v9-brand__copy,
body.bhc-professional-v11 .v10-brand__copy{display:flex!important;flex-direction:column!important;min-width:0!important}
body.bhc-professional-v11 .humanized-brand__copy small,
body.bhc-professional-v11 .v10-brand__copy small{
  order:0;color:var(--bhc-green)!important;text-transform:uppercase!important;letter-spacing:.13em!important;
  font-size:11px!important;font-weight:900!important;line-height:1.1!important;margin:0 0 5px!important;
}
body.bhc-professional-v11 .humanized-brand__copy strong,
body.bhc-professional-v11 .v10-brand__copy strong{
  order:1;color:var(--bhc-navy)!important;font-size:clamp(23px,2.2vw,34px)!important;
  font-weight:900!important;line-height:1.06!important;letter-spacing:-.035em!important;white-space:normal!important;
}
body.bhc-professional-v11 .humanized-brand__copy>span,
body.bhc-professional-v11 .v10-brand__copy>span{
  order:2;color:#607782!important;font-size:12.5px!important;font-weight:600!important;margin-top:5px!important;
}

body.bhc-professional-v11 .v28-action-rail,
body.bhc-professional-v11 .v34-action-rail{gap:9px!important}
body.bhc-professional-v11 .v28-header-action,
body.bhc-professional-v11 .v34-header-action{
  min-height:52px!important;border-radius:14px!important;border:1px solid #dce8e9!important;background:#fff!important;
  box-shadow:none!important;padding:8px 13px!important;color:var(--bhc-navy)!important;text-decoration:none!important;
}
body.bhc-professional-v11 .v28-header-action:hover,
body.bhc-professional-v11 .v34-header-action:hover{transform:translateY(-2px)!important;border-color:#bad8d1!important;box-shadow:var(--bhc-shadow-xs)!important}
body.bhc-professional-v11 .v28-header-action__icon,
body.bhc-professional-v11 .v34-header-action__icon{background:var(--bhc-mint)!important;color:var(--bhc-green)!important;border-radius:10px!important}
body.bhc-professional-v11 .v28-header-action__copy small,
body.bhc-professional-v11 .v34-header-action__copy small{color:#7f929c!important;font-size:9px!important;text-transform:uppercase!important;letter-spacing:.08em!important}
body.bhc-professional-v11 .v28-header-action__copy strong,
body.bhc-professional-v11 .v34-header-action__copy strong{font-size:12px!important;color:var(--bhc-navy)!important}
body.bhc-professional-v11 .humanized-search-toggle,
body.bhc-professional-v11 .v28-search-toggle{width:44px!important;height:44px!important;border-radius:12px!important;background:#f5f9f9!important;border:1px solid #e0e9eb!important;color:var(--bhc-navy)!important}

body.bhc-professional-v11 .humanized-nav,
body.bhc-professional-v11 .v10-nav,
body.bhc-professional-v11 .v28-nav{background:#fff!important;border-top:1px solid #edf2f3!important;border-bottom:2px solid var(--bhc-red)!important;box-shadow:none!important}
body.bhc-professional-v11 .humanized-nav__list{gap:2px!important;align-items:stretch!important}
body.bhc-professional-v11 .humanized-nav__parent{padding:0!important}
body.bhc-professional-v11 .humanized-nav__parent>a{
  display:flex!important;align-items:center!important;min-height:48px!important;padding:0 13px!important;
  color:#234556!important;font-size:13.5px!important;font-weight:800!important;text-decoration:none!important;border-radius:10px!important;
  position:relative!important;
}
body.bhc-professional-v11 .humanized-nav__parent>a:hover,
body.bhc-professional-v11 .humanized-nav__list>li.is-active .humanized-nav__parent>a{color:var(--bhc-green)!important;background:#f3f9f7!important}
body.bhc-professional-v11 .humanized-nav__list>li.is-active .humanized-nav__parent>a:after{
  content:"";position:absolute;left:13px;right:13px;bottom:5px;height:2px;border-radius:999px;background:var(--bhc-red)
}
body.bhc-professional-v11 .humanized-nav [data-humanized-submenu-toggle]{border:0!important;background:transparent!important;color:#66808b!important}
body.bhc-professional-v11 .humanized-submenu,
body.bhc-professional-v11 .v10-submenu{border:1px solid #dce8ea!important;border-radius:18px!important;box-shadow:0 24px 70px rgba(7,57,78,.16)!important;background:#fff!important;overflow:hidden!important}
body.bhc-professional-v11 .humanized-submenu__heading{background:linear-gradient(145deg,#edf8f5,#f6fafc)!important}
body.bhc-professional-v11 .humanized-submenu__heading small{color:var(--bhc-green)!important}
body.bhc-professional-v11 .humanized-submenu__heading strong{color:var(--bhc-navy)!important}

/* ---------- Hero / previous layout preserved ---------- */
body.bhc-professional-v11 .professional-hero,
body.bhc-professional-v11 .v10-home-hero,
body.bhc-professional-v11 .v12-home-hero{
  padding:26px 0 34px!important;background:linear-gradient(180deg,#f7fbfb 0%,#f1f7f6 100%)!important;
  border:0!important;position:relative!important;overflow:hidden!important;
}
body.bhc-professional-v11 .professional-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 10%,rgba(8,122,97,.08),transparent 28%),radial-gradient(circle at 4% 80%,rgba(21,84,183,.055),transparent 25%);pointer-events:none}
body.bhc-professional-v11 .v10-home-hero__grid{grid-template-columns:minmax(245px,.72fr) minmax(0,1.9fr) minmax(245px,.72fr)!important;gap:14px!important;align-items:stretch!important;position:relative!important}
body.bhc-professional-v11 .v10-editorial-panel{
  border:1px solid #dbe8e9!important;border-radius:20px!important;background:rgba(255,255,255,.95)!important;
  box-shadow:0 14px 38px rgba(7,57,78,.075)!important;overflow:hidden!important;min-width:0!important;
}
body.bhc-professional-v11 .v10-panel-heading{padding:18px 18px 13px!important;border-bottom:1px solid #e6eeee!important;background:linear-gradient(180deg,#fff,#fbfdfd)!important}
body.bhc-professional-v11 .v10-panel-heading small{color:var(--bhc-green)!important;font-size:10px!important;letter-spacing:.13em!important;text-transform:uppercase!important;font-weight:900!important}
body.bhc-professional-v11 .v10-panel-heading h2{color:var(--bhc-navy)!important;font-size:19px!important;line-height:1.18!important;font-weight:900!important;letter-spacing:-.02em!important}
body.bhc-professional-v11 .v10-panel-heading>a{color:var(--bhc-green)!important;font-size:11.5px!important;font-weight:800!important;text-decoration:none!important}
body.bhc-professional-v11 .v10-update-list,
body.bhc-professional-v11 .v10-person-list{padding:10px!important}
body.bhc-professional-v11 .v10-update-item,
body.bhc-professional-v11 .v10-person-card{border:1px solid #e7eff1!important;border-radius:13px!important;background:#fff!important;padding:9px!important;margin:0 0 8px!important;box-shadow:none!important}
body.bhc-professional-v11 .v10-update-item:hover,
body.bhc-professional-v11 .v10-person-card:hover{border-color:#c5dfd9!important;background:#f8fcfb!important;transform:translateY(-1px)!important}
body.bhc-professional-v11 .v10-update-item__meta{color:#748a96!important;font-size:9.5px!important;text-transform:uppercase!important;letter-spacing:.05em!important}
body.bhc-professional-v11 .v10-update-item__copy strong,
body.bhc-professional-v11 .v10-person-card h3{color:var(--bhc-navy)!important;font-weight:850!important;line-height:1.28!important}
body.bhc-professional-v11 .v10-panel-links{border-top:1px solid #e8eff0!important;background:#fbfdfd!important;padding:10px 13px!important;gap:8px!important}
body.bhc-professional-v11 .v10-panel-links a{color:#496471!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important;border-radius:999px!important;padding:4px 8px!important}
body.bhc-professional-v11 .v10-panel-links a:hover{background:#eaf6f2!important;color:var(--bhc-green)!important}

body.bhc-professional-v11 .v10-home-hero__main,
body.bhc-professional-v11 .v12-home-hero__main{border-radius:20px!important;overflow:hidden!important;box-shadow:0 18px 46px rgba(7,57,78,.11)!important;background:#fff!important;border:1px solid #dbe8e9!important}
body.bhc-professional-v11 .v20-hero-swiper{border-radius:0!important;background:#eaf1f2!important}
body.bhc-professional-v11 .v20-hero-slide img{width:100%!important;height:100%!important;object-fit:cover!important}
body.bhc-professional-v11 .v20-swiper-button{width:40px!important;height:40px!important;border-radius:999px!important;background:rgba(4,43,58,.86)!important;color:#fff!important;border:1px solid rgba(255,255,255,.4)!important;box-shadow:0 8px 18px rgba(0,0,0,.18)!important}
body.bhc-professional-v11 .v20-swiper-button:hover{background:var(--bhc-green)!important}
body.bhc-professional-v11 .v10-service-desk,
body.bhc-professional-v11 .v12-service-desk,
body.bhc-professional-v11 .v21-service-desk{border-top:1px solid #dbe7e9!important;background:#fff!important}
body.bhc-professional-v11 .v10-service-desk__label,
body.bhc-professional-v11 .v12-service-desk__label,
body.bhc-professional-v11 .v21-service-desk__label{background:linear-gradient(145deg,var(--bhc-navy),#0a5870)!important;color:#fff!important}
body.bhc-professional-v11 .v10-service-desk__label small{color:#90d9c8!important}
body.bhc-professional-v11 .v10-service-item,
body.bhc-professional-v11 .v12-service-item{border-color:#e2eaec!important;color:#34505f!important;background:#fff!important}
body.bhc-professional-v11 .v10-service-item:hover,
body.bhc-professional-v11 .v12-service-item:hover{background:#f4faf8!important;color:var(--bhc-navy)!important}
body.bhc-professional-v11 .v10-service-item__icon,
body.bhc-professional-v11 .v12-service-item__icon{color:var(--bhc-green)!important;background:#eaf7f3!important}
body.bhc-professional-v11 .v10-service-item.is-emergency,
body.bhc-professional-v11 .v12-service-item.is-emergency{background:#fff7f7!important;color:#a51c28!important}
body.bhc-professional-v11 .v10-service-item.is-emergency .v10-service-item__icon,
body.bhc-professional-v11 .v12-service-item.is-emergency .v12-service-item__icon{color:var(--bhc-red)!important;background:#fdebed!important}

/* ---------- Global sections ---------- */
body.bhc-professional-v11 .gh-section{padding-block:clamp(58px,6vw,94px)!important}
body.bhc-professional-v11 .gh-section:nth-of-type(even){background:#fafcfc}
body.bhc-professional-v11 .v25-section-heading,
body.bhc-professional-v11 .bhc-section-heading,
body.bhc-professional-v11 .bhc-home-blog__heading{margin-bottom:30px!important;align-items:flex-end!important;gap:22px!important}
body.bhc-professional-v11 .v25-eyebrow,
body.bhc-professional-v11 .v23-eyebrow,
body.bhc-professional-v11 .bhc-eyebrow,
body.bhc-professional-v11 .gh-section-kicker{
  display:inline-flex!important;align-items:center!important;gap:8px!important;color:var(--bhc-green)!important;
  font-size:10.5px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.13em!important;
}
body.bhc-professional-v11 .v25-eyebrow:before,
body.bhc-professional-v11 .v23-eyebrow:before,
body.bhc-professional-v11 .bhc-eyebrow:before,
body.bhc-professional-v11 .gh-section-kicker:before{content:"";width:22px;height:2px;border-radius:999px;background:var(--bhc-red)}
body.bhc-professional-v11 .v25-section-heading h2,
body.bhc-professional-v11 .bhc-section-heading h2,
body.bhc-professional-v11 .bhc-home-blog__heading h2,
body.bhc-professional-v11 .v23-stat-board__head h2{font-size:clamp(29px,3vw,44px)!important;line-height:1.12!important;letter-spacing:-.04em!important;color:var(--bhc-navy)!important;font-weight:900!important}
body.bhc-professional-v11 .v25-section-heading p,
body.bhc-professional-v11 .bhc-section-heading p,
body.bhc-professional-v11 .bhc-home-blog__heading p{color:#607884!important;font-size:15px!important;max-width:760px!important;line-height:1.7!important}
body.bhc-professional-v11 .v25-section-heading__action,
body.bhc-professional-v11 .bhc-home-blog__all{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:44px!important;padding:10px 16px!important;border-radius:12px!important;background:#fff!important;color:var(--bhc-green)!important;border:1px solid #cfe2dd!important;text-decoration:none!important;font-weight:850!important;box-shadow:var(--bhc-shadow-xs)!important}
body.bhc-professional-v11 .v25-section-heading__action:hover,
body.bhc-professional-v11 .bhc-home-blog__all:hover{background:var(--bhc-green)!important;border-color:var(--bhc-green)!important;color:#fff!important;transform:translateY(-2px)!important}

/* ---------- About ---------- */
body.bhc-professional-v11 .v23-about-overview,
body.bhc-professional-v11 .v24-dynamic-about{background:#fff!important}
body.bhc-professional-v11 .v23-about-card,
body.bhc-professional-v11 .v24-about-card{border:1px solid #dfe9eb!important;border-radius:28px!important;background:#fff!important;box-shadow:0 16px 48px rgba(7,57,78,.075)!important;overflow:hidden!important}
body.bhc-professional-v11 .v23-about-media,
body.bhc-professional-v11 .v24-about-media{background:#edf4f4!important;min-height:430px!important}
body.bhc-professional-v11 .v23-about-media img,
body.bhc-professional-v11 .v24-about-media img{width:100%!important;height:100%!important;object-fit:cover!important}
body.bhc-professional-v11 .v23-about-media figcaption{background:linear-gradient(180deg,transparent,rgba(4,42,55,.88))!important;color:#fff!important}
body.bhc-professional-v11 .v23-about-copy,
body.bhc-professional-v11 .v24-about-copy{padding:clamp(30px,4vw,58px)!important}
body.bhc-professional-v11 .v23-about-copy h2,
body.bhc-professional-v11 .v24-about-copy h2{color:var(--bhc-navy)!important;font-size:clamp(31px,3.6vw,50px)!important;line-height:1.08!important;letter-spacing:-.045em!important;font-weight:900!important}
body.bhc-professional-v11 .v23-about-copy h3,
body.bhc-professional-v11 .v24-about-copy h3{color:var(--bhc-green)!important;font-size:16px!important;font-weight:800!important}
body.bhc-professional-v11 .v23-about-copy p,
body.bhc-professional-v11 .v24-about-copy p{color:#526f7c!important;font-size:16px!important;line-height:1.8!important}
body.bhc-professional-v11 .v23-about-link,
body.bhc-professional-v11 .v24-about-link{display:inline-flex!important;align-items:center!important;gap:9px!important;margin-top:12px!important;border-radius:12px!important;background:var(--bhc-navy)!important;color:#fff!important;padding:11px 16px!important;text-decoration:none!important;font-weight:850!important}
body.bhc-professional-v11 .v23-about-link:hover,
body.bhc-professional-v11 .v24-about-link:hover{background:var(--bhc-green)!important;transform:translateY(-2px)!important}
body.bhc-professional-v11 .v23-stat-board{margin-top:24px!important;border:1px solid #dfe9eb!important;border-radius:24px!important;background:linear-gradient(145deg,#f6fbfa,#fff)!important;box-shadow:var(--bhc-shadow-xs)!important}
body.bhc-professional-v11 .v23-stat-card{border:1px solid #e1ebed!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}
body.bhc-professional-v11 .v23-stat-card:hover{transform:translateY(-3px)!important;box-shadow:var(--bhc-shadow-xs)!important;border-color:#c6e0d9!important}
body.bhc-professional-v11 .v23-stat-card__icon{color:var(--bhc-green)!important;background:var(--bhc-mint)!important}

/* ---------- Departments / services ---------- */
body.bhc-professional-v11 .v25-departments{background:#f7fafb!important}
body.bhc-professional-v11 .v25-department-grid{gap:15px!important}
body.bhc-professional-v11 .v25-department-card{border:1px solid #dfe9eb!important;border-radius:17px!important;background:#fff!important;box-shadow:0 7px 24px rgba(7,57,78,.055)!important;padding:18px!important;text-decoration:none!important}
body.bhc-professional-v11 .v25-department-card:hover{border-color:#bcdcd3!important;box-shadow:0 18px 40px rgba(7,57,78,.095)!important;transform:translateY(-4px)!important}
body.bhc-professional-v11 .v25-department-card__copy small{color:#7a909b!important;font-size:9px!important;text-transform:uppercase!important;letter-spacing:.08em!important}
body.bhc-professional-v11 .v25-department-card__copy strong{color:var(--bhc-navy)!important;font-size:17px!important;font-weight:850!important;line-height:1.25!important}
body.bhc-professional-v11 .v25-department-card__copy>span{color:#607984!important;font-size:12px!important;line-height:1.5!important}
body.bhc-professional-v11 .v25-card-arrow{color:var(--bhc-green)!important}

body.bhc-professional-v11 .v25-services{background:linear-gradient(135deg,#07394e 0%,#07545e 55%,#087a61 100%)!important;position:relative!important;overflow:hidden!important}
body.bhc-professional-v11 .v25-services:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 10%,rgba(255,255,255,.07),transparent 23%),radial-gradient(circle at 90% 80%,rgba(255,255,255,.06),transparent 26%);pointer-events:none}
body.bhc-professional-v11 .v25-services .v25-section-heading{position:relative!important}
body.bhc-professional-v11 .v25-services .v25-eyebrow{color:#8fe0c9!important}
body.bhc-professional-v11 .v25-services .v25-eyebrow:before{background:#ff6671!important}
body.bhc-professional-v11 .v25-services .v25-section-heading h2{color:#fff!important}
body.bhc-professional-v11 .v25-services .v25-section-heading p{color:#d7e8e8!important}
body.bhc-professional-v11 .v25-services .v25-section-heading__action{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.28)!important;color:#fff!important;box-shadow:none!important}
body.bhc-professional-v11 .v25-services .v25-section-heading__action:hover{background:#fff!important;color:var(--bhc-navy)!important;border-color:#fff!important}
body.bhc-professional-v11 .v25-service-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;position:relative!important}
body.bhc-professional-v11 .v25-service-card{display:flex!important;flex-direction:column!important;height:100%!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 14px 32px rgba(3,37,49,.15)!important;overflow:hidden!important}
body.bhc-professional-v11 .v25-service-card:hover{transform:translateY(-5px)!important;box-shadow:0 22px 48px rgba(3,37,49,.22)!important}
body.bhc-professional-v11 .v25-service-card__top{padding:18px 18px 5px!important}
body.bhc-professional-v11 .v25-service-card__body{padding:12px 18px 16px!important;flex:1!important}
body.bhc-professional-v11 .v25-service-card__body small{color:var(--bhc-green)!important;font-size:9.5px!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-weight:900!important}
body.bhc-professional-v11 .v25-service-card__body h3{margin:7px 0 8px!important}
body.bhc-professional-v11 .v25-service-card__body h3 a{color:var(--bhc-navy)!important;font-size:17px!important;line-height:1.26!important;font-weight:900!important;text-decoration:none!important}
body.bhc-professional-v11 .v25-service-card__body p{color:#607884!important;font-size:13px!important;line-height:1.6!important}
body.bhc-professional-v11 .v25-service-card__footer{display:flex!important;justify-content:space-between!important;align-items:center!important;border-top:1px solid #e9eff0!important;background:#fbfdfd!important;color:var(--bhc-green)!important;padding:12px 18px!important;text-decoration:none!important;font-size:12px!important;font-weight:850!important}
body.bhc-professional-v11 .v25-service-card__footer:hover{background:#eff8f5!important;color:#05644f!important}

/* ---------- Leadership ---------- */
body.bhc-professional-v11 .gh-leadership-section{background:#fff!important}
body.bhc-professional-v11 .gh-leadership-grid{gap:18px!important}
body.bhc-professional-v11 .gh-leader-card{border:1px solid #dfe9eb!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--bhc-shadow-xs)!important;overflow:hidden!important}
body.bhc-professional-v11 .gh-leader-card:hover{transform:translateY(-4px)!important;box-shadow:var(--bhc-shadow-sm)!important;border-color:#c5dfd9!important}
body.bhc-professional-v11 .gh-leader-photo-wrap{background:linear-gradient(145deg,#edf7f4,#eef5fa)!important}
body.bhc-professional-v11 .gh-leader-body h3{color:var(--bhc-navy)!important;font-weight:900!important}
body.bhc-professional-v11 .gh-leader-designation{color:var(--bhc-green)!important;font-weight:800!important}
body.bhc-professional-v11 .gh-leader-department,
body.bhc-professional-v11 .gh-leader-message{color:#667f8a!important}
body.bhc-professional-v11 .gh-leader-btn{border-radius:10px!important;background:var(--bhc-navy)!important;color:#fff!important;text-decoration:none!important}
body.bhc-professional-v11 .gh-leader-btn:hover{background:var(--bhc-green)!important}

/* ---------- Blog homepage / listing ---------- */
body.bhc-professional-v11 .bhc-home-blog{background:linear-gradient(180deg,#fff 0%,#f6faf9 100%)!important}
body.bhc-professional-v11 .bhc-home-blog__grid{gap:18px!important}
body.bhc-professional-v11 .bhc-home-story{border:1px solid #dfe9eb!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--bhc-shadow-xs)!important;overflow:hidden!important}
body.bhc-professional-v11 .bhc-home-story:hover{transform:translateY(-4px)!important;box-shadow:var(--bhc-shadow-sm)!important}
body.bhc-professional-v11 .bhc-home-story__media{background:#eaf1f2!important;overflow:hidden!important}
body.bhc-professional-v11 .bhc-home-story__media img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .4s var(--bhc-ease)}
body.bhc-professional-v11 .bhc-home-story:hover .bhc-home-story__media img{transform:scale(1.025)}
body.bhc-professional-v11 .bhc-home-story__body{padding:22px!important}
body.bhc-professional-v11 .bhc-home-story__meta{color:#718893!important;font-size:10.5px!important;text-transform:uppercase!important;letter-spacing:.05em!important}
body.bhc-professional-v11 .bhc-home-story__meta span:first-child{color:var(--bhc-green)!important;font-weight:900!important}
body.bhc-professional-v11 .bhc-home-story h3 a{color:var(--bhc-navy)!important;text-decoration:none!important;font-weight:900!important;line-height:1.24!important}
body.bhc-professional-v11 .bhc-home-story p{color:#607884!important;line-height:1.65!important}
body.bhc-professional-v11 .bhc-home-story__read{color:var(--bhc-green)!important;font-weight:850!important;text-decoration:none!important}
body.bhc-professional-v11 .bhc-home-blog__grid.is-count-1 .bhc-home-story{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)!important;max-width:1050px!important}
body.bhc-professional-v11 .bhc-home-blog__grid.is-count-1 .bhc-home-story__media{min-height:340px!important}

body.bhc-professional-v11 .bhc-blog-hero{background:linear-gradient(135deg,#07394e 0%,#075c61 100%)!important;color:#fff!important;padding-block:clamp(58px,7vw,96px)!important;position:relative!important;overflow:hidden!important}
body.bhc-professional-v11 .bhc-blog-hero:after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-180px;top:-190px;background:rgba(255,255,255,.05)}
body.bhc-professional-v11 .bhc-blog-hero h1{color:#fff!important;font-size:clamp(38px,5vw,64px)!important;line-height:1.05!important;letter-spacing:-.05em!important;font-weight:900!important;max-width:840px!important}
body.bhc-professional-v11 .bhc-blog-hero p{color:#d7e9e8!important;font-size:16px!important;max-width:700px!important}
body.bhc-professional-v11 .bhc-blog-hero .bhc-eyebrow{color:#9be5cf!important}
body.bhc-professional-v11 .bhc-blog-hero .bhc-eyebrow:before{background:#ff6a75!important}
body.bhc-professional-v11 .bhc-blog-search{background:#fff!important;border:1px solid rgba(255,255,255,.4)!important;border-radius:15px!important;padding:5px!important;box-shadow:0 13px 34px rgba(0,0,0,.16)!important}
body.bhc-professional-v11 .bhc-blog-search input{border:0!important;box-shadow:none!important;background:transparent!important}
body.bhc-professional-v11 .bhc-blog-search button{border:0!important;border-radius:11px!important;background:var(--bhc-red)!important;color:#fff!important;font-weight:850!important}
body.bhc-professional-v11 .bhc-blog-feature{padding-block:42px 20px!important;background:#fff!important}
body.bhc-professional-v11 .bhc-feature-story{display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr)!important;border:1px solid #dfe9eb!important;border-radius:26px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 18px 52px rgba(7,57,78,.09)!important;text-decoration:none!important}
body.bhc-professional-v11 .bhc-feature-story__media{min-height:400px!important;background:#edf3f4!important}
body.bhc-professional-v11 .bhc-feature-story__media img{width:100%!important;height:100%!important;object-fit:cover!important}
body.bhc-professional-v11 .bhc-feature-story__copy{padding:clamp(30px,4vw,56px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
body.bhc-professional-v11 .bhc-feature-story__copy>span:first-child{color:var(--bhc-green)!important;font-weight:900!important;text-transform:uppercase!important;font-size:10.5px!important;letter-spacing:.09em!important}
body.bhc-professional-v11 .bhc-feature-story h2{color:var(--bhc-navy)!important;font-size:clamp(30px,3.6vw,48px)!important;line-height:1.1!important;letter-spacing:-.045em!important;font-weight:900!important}
body.bhc-professional-v11 .bhc-feature-story p{color:#607884!important;font-size:15.5px!important;line-height:1.7!important}
body.bhc-professional-v11 .bhc-story-meta{color:#7a919b!important;font-size:11px!important}
body.bhc-professional-v11 .bhc-primary-link,
body.bhc-professional-v11 .bhc-text-link{color:var(--bhc-green)!important;font-weight:850!important;text-decoration:none!important}
body.bhc-professional-v11 .bhc-blog-grid-section{padding-block:48px 86px!important;background:#f8fbfb!important}
body.bhc-professional-v11 .bhc-blog-layout{gap:32px!important}
body.bhc-professional-v11 .bhc-blog-grid{gap:18px!important}
body.bhc-professional-v11 .bhc-article-card{border:1px solid #dfe9eb!important;border-radius:19px!important;background:#fff!important;box-shadow:0 8px 26px rgba(7,57,78,.055)!important;overflow:hidden!important}
body.bhc-professional-v11 .bhc-article-card:hover{transform:translateY(-4px)!important;box-shadow:var(--bhc-shadow-sm)!important;border-color:#c8dfda!important}
body.bhc-professional-v11 .bhc-article-card__media{background:#edf3f4!important;overflow:hidden!important}
body.bhc-professional-v11 .bhc-article-card__media img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .4s var(--bhc-ease)}
body.bhc-professional-v11 .bhc-article-card:hover .bhc-article-card__media img{transform:scale(1.025)}
body.bhc-professional-v11 .bhc-article-card__body{padding:20px!important}
body.bhc-professional-v11 .bhc-article-card h3 a{color:var(--bhc-navy)!important;text-decoration:none!important;font-weight:900!important;line-height:1.28!important}
body.bhc-professional-v11 .bhc-article-card p{color:#607884!important;line-height:1.65!important}
body.bhc-professional-v11 .bhc-side-card{border:1px solid #dfe9eb!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--bhc-shadow-xs)!important;padding:20px!important}
body.bhc-professional-v11 .bhc-side-card--care{background:linear-gradient(145deg,#eaf8f3,#f8fcfb)!important;border-color:#cde7df!important}
body.bhc-professional-v11 .bhc-topic-list a{border-radius:999px!important;border:1px solid #e1eaec!important;background:#fff!important;color:#4c6975!important;text-decoration:none!important}
body.bhc-professional-v11 .bhc-topic-list a:hover,
body.bhc-professional-v11 .bhc-topic-list a.is-active{background:var(--bhc-green)!important;border-color:var(--bhc-green)!important;color:#fff!important}

/* ---------- Blog article ---------- */
body.bhc-professional-v11 .bhc-article-hero{background:linear-gradient(180deg,#f1f8f6,#f9fcfc)!important;border-bottom:1px solid #dfe9eb!important}
body.bhc-professional-v11 .bhc-article-hero__grid{gap:clamp(30px,5vw,72px)!important;padding-block:clamp(52px,6vw,86px)!important;align-items:center!important}
body.bhc-professional-v11 .bhc-article-hero h1{color:var(--bhc-navy)!important;font-size:clamp(38px,5vw,62px)!important;line-height:1.06!important;letter-spacing:-.05em!important;font-weight:900!important}
body.bhc-professional-v11 .bhc-article-hero p{color:#607884!important;font-size:17px!important;line-height:1.75!important}
body.bhc-professional-v11 .bhc-article-hero__media{border-radius:24px!important;overflow:hidden!important;box-shadow:var(--bhc-shadow)!important;border:1px solid #d7e5e7!important;background:#edf3f4!important}
body.bhc-professional-v11 .bhc-article-section{padding-block:56px 88px!important;background:#fff!important}
body.bhc-professional-v11 .bhc-article-layout{gap:46px!important;align-items:start!important}
body.bhc-professional-v11 .bhc-article-share{border-bottom:1px solid #e3ebed!important;padding-bottom:16px!important;margin-bottom:28px!important}
body.bhc-professional-v11 .bhc-article-share button,
body.bhc-professional-v11 .bhc-article-share a{border:1px solid #dbe7e9!important;border-radius:999px!important;background:#fff!important;color:var(--bhc-green)!important;text-decoration:none!important;padding:6px 11px!important;font-weight:800!important}
body.bhc-professional-v11 .bhc-article-share button:hover,
body.bhc-professional-v11 .bhc-article-share a:hover{background:var(--bhc-green)!important;color:#fff!important;border-color:var(--bhc-green)!important}
body.bhc-professional-v11 .bhc-article-prose{max-width:820px!important;color:#294957!important;font-size:17px!important;line-height:1.86!important}
body.bhc-professional-v11 .bhc-article-prose h2,
body.bhc-professional-v11 .bhc-article-prose h3,
body.bhc-professional-v11 .bhc-article-prose h4{color:var(--bhc-navy)!important;line-height:1.22!important;letter-spacing:-.025em!important;font-weight:900!important;margin-top:1.8em!important}
body.bhc-professional-v11 .bhc-article-prose a{color:var(--bhc-green)!important;font-weight:750!important}
body.bhc-professional-v11 .bhc-article-prose blockquote{border-left:4px solid var(--bhc-green)!important;background:#eef8f5!important;border-radius:0 14px 14px 0!important;padding:18px 22px!important;color:#385b68!important}
body.bhc-professional-v11 .bhc-article-prose img{border-radius:18px!important;box-shadow:var(--bhc-shadow-sm)!important;margin-block:24px!important}
body.bhc-professional-v11 .bhc-article-end{border:1px solid #cfe6df!important;border-radius:16px!important;background:#f0f9f6!important;padding:20px!important;color:#42636d!important}
body.bhc-professional-v11 .bhc-article-end strong{color:var(--bhc-green)!important}

/* ---------- Inner pages, forms and common cards ---------- */
body.bhc-professional-v11 .gh-inner-hero{background:linear-gradient(145deg,#eef8f5,#f6fafc)!important;border-bottom:1px solid #dfe9eb!important;padding-block:44px!important}
body.bhc-professional-v11 .gh-inner-hero__eyebrow{color:var(--bhc-green)!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.1em!important;font-size:10.5px!important}
body.bhc-professional-v11 .gh-inner-hero h1{color:var(--bhc-navy)!important;font-weight:900!important;letter-spacing:-.04em!important}
body.bhc-professional-v11 .gh-inner-hero p{color:#607884!important}
body.bhc-professional-v11 input:not([type=checkbox]):not([type=radio]),
body.bhc-professional-v11 select,
body.bhc-professional-v11 textarea{border:1px solid #d9e5e7!important;border-radius:12px!important;background:#fff!important;min-height:45px!important;color:#294957!important}
body.bhc-professional-v11 input:focus,
body.bhc-professional-v11 select:focus,
body.bhc-professional-v11 textarea:focus{border-color:#75b9a8!important;box-shadow:0 0 0 3px rgba(8,122,97,.11)!important;outline:0!important}
body.bhc-professional-v11 .btn{border-radius:11px!important;font-weight:800!important}
body.bhc-professional-v11 .btn-primary{background:var(--bhc-navy)!important;border-color:var(--bhc-navy)!important}
body.bhc-professional-v11 .btn-primary:hover{background:var(--bhc-green)!important;border-color:var(--bhc-green)!important}

/* ---------- Footer ---------- */
body.bhc-professional-v11 .bhc-footer{background:linear-gradient(145deg,#062f42 0%,#073b4d 58%,#064c48 100%)!important;color:#d9e9eb!important;position:relative!important;overflow:hidden!important}
body.bhc-professional-v11 .bhc-footer:before{content:"";position:absolute;width:420px;height:420px;right:-180px;top:-230px;border-radius:50%;background:rgba(255,255,255,.035)}
body.bhc-professional-v11 .bhc-footer__inner{padding-top:clamp(48px,5vw,72px)!important;position:relative!important}
body.bhc-professional-v11 .bhc-footer__top{gap:clamp(30px,4vw,58px)!important}
body.bhc-professional-v11 .bhc-footer__logo{background:#fff!important;border-radius:15px!important;padding:4px!important;border:1px solid rgba(255,255,255,.25)!important;box-shadow:0 8px 20px rgba(0,0,0,.14)!important}
body.bhc-professional-v11 .bhc-footer__brand-copy small,
body.bhc-professional-v11 .bhc-footer__eyebrow{color:#89d9c4!important;text-transform:uppercase!important;letter-spacing:.09em!important;font-size:10px!important;font-weight:900!important}
body.bhc-professional-v11 .bhc-footer__brand-copy strong{color:#fff!important;font-size:21px!important;font-weight:900!important}
body.bhc-professional-v11 .bhc-footer__brand p{color:#b9ced3!important;line-height:1.72!important}
body.bhc-professional-v11 .bhc-footer__action{border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important;color:#e8f2f3!important;text-decoration:none!important}
body.bhc-professional-v11 .bhc-footer__action:hover{background:rgba(255,255,255,.12)!important;color:#fff!important}
body.bhc-professional-v11 .bhc-footer__links h2{color:#fff!important;font-size:15px!important;font-weight:900!important}
body.bhc-professional-v11 .bhc-footer__links a{color:#c8dade!important;text-decoration:none!important}
body.bhc-professional-v11 .bhc-footer__links a:hover{color:#fff!important;transform:translateX(2px)}
body.bhc-professional-v11 .bhc-footer__contact-list>div,
body.bhc-professional-v11 .bhc-footer__contact-list>a{border-color:rgba(255,255,255,.1)!important;color:#d6e6e8!important}
body.bhc-professional-v11 .bhc-footer__contact-list small{color:#8fb0b8!important}
body.bhc-professional-v11 .bhc-footer__contact-list strong{color:#fff!important}
body.bhc-professional-v11 .bhc-footer__emergency{background:#fff!important;color:var(--bhc-red-dark)!important;border-radius:15px!important;box-shadow:0 12px 28px rgba(0,0,0,.13)!important}
body.bhc-professional-v11 .bhc-footer__location{margin-top:34px!important;border-top:1px solid rgba(255,255,255,.11)!important;padding-top:30px!important;gap:26px!important}
body.bhc-professional-v11 .bhc-footer__location h2{color:#fff!important;font-size:26px!important;font-weight:900!important}
body.bhc-professional-v11 .bhc-footer__location p{color:#b9cfd3!important}
body.bhc-professional-v11 .bhc-footer__location a{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#fff!important;text-decoration:none!important;font-weight:850!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:11px!important;padding:8px 12px!important}
body.bhc-professional-v11 .bhc-footer__map-frame{border-radius:18px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.16)!important;min-height:250px!important;background:#0b5261!important;box-shadow:0 12px 30px rgba(0,0,0,.12)!important}
body.bhc-professional-v11 .bhc-footer__map-frame iframe{min-height:250px!important}
body.bhc-professional-v11 .bhc-footer__bottom{border-top:1px solid rgba(255,255,255,.1)!important;color:#93afb6!important;font-size:11.5px!important;padding-block:18px 24px!important}

/* Floating actions */
body.bhc-professional-v11 .government-emergency-dock{left:16px!important;bottom:16px!important;border-radius:999px!important;background:#fff!important;color:var(--bhc-red)!important;border:1px solid #f4ccd0!important;box-shadow:0 12px 34px rgba(7,57,78,.16)!important;z-index:990!important}
body.bhc-professional-v11 .government-emergency-dock:hover{transform:translateY(-2px)!important;box-shadow:0 16px 38px rgba(7,57,78,.2)!important}

/* ---------- Responsive ---------- */
@media(max-width:1199.98px){
  body.bhc-professional-v11 .gh-container-wide{width:min(calc(100% - 34px),1480px)!important}
  body.bhc-professional-v11 .v10-home-hero__grid{grid-template-columns:minmax(225px,.68fr) minmax(0,1.65fr) minmax(225px,.68fr)!important;gap:12px!important}
  body.bhc-professional-v11 .v28-header-action__copy small,
  body.bhc-professional-v11 .v34-header-action__copy small{display:none!important}
}
@media(max-width:991.98px){
  body.bhc-professional-v11 .gh-container-wide{width:min(calc(100% - 28px),1480px)!important}
  body.bhc-professional-v11 .humanized-header{position:relative!important}
  body.bhc-professional-v11 .humanized-header__brand-row,
  body.bhc-professional-v11 .v10-header__brand-row{min-height:78px!important;padding-block:10px!important}
  body.bhc-professional-v11 .humanized-brand__logo,
  body.bhc-professional-v11 .v10-brand__logo{width:58px!important;height:58px!important;flex-basis:58px!important}
  body.bhc-professional-v11 .humanized-brand__copy strong,
  body.bhc-professional-v11 .v10-brand__copy strong{font-size:23px!important}
  body.bhc-professional-v11 .v28-action-rail,
  body.bhc-professional-v11 .v34-action-rail{display:none!important}
  body.bhc-professional-v11 .humanized-nav{border-bottom:0!important}
  body.bhc-professional-v11 .humanized-nav__list{padding:10px!important;gap:2px!important}
  body.bhc-professional-v11 .humanized-nav__parent>a{min-height:44px!important;width:100%!important;padding:0 11px!important}
  body.bhc-professional-v11 .v10-home-hero__grid{grid-template-columns:1fr 1fr!important;gap:14px!important}
  body.bhc-professional-v11 .v10-home-hero__main{grid-column:1/-1!important;grid-row:1!important}
  body.bhc-professional-v11 .v10-editorial-panel--updates{grid-column:1!important;grid-row:2!important}
  body.bhc-professional-v11 .v10-editorial-panel--leadership{grid-column:2!important;grid-row:2!important}
  body.bhc-professional-v11 .v25-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.bhc-professional-v11 .bhc-feature-story{grid-template-columns:1fr!important}
  body.bhc-professional-v11 .bhc-feature-story__media{min-height:330px!important}
  body.bhc-professional-v11 .bhc-blog-layout,
  body.bhc-professional-v11 .bhc-article-layout{grid-template-columns:1fr!important}
  body.bhc-professional-v11 .bhc-blog-side{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.bhc-professional-v11 .bhc-side-card--care{grid-column:1/-1!important}
}
@media(max-width:767.98px){
  body.bhc-professional-v11 .gh-container-wide{width:min(calc(100% - 22px),1480px)!important}
  body.bhc-professional-v11 .v8-header__utility-inner,
  body.bhc-professional-v11 .v9-header__utility-inner,
  body.bhc-professional-v11 .v10-header__utility-inner{min-height:36px!important}
  body.bhc-professional-v11 .bhc-utility-info__item{max-width:190px!important}
  body.bhc-professional-v11 .humanized-brand__copy>span,
  body.bhc-professional-v11 .v10-brand__copy>span{display:none!important}
  body.bhc-professional-v11 .humanized-brand__copy strong,
  body.bhc-professional-v11 .v10-brand__copy strong{font-size:19px!important}
  body.bhc-professional-v11 .humanized-brand__copy small,
  body.bhc-professional-v11 .v10-brand__copy small{font-size:9px!important;margin-bottom:3px!important}
  body.bhc-professional-v11 .humanized-brand__logo,
  body.bhc-professional-v11 .v10-brand__logo{width:50px!important;height:50px!important;flex-basis:50px!important}
  body.bhc-professional-v11 .v10-home-hero__grid{grid-template-columns:1fr!important}
  body.bhc-professional-v11 .v10-editorial-panel--updates,
  body.bhc-professional-v11 .v10-editorial-panel--leadership{grid-column:1!important;grid-row:auto!important}
  body.bhc-professional-v11 .v10-editorial-panel--leadership{display:none!important}
  body.bhc-professional-v11 .professional-hero{padding-top:14px!important}
  body.bhc-professional-v11 .v25-service-grid{grid-template-columns:1fr!important}
  body.bhc-professional-v11 .v25-section-heading,
  body.bhc-professional-v11 .bhc-section-heading,
  body.bhc-professional-v11 .bhc-home-blog__heading{align-items:flex-start!important;flex-direction:column!important}
  body.bhc-professional-v11 .v25-section-heading__action,
  body.bhc-professional-v11 .bhc-home-blog__all{width:100%!important}
  body.bhc-professional-v11 .bhc-home-blog__grid.is-count-1 .bhc-home-story{grid-template-columns:1fr!important;max-width:none!important}
  body.bhc-professional-v11 .bhc-home-blog__grid.is-count-1 .bhc-home-story__media{min-height:260px!important}
  body.bhc-professional-v11 .bhc-blog-hero{padding-block:44px!important}
  body.bhc-professional-v11 .bhc-blog-search{width:100%!important}
  body.bhc-professional-v11 .bhc-blog-side{grid-template-columns:1fr!important}
  body.bhc-professional-v11 .bhc-side-card--care{grid-column:auto!important}
  body.bhc-professional-v11 .bhc-article-prose{font-size:16px!important}
  body.bhc-professional-v11 .bhc-footer__bottom{text-align:center!important;gap:8px!important}
  body.bhc-professional-v11 .government-emergency-dock{left:10px!important;bottom:10px!important}
}
@media(max-width:479.98px){
  body.bhc-professional-v11 .gh-container-wide{width:min(calc(100% - 18px),1480px)!important}
  body.bhc-professional-v11 .bhc-utility-info__item{display:none!important}
  body.bhc-professional-v11 .bhc-utility-info:after{content:"BHC Hospital";font-size:11px;font-weight:800;color:#d7eaed}
  body.bhc-professional-v11 .v9-header__emergency span:not(.v9-header__emergency-icon){display:none!important}
  body.bhc-professional-v11 .v9-header__emergency strong{display:inline!important}
  body.bhc-professional-v11 .humanized-brand__copy strong,
  body.bhc-professional-v11 .v10-brand__copy strong{font-size:17px!important}
  body.bhc-professional-v11 .gh-section{padding-block:46px!important}
  body.bhc-professional-v11 .v23-about-media,
  body.bhc-professional-v11 .v24-about-media{min-height:280px!important}
  body.bhc-professional-v11 .v23-about-copy,
  body.bhc-professional-v11 .v24-about-copy{padding:24px!important}
  body.bhc-professional-v11 .bhc-home-story__body,
  body.bhc-professional-v11 .bhc-article-card__body,
  body.bhc-professional-v11 .bhc-side-card{padding:18px!important}
}

@media(prefers-reduced-motion:reduce){
  body.bhc-professional-v11 *,body.bhc-professional-v11 *:before,body.bhc-professional-v11 *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
