/* Contact Social widget — scoped rules.
 *
 * Reproduces the inline styles from the prototype "Follow & Connect"
 * section so the widget matches visually with zero customisation:
 *   - icon <div>  → font-size:2rem; margin-bottom:var(--space-3);
 *   - card anchor → text-align:center; text-decoration:none; color:inherit;
 *   - grid        → max-width:700px; margin-inline:auto;
 *
 * All typography, card chrome, grid columns and entrance animations come
 * from theme.css — this file only covers what the prototype had inline.
 */

.mnny-contact-social .grid {
    max-width: 700px;
    margin-inline: auto;
}

.mnny-contact-social__card,
.mnny-contact-social__card:hover,
.mnny-contact-social__card:focus-visible {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.mnny-contact-social__icon {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: var(--space-3);
}
