.social-links {
    margin-top: 0.75rem;
    text-align: center;
}

.social-links a {
    display: inline-block;
    margin: 0 0.75rem;
    color: inherit;
    transition: transform 0.2s ease, opacity 0.2s ease;
    will-change: transform;
}

.social-links a:hover,
.social-links a:active {
    transform: scale(1.15);
    opacity: 0.8;
}

.social-links i {
    font-size: 2rem;      /* Adjust this to resize all icons at once */
    vertical-align: middle;
}

/* Optional: smaller icons on narrow screens */
@media (max-width: 600px) {
    .social-links i {
        font-size: 1.5rem;
    }
}

/* Inline SVGs — match the Font Awesome icons */
.social-links svg {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    fill: currentColor;   /* takes on the link color */
}

/* Raster images (PNG/JPG/WebP) */
.social-icon-img {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    object-fit: contain;
}
