/* HANSEN footer safe one-line logo layout */
.site-footer .hansen-footer-logo-strip {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: .85rem !important;
  width: 100% !important;
  min-width: 0 !important;
}

.site-footer .hansen-footer-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

.site-footer .hansen-footer-logo,
.site-footer .footer-logo {
  width: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 4px 10px rgba(24,59,91,.08));
}

.site-footer .hansen-footer-cambridge-logo,
.site-footer img[src*="cam.png"] {
  height: 54px !important;
  max-height: 54px !important;
  max-width: 145px !important;
}

.site-footer .hansen-footer-ukri-logo,
.site-footer img[src*="ukri-stfc-logo.png"] {
  height: 115px !important;
  max-height: 115px !important;
  max-width: 285px !important;
}

.site-footer .hansen-footer-hope-logo,
.site-footer img[src*="ALM-nbc.png"] {
  height: 82px !important;
  max-height: 82px !important;
  max-width: 145px !important;
}

.site-footer .hansen-footer-ok-logo,
.site-footer .footer-ok-logo,
.site-footer img[src*="ok_80x15_blue.png"] {
  height: 12px !important;
  max-height: 12px !important;
  width: auto !important;
}

.site-footer .hansen-footer-ok-row {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin-top: .75rem !important;
}

@media (max-width: 991.98px) {
  .site-footer .hansen-footer-logo-strip,
  .site-footer .hansen-footer-ok-row {
    justify-content: flex-start !important;
  }
}

@media (max-width: 575.98px) {
  .site-footer .hansen-footer-logo-strip {
    gap: .4rem !important;
  }

  .site-footer .hansen-footer-cambridge-logo,
  .site-footer img[src*="cam.png"] {
    height: 34px !important;
    max-height: 34px !important;
    max-width: 90px !important;
  }

  .site-footer .hansen-footer-ukri-logo,
  .site-footer img[src*="ukri-stfc-logo.png"] {
    height: 58px !important;
    max-height: 58px !important;
    max-width: 142px !important;
  }

  .site-footer .hansen-footer-hope-logo,
  .site-footer img[src*="ALM-nbc.png"] {
    height: 42px !important;
    max-height: 42px !important;
    max-width: 78px !important;
  }
}
