.article-social-share{margin-top:2rem;margin-bottom:2rem}.social-share-prompt{margin-bottom:1.5rem;text-align:center}.social-cards-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:stretch}.social-card{display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:.5rem;padding:1rem;background-color:var(--z-theme-background-color-fade);border:1px dotted var(--z-theme-color);border-radius:2px;text-decoration:none;color:var(--z-theme-color);min-width:140px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.social-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:var(--z-theme-background-color-fade);background-color:var(--z-theme-color)}.social-icon{height:2.5rem;width:2.5rem;object-fit:contain;filter:grayscale(100%)}.social-name{font-weight:500;font-size:.95rem;text-align:center}@media(max-width:600px){.social-cards-container{flex-direction:column;align-items:stretch}.social-card{flex-direction:row;justify-content:center;gap:1rem;min-width:auto}.social-icon{height:2rem;width:2rem}}.grayscale img{filter:grayscale(100%)}