.site-footer-minimal {
    background: #0f0f0f;
    border-top: 1px solid #1f1f1f;
    color: #9a9a9a;
    font-size: 13px;
}

.footer-minimal-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 40px;
}

/* Logo */
.footer-logo {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.3px;
}

.footer-logo:hover {
    color: #ffffff;
}

/* =========================
   FOOTER LOGO (WP)
========================= */

.footer-brand {
    display: flex;
    align-items: center;
}

.footer-custom-logo {
    max-height: 46px;
    width: auto;
    height: auto;
    display: block;
}

.footer-logo .custom-logo {
    max-height: 26px;
}


@media (max-width: 480px) {
    .footer-logo .custom-logo {
        max-height: 24px;
    }
}

/* Fallback text */
.footer-logo-text {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.2px;
    text-decoration: none;
}

/* Legal */
.footer-legal {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.footer-legal-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-legal-links a {
    color: #9a9a9a;
    text-decoration: none;
}

.footer-legal-links a:hover {
    color: #ffffff;
}

/* Social */
.footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #1f1f1f;
    color: #b0b0b0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-icons a:hover {
    background: #0066a1;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
    .footer-minimal-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand,
    .footer-legal,
    .footer-social {
        justify-content: center;
    }
}

.footer-minimal-container {
    align-items: center;
}

/* Slightly reduce overall height */
.site-footer-minimal {
    padding: 0;
}

/* Legal text refinement */
.footer-legal span {
    font-size: 13px;
    color: #a0a0a0;
    white-space: nowrap;
}

/* Improve legal link spacing */
.footer-legal-links a {
    font-size: 13px;
    padding: 2px 0;
}

/* Follow us refinement */
.footer-social span {
    font-size: 13px;
    color: #a0a0a0;
}

.site-footer-minimal {
    min-height: 64px;
    display: flex;
    align-items: center;
}

.footer-logo {
    font-size: 17px;
    font-weight: 600;
}
