/* Fix for social links - add clickable cursor */
.header__social-link,
.footer__social-link {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 100 !important;
}

.header__social-link:hover,
.footer__social-link:hover {
    opacity: 0.8 !important;
}

/* Ensure socials wrapper is above everything */
.header__socials,
.socials__wrapper {
    position: relative !important;
    z-index: 100 !important;
}

/* Prevent footer character and clouds from blocking links */
.footer__character,
.footer__clouds-img {
    pointer-events: none !important;
}

/* Ensure footer wrapper doesn't block links */
.footer__wrapper {
    position: relative !important;
}

/* Make sure footer header containing the links is on top */
.footer__header {
    position: relative !important;
    z-index: 100 !important;
}
