.news-modal[hidden],.news-modal-loading[hidden],.news-modal-error[hidden]{display:none!important}
.news-pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;border-top:1px solid #eee;background:#fff}
.news-pagination a{display:grid;place-items:center;min-width:36px;height:36px;padding:0 8px;border:1px solid #e2e2e5;border-radius:8px;background:#fff;color:#4d4d53;font-size:11px;font-weight:700;transition:border-color .2s ease,background-color .2s ease,color .2s ease}
.news-pagination a:hover,.news-pagination a:focus-visible,.news-pagination a.current{border-color:var(--red);background:var(--red);color:#fff}
.news-pagination a:focus-visible{outline:3px solid rgba(193,18,31,.25);outline-offset:2px}
.news-modal-a11y-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.news-modal-error{position:absolute;z-index:2;inset:0;display:grid;place-content:center;justify-items:center;padding:32px;background:#fff;color:#3c3c42;text-align:center}
.news-modal-error>i{margin-bottom:12px;color:var(--red);font-size:34px}.news-modal-error strong{font-size:18px}.news-modal-error p{margin:8px 0 18px;color:#777}
.news-modal-error a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border-radius:9px;background:var(--red);color:#fff;font-weight:700}
.live-news-item p{display:-webkit-box;overflow:hidden;margin:4px 0 0;color:#6f737b;font-size:9.5px;line-height:1.75;-webkit-box-orient:vertical;-webkit-line-clamp:2}
