.news-modal-overlay{z-index:999;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.news-modal{background:#eee;border-radius:12px;width:90%;max-width:800px;max-height:650px;padding:30px;animation:.25s modalFade;position:relative;overflow-y:auto}.news-modal-image{width:100%;max-width:350px;margin:0 auto 20px;display:block}.news-modal-content{text-align:center;color:#000}.news-modal-content h3{text-align:center;margin-bottom:20px}.news-modal-content p{white-space:pre-line}.news-modal-close{cursor:pointer;background:0 0;border:none;font-size:20px;position:absolute;top:12px;right:12px}@keyframes modalFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.news-modal::-webkit-scrollbar{width:6px}.news-modal::-webkit-scrollbar-thumb{background:#0000004d;border-radius:10px}
