.waica-footer {
    background: rgb(210, 49, 42);
    color: #fff;
    width: 100%;
    margin: 0;
    clear: both;
}

.waica-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 62px 24px 0;
}

.waica-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 45px;
}

.waica-footer h3 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #fff;
    margin: 0 0 22px;
}

.waica-footer p,
.waica-footer li,
.waica-footer a {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}

.waica-footer p {
    margin: 0;
}

.waica-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.waica-footer li {
    margin: 0 0 4px;
}

.waica-footer a {
    text-decoration: none;
}

.waica-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.waica-footer-logo {
    margin-bottom: 18px;
}

.waica-footer-logo img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 75px;
    height: auto;
}

.waica-footer-brand-column p {
    max-width: 300px;
}

.waica-footer-bottom {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px max(24px, calc((100vw - 1180px) / 2 + 24px));
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background: #d30e04;
}

.waica-footer-bottom span,
.waica-footer-bottom a {
    color: #fff;
    font-size: 12px;
}


/* Hide the Investment theme footer while our plugin footer exists. */
body:has(.waica-footer) .site-footer,
body:has(.waica-footer) footer.footer {
    display: none !important;
}


/* Tablet */
@media (max-width: 1000px) {
    .waica-footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 40px;
    }
}


/* Mobile */
@media (max-width: 650px) {
    .waica-footer-inner {
        padding: 48px 20px 0;
    }

    .waica-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px 24px;
    }

    .waica-footer-logo img {
        max-width: 190px;
    }

    .waica-footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
}


/* Small mobile */
@media (max-width: 480px) {
    .waica-footer-grid {
        grid-template-columns: 1fr;
    }
}
