#footer {
    font-size: 15px;
    line-height: 22px;
}

#footer p {
    margin: 0 0 12px 0;
}

#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover,
#footer a:focus {
    color: #fff;
    text-decoration: underline;
}
#footer .cta-arrow::after {
    margin-left: 0;
}
#footer .bottom-row {
    color: var(--c-blue-15);
}
#footer .bottom-row a {
    color: inherit;
}

#footer .social-nav {
    display: inline-flex;
}
#footer .social-nav a {
    content: ' ';
    display: block;
    width: 48px;
    height: 48px;
}
#footer .social-nav a:last-child {
    margin-right: 0;
}
#footer .social-nav .facebook {
    background: transparent url(/public/icons/facebook_icon.svg) no-repeat
        center;
    background-size: 100% auto;
}
#footer .social-nav .twitter {
    background: transparent url(/public/icons/twitter_icon.svg) no-repeat center;
    background-size: 100% auto;
}
#footer .social-nav .linkedin {
    background: transparent url(/public/icons/linkedin_icon.svg) no-repeat
        center;
    background-size: 100% auto;
}
#footer .social-nav .youtube {
    background: transparent url(/public/icons/youtube_icon.svg) no-repeat center;
    background-size: 100% auto;
}
#footer .social-nav .instagram {
    background: transparent
        svg-load('../../Images/svg/Brands/instagram_icon.svg', fill=#FFF)
        no-repeat center;
    background-size: 100% auto;
}

#footer-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#footer hr,
#footer .accordion {
    border-color: rgba(255, 255, 255, 0.1);
}

#footer .accordion svg {
    width: 24px;
    height: auto;
}

@media (min-width: 1024px) {
    #footer {
        font-size: 16px;
        line-height: 22px;
    }
    #footer .accordion svg {
        display: none;
    }
    #footer .accordion summary {
        pointer-events: none;
    }

    #footer-nav {
        flex-direction: row;
        gap: 40px;
    }
}
