.wc-tgs { --gap: 1rem; --muted: #6b7280; }
.wc-tgs .wc-tgs-section { margin: 0; }
.wc-tgs h2 { margin: .2rem 0 1rem; font-size: 1.5rem!important; }
.wc-tgs .wc-tgs-alpha { display:flex; flex-wrap:wrap; gap:.35rem; margin-bottom:1rem; }
.wc-tgs .wc-tgs-alpha a,
.wc-tgs .wc-tgs-alpha span {
  display:inline-flex; align-items:center; justify-content:center;
  width:2rem; height:2rem; border:1px solid #e5e7eb; border-radius:.375rem;
  text-decoration:none; font-weight:600; font-size:.9rem;
}
.wc-tgs .wc-tgs-alpha span { opacity:.35; color:var(--muted); border-style:dashed; }
.wc-tgs .wc-tgs-group { margin:1.25rem 0; }
.wc-tgs .wc-tgs-letter { font-size: 1rem!important; scroll-margin-top:80px; margin-bottom:.5rem; color:#111827; }
.wc-tgs .wc-tgs-list { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:.6rem; }
.wc-tgs .wc-tgs-item a { font-size: .8rem; text-decoration:none; }
.wc-tgs .wc-tgs-item a:hover { text-decoration:underline; }
.wc-tgs .wc-tgs-muted { font-size: .8rem; color:var(--muted); font-style:italic; }
