/* V43 — approved Services menu only, plus corrected dark-footer logo */
.nav-dropdown__sections{
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)!important;
}
.nav-dropdown__section--specialist .nav-dropdown__list{
  display:grid!important;
  gap:10px!important;
}
.nav-dropdown__section--specialist .nav-service-link{
  min-height:74px!important;
  justify-content:flex-start!important;
  text-align:left!important;
  padding:13px 14px!important;
}
.nav-dropdown__section--specialist .nav-service-link__copy{
  display:grid!important;
  gap:4px!important;
}
.nav-dropdown__section--specialist .nav-service-link small{
  display:block!important;
  color:#62778d!important;
  font-size:.72rem!important;
  font-weight:600!important;
  line-height:1.3!important;
}
.site-footer .footer-brand .brand,
footer .footer-brand .brand{
  display:inline-flex!important;
  width:auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.site-footer .footer-brand .brand-logo,
footer .footer-brand .brand-logo{
  display:block!important;
  width:232px!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  content:url("../images/vantora-footer-logo-v59.svg")!important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.2))!important;
}
@media(max-width:900px){
  .nav-dropdown__sections{grid-template-columns:1fr!important}
  .site-footer .footer-brand .brand-logo,
  footer .footer-brand .brand-logo{width:210px!important;height:auto!important;max-width:100%!important}
}
