.notice { max-width: 720px; padding-block: 64px 80px; }
.notice h1 { font-size: clamp(40px, 7vw, 64px); margin-bottom: 28px; }
.notice h2 { font-size: 24px; margin-top: 32px; }
.notice > p:not(.eyebrow) { margin-top: 16px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.notice p a { color: var(--green); text-decoration: underline; overflow-wrap: anywhere; }
.notice .button { margin-top: 32px; }
@media (max-width: 700px) { .notice { padding-top: 38px; } .notice > p:not(.eyebrow) { font-size: 16px; } }
