.sgr-topic-hub .toplist-link{gap:6px}
.sgr-topic-hub .toplist-link li{background:var(--secondary);border:1px solid var(--secondary);border-radius:50px;font-weight:400;margin:0 4px 3px 0}
.sgr-topic-hub .toplist-link .nav-link{color:#fff;padding:6px 13px}
.sgr-topic-section{padding:0 0 42px;margin-bottom:42px;border-bottom:1px solid #e8edf2}
.sgr-topic-section:last-child{border-bottom:0;margin-bottom:0}
.sgr-topic-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px}
.sgr-topic-heading h2{margin:0;font-size:27px;line-height:1.3;font-weight:700;color:#18263d}
.sgr-topic-kicker{display:block;margin-bottom:5px;color:var(--secondary);font-size:11px;font-weight:700;letter-spacing:.08em}
.sgr-topic-count{font-size:12px;color:#8591a0;white-space:nowrap}
.sgr-topic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.sgr-topic-card{overflow:hidden;border:1px solid #e4e9ee;border-radius:10px;background:#fff;transition:.2s}
.sgr-topic-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(25,48,75,.08)}
.sgr-topic-thumb{display:block;height:155px;overflow:hidden;background:#f1f4f7}
.sgr-topic-thumb img{width:100%;height:100%;object-fit:cover}
.sgr-topic-no-thumb{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#aab3bd;font-size:28px}
.sgr-topic-card-body{padding:13px}
.sgr-topic-type,.sgr-topic-post-item .cat{display:block;margin-bottom:5px;color:var(--secondary);font-size:10px;font-weight:700;text-transform:uppercase}
.sgr-topic-card h3{font-size:15px;line-height:1.45;margin:0 0 8px;font-weight:700}
.sgr-topic-card h3 a,.sgr-topic-post-item h3 a{color:#18263d;text-decoration:none}
.sgr-topic-card h3 a:hover,.sgr-topic-post-item h3 a:hover{color:var(--secondary)}
.sgr-topic-card-meta,.sgr-topic-post-item time{font-size:10px;color:#8d98a6}
.sgr-topic-post-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 22px}
.sgr-topic-post-item{display:grid;grid-template-columns:120px 1fr;gap:13px;padding:10px;border:1px solid #e7ebef;border-radius:9px;background:#fff}
.sgr-topic-post-item .thumb{display:block;height:92px;overflow:hidden;border-radius:6px;background:#f1f4f7}
.sgr-topic-post-item .thumb img{width:100%;height:100%;object-fit:cover}
.sgr-topic-post-item h3{font-size:15px;line-height:1.4;margin:0 0 5px;font-weight:700}
.sgr-topic-post-item p{font-size:12px;line-height:1.5;color:#6e7987;margin:0 0 5px}
@media(max-width:991px){.sgr-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sgr-topic-post-list{grid-template-columns:1fr}}
@media(max-width:575px){.sgr-topic-section{padding-bottom:30px;margin-bottom:30px}.sgr-topic-heading h2{font-size:22px}.sgr-topic-count{display:none}.sgr-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sgr-topic-thumb{height:115px}.sgr-topic-card-body{padding:10px}.sgr-topic-card h3{font-size:13px}.sgr-topic-post-item{grid-template-columns:96px 1fr;gap:10px}.sgr-topic-post-item .thumb{height:78px}.sgr-topic-post-item p{display:none}.sgr-topic-post-item h3{font-size:13px}}
