/* Shared geometry for the private preview and the published notice. */
.hoa-update-card{background:var(--update-surface,#fff);color:var(--update-ink,#241e17);border-top:0;padding:clamp(20px,4vw,36px);box-shadow:0 2px 5px #241e1710,0 8px 22px #241e1714;min-width:0;overflow-wrap:anywhere}
.hoa-update-card h1,.hoa-update-card h3{font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.13;letter-spacing:-.025em;margin:0 0 24px}
.hoa-update-card p{font-size:17px;line-height:1.65;margin:0 0 16px;white-space:pre-wrap}
.hoa-update-card p:last-child{margin-bottom:0}
.hoa-update-card time{display:block;font-size:13px;margin-bottom:16px}
#published-update-list{display:grid;gap:24px}
@media(max-width:600px){.hoa-update-card p{font-size:16px}}
