
.updates-page{
    max-width:1000px;
    margin:0 auto;
    padding:4rem 2rem 6rem;
}

.updates-page h1{
    max-width:none;
    white-space:nowrap;
    font-size:clamp(1.5rem,3vw,3rem);
    margin-bottom:3rem;
}

.update-entry{
    margin-bottom:3rem;
    padding-bottom:2rem;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.update-entry h2{
    font-size:1.4rem;
    color:var(--gold-soft);
    margin-bottom:1rem;
}

.update-entry ul{
    margin:0;
    padding-left:1.5rem;
}

.update-entry li{
    color:var(--muted);
    line-height:1.9;
    margin-bottom:0.4rem;
}

.update-entry ul ul{
    margin-top:0.5rem;
}
