/* X brand — SVG mask (FA 6.4+ glyph not in admin FA5 / FA 6.1 bundles) */
.icon-x-social {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.floating-social-btn .icon-x-social,
.site-social-link .icon-x-social {
    width: 1.1em;
    height: 1.1em;
}

.site-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.site-social-links--inline {
    margin-top: 1rem;
}

.site-social-links--footer {
    margin-top: 0;
    justify-content: center;
    gap: 0.75rem;
}

.site-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.site-social-link:hover {
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.contact-info-section .site-social-links--inline {
    justify-content: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.contact-info-section .site-social-link {
    background: #0d6e4f;
    color: #fff;
}

.contact-info-section .site-social-link:hover {
    background: #0a5a40;
}

.floating-social-bar {
    position: fixed;
    right: 1rem;
    bottom: 5.5rem;
    z-index: 1040;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.floating-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-social-btn:hover {
    transform: scale(1.06);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.social--whatsapp { background: #25d366; }
.social--facebook { background: #1877f2; }
.social--instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social--youtube { background: #ff0000; }
.social--tiktok { background: #010101; }
.social--x { background: #000; }
.social--linkedin { background: #0a66c2; }
.social--custom { background: #495057; }

.social-icon-image,
.custom-social-icon-preview {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

.floating-social-btn .social-icon-image {
    width: 1.5rem;
    height: 1.5rem;
}

.site-social-link .social-icon-image {
    width: 1.35rem;
    height: 1.35rem;
}

.custom-social-link-row {
    background: #f8f9fa;
}

.social-link-row {
    margin-bottom: 1.25rem;
}

@media (max-width: 575.98px) {
    .floating-social-bar {
        right: 0.65rem;
        bottom: 4.75rem;
    }

    .floating-social-btn {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 0.95rem;
    }
}
