/***************************
Add your custom styles below
****************************/

/* Keep the logos tidy and responsive in the bottom bar */
.footer-logos {
  max-height: 60px;   /* desktop height, adjust as needed */
  width: auto;
  max-width: 100%;    /* prevents overflow on small screens */
  margin: 8px 0 4px;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer-logos { max-height: 40px; }
}