/* HANSEN footer large logos, one-line safe v1 */
.site-footer {
  margin-top: 3rem !important;
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,248,241,.84)) !important;
  border-top: 1px solid rgba(24,59,91,.08) !important;
}

.site-footer .hansen-footer-main-row {
  align-items: center !important;
  row-gap: 1.5rem !important;
}

@media (min-width: 992px) {
  .site-footer .hansen-footer-main-row > div:first-child {
    flex: 0 0 32% !important;
    max-width: 32% !important;
  }

  .site-footer .hansen-footer-main-row > div:last-child {
    flex: 0 0 68% !important;
    max-width: 68% !important;
    min-width: 0 !important;
  }
}

.site-footer .hansen-footer-logo-strip {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(.7rem, 1.1vw, 1.15rem) !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  padding: .25rem 0 !important;
  scrollbar-width: thin;
}

.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 {
  width: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 4px 10px rgba(24,59,91,.08)) !important;
  flex-shrink: 1 !important;
}

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

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

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

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

.site-footer .hansen-footer-ok-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: .45rem !important;
  color: var(--muted, #6b7280) !important;
  opacity: .85 !important;
  text-decoration: none !important;
}

.site-footer .hansen-footer-ok-logo {
  height: 12px !important;
  width: auto !important;
  opacity: .82 !important;
}

.site-footer .hansen-footer-ok-text {
  font-size: .72rem !important;
  line-height: 1 !important;
}

.site-footer a {
  color: var(--brand-2, #2b7a78) !important;
}

.site-footer a:hover {
  color: var(--brand, #183b5b) !important;
}

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

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

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

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

/* ==========================================================================
   Mobile-responsive footer logos (add-on)
   Fixes overlapping footer icons on phones: the one-line "nowrap" strip above
   keeps the logos large on small screens, so let them wrap, centre, and scale
   down progressively as the viewport narrows.
   ========================================================================== */
@media (max-width: 767.98px) {
  .site-footer .hansen-footer-logo-strip {
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    overflow-x: visible !important;
    white-space: normal !important;
    gap: 1rem 1.4rem !important;
    padding: .25rem 0 !important;
  }

  .site-footer .hansen-footer-logo-link {
    flex: 0 0 auto !important;
  }

  .site-footer .hansen-footer-ok-row {
    justify-content: center !important;
  }

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

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

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

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

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

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

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