/* Rudy Hartanah Listing System — MZG Logo V9
   This file overrides the older circular RH logo styling. */

.brand,
.footer-brand{
  gap:12px !important;
}

.site-header .brand{
  min-width:260px !important;
}

.brand-mark,
.footer-brand .brand-mark{
  width:92px !important;
  height:54px !important;
  min-width:92px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:transparent !important;
  overflow:visible !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.brand-mark img,
.footer-brand .brand-mark img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.footer-brand .brand-mark{
  width:92px !important;
  height:54px !important;
  min-width:92px !important;
}

.footer-brand .brand-mark img{
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.28));
}

@media(max-width:760px){
  .site-header .brand{
    min-width:0 !important;
    gap:8px !important;
  }

  .brand-mark,
  .footer-brand .brand-mark{
    width:70px !important;
    height:44px !important;
    min-width:70px !important;
  }

  .brand-copy strong{
    font-size:14px !important;
  }

  .brand-copy small{
    font-size:7.5px !important;
  }
}
