/* InterimCOO Header & Footer */
header .interimcoo-hf-header-logo,
.site-header .interimcoo-hf-header-logo,
.wp-site-blocks header .interimcoo-hf-header-logo {
  width: min(330px, 34vw) !important;
  max-width: 330px !important;
  height: auto !important;
  max-height: 82px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
}
.interimcoo-hf-footer {
  margin-top: 56px;
  background: #eef3f7;
  border-top: 1px solid #d7e1ea;
  color: #22313f;
  width: 100%;
}
.interimcoo-hf-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 18px;
}
.interimcoo-hf-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
}
.interimcoo-hf-links a {
  color: #2f6fa3;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.interimcoo-hf-links a:hover,
.interimcoo-hf-links a:focus { text-decoration: underline; }
.interimcoo-hf-copy {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #d7e1ea;
  color: #6a7783;
  font-size: 12px;
}
/* Hide the default GeneratePress credit area so only the custom legal footer remains. */
.site-info { display: none !important; }
@media (max-width: 782px) {
  header .interimcoo-hf-header-logo,
  .site-header .interimcoo-hf-header-logo,
  .wp-site-blocks header .interimcoo-hf-header-logo {
    width: min(245px, 62vw) !important;
    max-height: 64px !important;
  }
  .interimcoo-hf-inner { padding: 20px 20px 16px; }
  .interimcoo-hf-links { gap: 10px 18px; }
}
@media (max-width: 480px) {
  .interimcoo-hf-links { display: grid; grid-template-columns: 1fr 1fr; }
}
