.sl-news-section{background:var(--gradient-main);border-radius:var(--radius);padding:28px;margin:24px 0;color:#fff;position:relative;overflow:hidden}.sl-news-section::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 0% 100%,rgba(242,99,34,.2) 0%,transparent 50%);pointer-events:none}.sl-news-title{font-size:17px;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:10px;position:relative;z-index:2}.sl-news-item{background:rgba(255,255,255,.1);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.15);padding:14px 18px;border-radius:var(--radius-xs);margin-top:10px;position:relative;z-index:2}.sl-news-item .news-date{font-size:12px;color:rgba(255,255,255,.7);margin-bottom:6px;font-weight:600}.sl-news-item .news-text{font-size:13.5px;line-height:2;color:rgba(255,255,255,.9)}.sl-timeline{margin:20px 0;border-right:3px solid var(--sky);padding-right:20px}.sl-timeline-item{position:relative;padding-bottom:20px;margin-bottom:0}.sl-timeline-item::before{content:"";position:absolute;right:-28px;top:6px;width:12px;height:12px;background:var(--sky);border-radius:50%;border:3px solid var(--light-bg)}.sl-timeline-item.tl-important::before{background:var(--orange);border-color:#fff;width:14px;height:14px;right:-29px}.sl-timeline-item .tl-date{font-size:12px;color:var(--orange);font-weight:700;margin-bottom:4px}.sl-timeline-item .tl-text{font-size:13.5px;color:var(--text);line-height:2;background:var(--card-bg);padding:12px 16px;border-radius:var(--radius-xs);box-shadow:var(--shadow-sm)}