
.sgs-more{max-width:1400px;margin:44px auto 0;padding:0 20px;font-family:system-ui,Arial,sans-serif;}
.sgs-more h3{color:#fff;font-size:1.05em;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;
padding-bottom:10px;border-bottom:1px solid #1e1e1e;font-weight:700;}
.sgs-more-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;}
.sgs-more-card{display:block;text-decoration:none;border-radius:12px;overflow:hidden;background:#111;
border:1px solid #1e1e1e;transition:transform .25s,border-color .25s,box-shadow .25s;}
.sgs-more-card:hover{transform:translateY(-4px);border-color:rgba(236,28,36,.5);box-shadow:0 14px 30px rgba(0,0,0,.55);}
.sgs-more-card .sgs-more-img{position:relative;height:104px;overflow:hidden;background:#000;line-height:0;display:block;}
.sgs-more-card img{width:100%;height:100%;object-fit:cover;display:block;opacity:.85;transition:.35s;}
.sgs-more-card:hover img{opacity:1;transform:scale(1.05);}
.sgs-more-card .sgs-more-img::after{content:"";position:absolute;inset:0;
background:linear-gradient(to top,#111 2%,transparent 65%);}
.sgs-more-card b{display:block;padding:10px 12px 4px;color:#fff;font-size:.92em;line-height:1.3;}
.sgs-more-card span{display:block;padding:0 12px 12px;color:#8a8a8a;font-size:.76em;letter-spacing:.4px;text-transform:uppercase;}
@media (max-width:520px){.sgs-more-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;}
.sgs-more-card .sgs-more-img{height:84px;}}
