.social-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.social,.comment{border:1px solid var(--line);border-radius:.7rem;background:#141620bf;padding:.85rem}.social small{display:block;color:var(--soft);margin-bottom:.25rem}.social strong{font-size:1.15rem}.subhead{margin:1.2rem 0 .75rem;font-size:1.05rem}.comment-list{display:grid;gap:.75rem}.comment strong{margin-right:.7rem}.comment span{color:var(--soft);font-size:.86rem}.comment p{margin:.5rem 0 0;color:var(--muted);line-height:1.55}@media(max-width:980px){.social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.social-grid{grid-template-columns:1fr}}
