:root{
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
}
body{background:#fff;color:#212529;}
.site-header .custom-logo{max-height:48px;width:auto;}
.site-header.bg-white {background-color: transparent;}
.hero-block{background:linear-gradient(180deg,#f8f9fa 0%,#ffffff 100%);}
.content-area > *{margin-bottom:1rem;}
.content-area img{max-width:100%;height:auto;}
.widget ul{padding-left:1rem;margin-bottom:0;}
.navbar-brand{display:flex;align-items:center;gap:.75rem;}
.dropdown-menu{min-width:14rem;}
@media (min-width: 992px){
  .navbar .dropdown:hover > .dropdown-menu{display:block;}
}
