/* ===============================
   iD5 Footer Redesign (2026)
   Matches new footer.jpg look
   =============================== */
#footer.id5-footer {
  background: #1f2f4a;
  padding: 22px 12px 18px;
  text-align: center;
}
#footer.id5-footer .id5-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}
#footer.id5-footer .id5-footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
}
#footer.id5-footer .id5-footer-logo {
  width: 129px;
  height: 60px;
  max-width: 129px;
  object-fit: contain;
  display: block;
}
#footer.id5-footer .id5-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 26px;
  margin: 10px 0 12px;
  padding: 0;
}
#footer.id5-footer .id5-footer-nav a {
  color: #f2d21b;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9rem;
}
#footer.id5-footer .id5-footer-nav a:hover,
#footer.id5-footer .id5-footer-nav a:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#footer.id5-footer .id5-footer-meta {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.45;
}
#footer.id5-footer .id5-footer-meta a {
  color: #f2d21b;
  font-weight: 700;
  text-decoration: none;
}
#footer.id5-footer .id5-footer-meta a:hover,
#footer.id5-footer .id5-footer-meta a:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
