.credential-strip { padding: 1.5rem 5%; text-align: center; color: #176d74; font-weight: 600; background: #edf5f2; line-height: 1.8; }
.legal-section p, .content-info-card p { white-space: pre-line; }
.updates-form { display: grid; gap: 1rem; margin-top: 1.5rem; }
.updates-form label { display: grid; gap: .5rem; }
.updates-form input[type=email] { border: 1px solid #9db9b6; border-radius: 8px; padding: .85rem; width: 100%; box-sizing: border-box; }
.updates-form .checkbox-row { display: flex; align-items: flex-start; gap: .7rem; }
.footer-links button.text-link { border: 0; padding: 0; background: transparent; font: inherit; color: inherit; text-align: left; cursor: pointer; }
.footer-bottom { flex-wrap: wrap; gap: 1rem; }
#cookie-consent { width: min(640px, calc(100% - 3rem)); padding: 2rem; border: 1px solid #9db9b6; border-radius: 18px; color: #173b3e; background: #fff; box-shadow: 0 20px 80px #173b3e44; }
#cookie-consent::backdrop { background: #102d3655; }
#cookie-consent p { line-height: 1.6; }
#cookie-consent fieldset { margin: 1rem 0; border: 1px solid #9db9b6; border-radius: 8px; }
#cookie-consent fieldset label { display: block; margin: .8rem 0; }
#cookie-consent .button-row { flex-wrap: wrap; margin-top: 1.5rem; gap: .6rem; }
#cookie-consent [hidden] { display: none !important; }
