/* V138 — keep every footer text role on the same 13px baseline as the main menu. */
footer.site {
  --footer-control-font: 13px;
}

footer.site .fcol h4,
footer.site .foot-top > .foff b,
footer.site .fcol a,
footer.site .foot-brand > p.foff,
footer.site .foot-top > .foff p,
footer.site .foot-top > .foff a,
footer.site .foot-bottom,
footer.site .foot-bottom button {
  font-family: var(--sans, "Inter", "Segoe UI", sans-serif) !important;
  font-size: var(--footer-control-font) !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
}

body footer.site .foot-top .fcol h4,
footer.site .foot-top > .foff b {
  line-height: 18px !important;
  font-size: var(--footer-control-font) !important;
  font-weight: 700 !important;
}

body footer.site .foot-top .fcol a {
  line-height: 20px !important;
  font-size: var(--footer-control-font) !important;
  font-weight: 600 !important;
}

footer.site .foot-brand > p.foff,
footer.site .foot-top > .foff p,
footer.site .foot-top > .foff a {
  line-height: 20px !important;
}

footer.site .foot-top > .foff a {
  font-weight: 600 !important;
}

footer.site .foot-bottom {
  line-height: 18px !important;
}

footer.site .foot-bottom button {
  line-height: 18px !important;
  font-weight: 600 !important;
}
