.social-media--list{align-items:center;gap:var(--social-media-list-gap,.75rem 2rem);flex-wrap:wrap;display:flex;margin-top:10px}.social-media--list svg{width:var(--social-media-icon-size,1.2rem)}.social-media--block{grid-template-columns:repeat(auto-fit,minmax(0,.33fr));gap:1px;display:grid}.social-media--block:has(:nth-child(4)){grid-template-columns:repeat(auto-fit,minmax(0,.25fr))}.social-media--block .social-media__item{width:100%;outline:1px solid rgba(var(--border-color),1);z-index:0;transition:background .15s,color .15s,outline .15s,z-index .15s}.social-media--block a{padding-block:.625rem;display:block}.social-media--block svg{margin-inline:auto}@media screen and (pointer:fine){.social-media--block .social-media__item:hover{background:rgba(var(--branding-background),1);outline-color:rgba(var(--branding-background),1);color:rgba(var(--branding-color),1);z-index:1}}@media not screen and (pointer:fine){.social-media--block .social-media__item{background:rgba(var(--branding-background),1);outline-color:rgba(var(--branding-background),1);color:rgba(var(--branding-color),1)}}@media screen and (min-width:700px){.social-media--list{margin-bottom:30px}.social-media--block{grid-template-columns:repeat(auto-fit,minmax(0,3.75rem))}}