.account-page-compact .account-intro h1 {
    font-size: clamp(3rem, 5vw, 4.8rem);
}

.account-notice {
    margin: 1.5rem 0;
    padding: 1rem 1.15rem;
    border-left: 3px solid var(--account-copper);
    background: #eee8dc;
    color: #485a69;
    line-height: 1.55;
}
