.site-custom-footer-0803c0cb {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 20px 30px;
    font-family: inherit;
    border-top: 1px solid #333333;
}

.footer-container-0803c0cb {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-top-0803c0cb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-brand-0803c0cb .footer-logo-0803c0cb {
    max-height: 50px;
    width: auto;
}

.footer-brand-0803c0cb .footer-site-title-0803c0cb {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.footer-navigation-0803c0cb .footer-menu-list-0803c0cb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-navigation-0803c0cb .footer-menu-list-0803c0cb a {
    color: #cccccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

.footer-navigation-0803c0cb .footer-menu-list-0803c0cb a:hover {
    color: #ffffff;
}

.footer-bottom-0803c0cb {
    border-top: 1px solid #2d2d2d;
    padding-top: 25px;
    text-align: center;
}

.footer-copyright-0803c0cb {
    margin: 0;
    font-size: 14px;
    color: #888888;
}

@media (max-width: 768px) {
    .footer-top-0803c0cb {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-navigation-0803c0cb .footer-menu-list-0803c0cb {
        justify-content: center;
        gap: 16px;
    }
}
