
/* ----------------- FOOTER ----------------- */




.csprp-footer-logo-svg{
    display: block;
    width: 25rem;
    margin-bottom: 1rem;
    transition: width 200ms ease-in-out;
}


.csprp-footer-flex{
    display: flex;
    justify-content: space-between;
    padding-block: 2rem;
    gap: 2rem;
}


.csprp-footer-content{
    display: flex;
    gap: 3rem;
}


.csprp-footer-col-social{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    flex-wrap: wrap;
}

/* responsive  */

@media (max-width: 1080px) {
    .csprp-footer-logo-svg{
        width: 20rem;
    }
}
@media (max-width: 960px) {
    .csprp-footer-content{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .csprp-footer-social{
        grid-column: 1/3;
    }
    .csprp-footer-col-social{
        flex-direction: row;
        gap: 1rem;
    }
}
@media (max-width: 840px) {
    .csprp-footer-logo-svg{
        width: 100%;
    }
}
@media (max-width: 640px) {
    .csprp-footer-flex{
        flex-direction: column;
        gap: 1rem;
    }
    .csprp-footer-logo-svg{
        width: 15rem;
    }

}



/* links */

.csprp-footer-col-links{
    margin-block: 1rem;
}
.csprp-footer-col ul,
.csprp-footer-col li{
    padding: 0;
    margin: 0;
    font-size: 1rem;
    list-style: none;
}

.csprp-footer-col li{
    margin-block: 0.25em;
}

.csprp-footer-col ul li a{
    color: white; 
}


.csprp-footer a:focus-visible{
    color: black;
}


/* base */
.csprp-footer-base{
    display: block;
    padding-bottom: 2rem;
}

.csprp-footer-base .csprp-alert{
    margin-top: 0;
}

.csprp-footer-base .csprp-alert .csprp-layout-row-50-50{
    align-items: center;
    width: 100%;
}

.csprp-footer-base .csprp-alert ul{
    font-size: 1rem;
    line-height: unset;
    list-style: none;
    margin-block: 0;
    padding: 0;
}

.csprp-footer-base .csprp-alert ul li{
    margin-block: 0.75em;
}

.csprp-footer-base .csprp-alert ul li:first-child{
    margin-top: 0;
}
.csprp-footer-base .csprp-alert ul li:last-child{
    margin-bottom: 0;
}

.csprp-footer-base .csprp-alert ul li a{
    font-weight: 700;
}