/* The supplied YouTube PNG has transparent padding around its red disc. Keep
   the shared 27px icon box, but crop that padding so its visible mark matches
   Facebook, Page and TikTok everywhere. */
.platform-icon-link:has(img[alt="YouTube"]),#accounts .source-identity:has(img[alt="YouTube"]){overflow:hidden;border-radius:50%}
.platform-icon-link img[alt="YouTube"],#accounts .source-identity img[alt="YouTube"]{transform:scale(1.45);transform-origin:center}
