/* "More live counters": the block the server adds under every counter page
   (section.creator-spotlight.more-tools with an h2, then two h3 subheadings, each over a list of
   links). Each page family styles the section and the link chips itself; this only evens out the
   h3s, which some templates left at the browser default size with no room around them. The
   colour is inherited, so it works on light and dark pages alike.
   Everything sits inside :where(), so these rules have zero specificity: they only win over the
   browser defaults, and any family that styles its own h3 (Facebook, TikTok, Twitch, FiveM,
   Roblox, Instagram) keeps its look. */
:where(.creator-spotlight.more-tools h3) { font-size: 15px; font-weight: 600; line-height: 1.35; letter-spacing: normal; text-transform: none; margin: 20px 0 10px; padding: 0; }
:where(.creator-spotlight.more-tools h3 + .creator-links) { margin-top: 0; }
