@charset "UTF-8";
/* CSS Document */

/* --- Social Icons Styles (FINAL WORKING VERSION) --- */

ul.wg-socials-container {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    display: flex;
    gap: 10px; 
    line-height: 1 !important;
}

ul.wg-socials-container li.wg-social-icon-list-item {
    display: flex !important;
    margin: 0 !important;
    position: relative; 
}

.wg-socials-container li a.wg-social-icon-30px {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important; 
    text-align: center !important; 
    /* The link element is transparent; the image provides the background. */
    background-color: transparent !important; 
    border-radius: 5px !important; 
    position: relative !important;
    text-decoration: none !important;
}

.wg-socials-container li a.wg-social-icon-30px::before {
    content: "" !important; 
    font-family: 'none' !important; 
    font-size: 0 !important; 
    color: transparent !important; 
    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
    /* Forces the image (including its red background) to fill the 30x30 container */
    background-size: 100% 100% !important; 
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block !important; 
}

/* Individual Image Paths (Directory-Relative) */
.wg-socials-container li a.et-social-facebook::before {
    background-image: url('images/facebook-logo-white-on-red.png') !important; 
}

.wg-socials-container li a.et-social-instagram::before {
    background-image: url('images/instagram-logo-white-on-red.png') !important;
}

.wg-socials-container li a.et-social-twitter::before { 
    background-image: url('images/x-logo-white-on-red.png') !important; 
}

.wg-socials-container li a.et-social-youtube::before {
    background-image: url('images/youtube-logo-white-on-red.png') !important; 
}

.wg-socials-container li a.et-social-tiktok::before {
    background-image: url('images/tiktok-logo-white-on-red.png') !important; 
}

.wg-socials-container li a.et-social-bluesky::before {
    background-image: url('images/bluesky-logo-white-on-red.png') !important; 
}

.wg-socials-container li a.et-social-threads::before {
    background-image: url('images/threads-logo-white-on-red.png') !important; 
}
