/* Footer social media icons start */
.d-flex.gap-3.mt-3 {
    align-items: center;
}

.d-flex.gap-3.mt-3 a {
    display: flex;
    align-items: left;
}

.d-flex.gap-3.mt-3 i,
.d-flex.gap-3.mt-3 svg {
    display: flex;
    align-items: left;
}

#youtube-link,
#youtube-link i {
    color: #ff0000 !important;
}

#instagram-link,
#instagram-link i {
    color: #c32aa3 !important;
}

#facebook-link,
#facebook-link i {
    color: #1877f2 !important;
}

#tiktok-link {
    color: #010101;
}

#tiktok-link svg,
#tiktok-link svg path {
    fill: currentColor;
}

body.high-contrast #tiktok-link {
    color: #ffff00 !important;
}

body.high-contrast #tiktok-link svg,
body.high-contrast #tiktok-link svg path {
    fill: #ffff00 !important;
}

#spotify-link {
    color: #1db954;
}

#spotify-link svg,
#spotify-link svg path {
    fill: currentColor;
}

body.high-contrast #spotify-link {
    color: #1db954 !important;
}

body.high-contrast #spotify-link svg,
body.high-contrast #spotify-link svg path {
    fill: #1db954 !important;
}

/* Footer social media icons end */