/* Footer Styles */

footer.border-top {
    background-color: #000 !important;
    border-color: #222 !important;
    color: #fff;
}

footer.border-top .footer-static-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 1.25rem;
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem !important;
}

footer.border-top .footer-static-links .list-inline-item {
    display: inline-block;
    margin: 0 !important;
}

.footer-link {
    color: #ffffff !important;
    text-decoration: none;
    opacity: 0.85;
    font-size: 0.875rem;
    line-height: 1.4;
}

.footer-link:hover {
    opacity: 1;
    color: #ffffff !important;
    text-decoration: underline;
}

.footer-copyright {
    opacity: 0.5;
}

.footer-info {
    font-size: 12px;
    opacity: 0.6;
    color: rgba(255, 255, 255, 0.85);
}

.footer-info-sep {
    margin: 0 0.35em;
}

/* Language switcher in footer (solo mobile) */
.footer-language-switcher-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-language-switcher-mobile .language-switcher-buttons {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.footer-language-switcher-mobile .language-btn {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background-color 0.2s, border-color 0.2s;
}.footer-language-switcher-mobile .language-btn:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.footer-language-switcher-mobile .language-btn.bg-blue-600 {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.5);
}.footer-language-switcher-mobile .language-btn .flag-icon {
    margin-right: 0.25rem;
}