.cms-article { align-items: start; }
.cms-body p { color: #465764; }
.cms-more { border: 0; padding: 0; color: #c72027; background: none; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.cms-article h2 a { color: inherit; text-decoration: none; }
.cms-more:hover { text-decoration: underline; text-underline-offset: 3px; }
.cms-body { display: none; animation: cmsReveal .22s ease; }
.cms-body.is-open,
.cms-article:has(h2 a:hover) .cms-body,
.cms-article:has(h2 a:focus) .cms-body { display: block; }
@keyframes cmsReveal { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
