/**
 * Footer social icons — shared with Crelife Design (frontend.css).
 * Loaded on Olivier Coffee after style.css to override global link styles.
 */
.footer-social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

a.footer-social-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
    min-height: 42px;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1.05rem;
    line-height: 1;
    transition: transform 0.2s ease, opacity 0.2s ease;
    box-sizing: border-box;
}

a.footer-social-icon:hover,
a.footer-social-icon:focus,
a.footer-social-icon:active {
    transform: translateY(-2px);
    opacity: 0.92;
    color: #fff !important;
    text-decoration: none !important;
}

a.footer-social-icon i,
a.footer-social-icon .footer-social-zalo {
    color: #fff !important;
    font-size: 1.05rem;
    line-height: 1;
    pointer-events: none;
}

.footer-social-zalo {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
}

.footer-social-icon--youtube { background: #ff0000 !important; }
.footer-social-icon--pinterest { background: #bd081c !important; }
.footer-social-icon--instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important; }
.footer-social-icon--facebook { background: #1877f2 !important; }
.footer-social-icon--tiktok { background: #010101 !important; }
.footer-social-icon--zalo { background: #0068ff !important; }
.footer-social-icon--twitter { background: #000 !important; }
.footer-social-icon--linkedin { background: #0a66c2 !important; }
.footer-social-icon--default { background: #475569 !important; }

footer.ftco-section .footer-social-col {
    margin-top: 1.75rem;
}

footer.ftco-section .footer-social-col .ftco-heading-2 {
    margin-bottom: 1rem;
}

footer.ftco-section .footer-media-col {
    margin-top: 1.75rem;
}

footer.ftco-section .footer-media-col .ftco-heading-2 {
    margin-bottom: 1rem;
}

.footer-media-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

a.footer-media-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1.2rem;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
}

a.footer-media-button:hover,
a.footer-media-button:focus,
a.footer-media-button:active {
    transform: scale(1.08);
    color: #fff !important;
    text-decoration: none !important;
}

a.footer-media-button i {
    color: #fff !important;
    pointer-events: none;
}

.footer-media-zalo-img {
    width: 22px;
    height: 22px;
    display: block;
    pointer-events: none;
}

.footer-media-button--whatsapp { background: #25d366 !important; }
.footer-media-button--whatsapp:hover { background: #128c7e !important; }
.footer-media-button--messenger { background: #0084ff !important; }
.footer-media-button--messenger:hover { background: #005ecb !important; }
.footer-media-button--zalo { background: #0180c7 !important; }
.footer-media-button--zalo:hover { background: #005fa3 !important; }
.footer-media-button--phone { background: #dc3545 !important; }
.footer-media-button--phone:hover { background: #a71d2a !important; }
.footer-media-button--book { background: #c49b63 !important; }
.footer-media-button--book:hover { background: #a67c52 !important; }
.footer-media-button--default { background: #475569 !important; }

@media (max-width: 767.98px) {
    .footer-social-icons {
        gap: 0.5rem;
    }

    a.footer-social-icon {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px;
        min-height: 38px;
        font-size: 0.95rem;
    }

    a.footer-social-icon i {
        font-size: 0.95rem;
    }
}
