.updates-page { background:#fbfaf7; }
.updates-hero { border-top:1px solid #f1e4bf; border-bottom:1px solid #ead8a8; }
.updates-content { max-width:840px; }
.update-entry { padding:30px; border:1px solid #eadab6; border-radius:18px; background:#fff; box-shadow:0 16px 38px rgba(116,83,19,.06); }
.update-meta { display:flex; flex-wrap:wrap; gap:9px; align-items:center; margin-bottom:18px; color:#7d6640; font-size:.75rem; font-weight:800; }
.update-meta span { padding:5px 9px; color:#8f6817; background:#fff3d6; border-radius:999px; }
.update-entry h2 { margin-top:0; }
.update-entry li { margin:8px 0; }
.update-signature { margin-top:28px; color:#3d3019 !important; font-weight:850; }
@media(max-width:650px){ .update-entry { padding:22px 18px; } }
