/**
 * Oluşturulma: 2026-08-25
 * Son değişiklik: 2026-08-25
 * Oluşturan: Özgür Elibol
 * Amaç: ALAA Lounge sosyal medya ikonlarını kurumsal WhatsApp ve Instagram görselleriyle değiştirmek.
 */

.alaa-social-brand-icon{
    width:36px;
    height:36px;
    display:block;
    object-fit:contain;
    border-radius:10px;
}

footer a.alaa-social-brand-link,
.site-footer a.alaa-social-brand-link,
.v88-footer a.alaa-social-brand-link{
    width:38px;
    height:38px;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    display:inline-grid!important;
    place-items:center;
    overflow:visible;
}

/* Footer içindeki literal sosyal bağlantılar için güvenli fallback. */
footer a[href*="instagram.com"],
.site-footer a[href*="instagram.com"],
.v88-footer a[href*="instagram.com"]{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    padding:0!important;
    font-size:0!important;
    color:transparent!important;
    border:0!important;
    background-color:transparent!important;
    background-image:url("../images/social/instagram.png")!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:36px 36px!important;
    display:inline-block!important;
}

footer a[href*="wa.me"],
footer a[href*="whatsapp.com"],
.site-footer a[href*="wa.me"],
.site-footer a[href*="whatsapp.com"],
.v88-footer a[href*="wa.me"],
.v88-footer a[href*="whatsapp.com"]{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    padding:0!important;
    font-size:0!important;
    color:transparent!important;
    border:0!important;
    background-color:transparent!important;
    background-image:url("../images/social/whatsapp.png")!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:36px 36px!important;
    display:inline-block!important;
}

@media (max-width:767px){
    .alaa-social-brand-icon{width:34px;height:34px}
    footer a[href*="instagram.com"],
    footer a[href*="wa.me"],
    footer a[href*="whatsapp.com"],
    .site-footer a[href*="instagram.com"],
    .site-footer a[href*="wa.me"],
    .site-footer a[href*="whatsapp.com"],
    .v88-footer a[href*="instagram.com"],
    .v88-footer a[href*="wa.me"],
    .v88-footer a[href*="whatsapp.com"]{
        width:36px!important;
        height:36px!important;
        min-width:36px!important;
        background-size:34px 34px!important;
    }
}
