.faria-2025-theme #new-footer {
    background: var(--plum);
}

.faria-2025-theme #new-footer p strong {
    font-size: 14px;
}

.faria-2025-theme #new-footer p strong,
.faria-2025-theme #new-footer a {
    color: var(--paper);
}

.faria-2025-theme #new-footer a {
    color: var(--secondar);
    transition: .3s;
}

.faria-2025-theme #new-footer a:hover {
    color: var(--pink-400);
}

.faria-2025-theme #new-footer .footer-container-2 {
    background-color: var(--secondary-300A)!important;
}

.faria-2025-theme #new-footer .footer-container-2 a {
    color: var(--paper)!important;
}

.faria-2025-theme #new-footer .footer-row-2 {
    gap: 12px;
    padding-block: 24px!important;
    justify-content: space-between;
}

.faria-2025-theme #new-footer .footer-row-2 .footer-col {
    display: flex;
    width: unset;
    align-items: center;
}

.faria-2025-theme #new-footer .footer-row-2 .footer-col ul {
    margin-top: 0;
        width: 100%;
}

.faria-2025-theme #new-footer .footer-row-2 .footer-col li {
    /* width: 100%!important; */
    text-align: center;
}

@media screen and (min-width:420px) {
    .faria-2025-theme #new-footer .footer-row-2 .footer-col li {
        width: unset!important;
        display: flex;
        gap: 4px;
        align-items: center;
        padding: 6px 12px !important;
    }
    .faria-2025-theme #new-footer .footer-row-2 .footer-col li:not(:last-child) {
        border-right: 1px solid var(--dark-400A);
    }

    .faria-2025-theme #new-footer .footer-row-2 .footer-col ul {
        width: unset;
    }
}

@media screen and (max-width: 980px) {
    .faria-2025-theme #new-footer .footer-row-2 .footer-col {
        justify-content: center;
    }
}