.news-card-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.news-preview-dialog{width:min(960px,calc(100vw - 32px));max-height:90dvh;overflow:auto;box-sizing:border-box}
.news-preview-dialog .dialog-head{gap:16px;flex-wrap:wrap}
.news-preview-dialog #newsPreviewState{font-size:14px;color:#52617b}
.news-reader{background:#fff;color:#192744;border:1px solid #dce1ea;padding:30px;overflow-wrap:anywhere}
.news-reader .news-reader-date{font-size:12px;text-transform:uppercase;color:#466797}
.news-reader>h2{font-size:27px;line-height:1.2;letter-spacing:-.03em;margin:0 0 20px}
.news-reader figure{max-width:900px;margin:0 0 24px}
.news-reader img{display:block;width:100%;height:auto;border-radius:4px}
.news-reader img[hidden]{display:none}
.news-reader-body{max-width:780px;font-size:16px;line-height:1.7}
.news-reader-body h2{font-size:25px;margin-top:24px}
.news-reader-body>p:first-child{margin-top:0}
@media(max-width:600px){.news-preview-dialog{padding:16px}.news-reader{padding:20px}.news-preview-dialog .dialog-head button{width:100%}}

/* List paragraphs use the normal line height without extra paragraph gaps. */
.wysiwyg-editor li,.news-reader-body li{margin-block:0}
.wysiwyg-editor li>p,.news-reader-body li>p{margin-block:0}

.news-inline-image,.news-reader-image{display:block;max-width:100%;margin:16px 0}
.news-inline-image img{display:block;max-width:100%;height:auto}
.news-image-picker{padding:16px;border:1px solid #c9dbea;border-radius:12px;background:#f6f9fc}
#newsImageChoices{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.news-image-picker label{margin:12px 0}
