/* Cardona footer logo hard override - loaded AFTER styles.css */
.site-footer .footer-grid-custom{
  display:grid !important;
  grid-template-columns:340px minmax(180px,1fr) minmax(220px,1.05fr) minmax(150px,.7fr) !important;
  gap:42px !important;
  align-items:start !important;
}
#cardonas-footer-logo-wrap{
  display:block !important;
  width:340px !important;
  min-width:340px !important;
  max-width:340px !important;
  overflow:visible !important;
  align-self:start !important;
}
#cardonas-footer-logo{
  display:block !important;
  width:330px !important;
  min-width:330px !important;
  max-width:none !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  mix-blend-mode:multiply;
  filter:saturate(.98) contrast(1.02);
}
@media (max-width:1100px){
  .site-footer .footer-grid-custom{
    grid-template-columns:300px 1fr 1fr !important;
    gap:30px !important;
  }
  .site-footer .footer-grid-custom>div:last-child{grid-column:2/4 !important}
  #cardonas-footer-logo-wrap{width:300px !important;min-width:300px !important;max-width:300px !important}
  #cardonas-footer-logo{width:290px !important;min-width:290px !important}
}
@media (max-width:760px){
  .site-footer .footer-grid-custom{grid-template-columns:1fr !important;gap:28px !important}
  .site-footer .footer-grid-custom>div:last-child{grid-column:auto !important}
  #cardonas-footer-logo-wrap{width:250px !important;min-width:0 !important;max-width:100% !important}
  #cardonas-footer-logo{width:240px !important;min-width:0 !important;max-width:100% !important}
}
