/* ============================================================================
   th-updates.css — short /updates marketing page on the theme-lab shell.
   Binds tokens.css only. Zero raw brand hex.
   ============================================================================ */

.page-updates .svc-masthead-inner .th-giant {
    max-width: 22ch;
}

.page-updates .updates-copy {
    max-width: 62ch;
}

.page-updates .updates-copy p {
    margin: 0;
    color: var(--gray);
    font-size: clamp(1rem, 1.3vw, 1.14rem);
    font-weight: 300;
    line-height: 1.75;
}

.page-updates .updates-copy p + p {
    margin-top: 1.15rem;
}

.page-updates .updates-copy a:not(.btn) {
    color: var(--blue);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid var(--blue-a20);
}

.page-updates .updates-copy a:not(.btn):hover,
.page-updates .updates-copy a:not(.btn):focus-visible {
    color: var(--blue-light);
    border-bottom-color: var(--blue);
}
