/* === Minimal CSS for the modal only === */
.news-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.45);padding:20px;z-index:999}
.news-modal.open{display:flex}
.news-dialog{width:min(680px,100%);background:#fff;border-radius:14px;box-shadow:0 16px 48px rgba(0,0,0,.3);position:relative}
.news-close{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:26px;cursor:pointer;color:#555}
.news-content{padding:22px 20px 16px}
.news-modal-title{margin:0 36px 8px 0;font-size:20px}
.news-modal-text{margin:0;color:#333;line-height:1.65;white-space:pre-wrap;max-height:48vh;overflow:auto}
.news-actions{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px 18px;border-top:1px solid #eee}
.news-btn{border:0;background:#003063;color:#ff9914;padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:600}
