/* FOOTER-NOTICES 2026-09-24 — reuse + AI disclosure in .footer .about
   adaptive.css @media≤700 hides .about; style.css keeps margin-left:200px
   which shoves notices off-canvas on phones. Fix both. */
.footer .about {
  line-height: 1.45;
}
.footer .about a {
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  .footer .about {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 12px 0 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 12px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }
  .footer .about em {
    display: inline-block !important;
    margin: 0 6px 6px 0 !important;
  }
  .footer .footer_links {
    float: none !important;
    margin: 0 auto 10px !important;
  }
}
