/* Footer Styles - Applied to all pages - Must load after Bootstrap */
footer.footer,
.footer {
    background: #1A1A1C !important;
    padding: 2rem !important;
    margin-top: 3rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.9) !important;
    border: none !important;
    box-shadow: none !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box !important;
    clear: both !important;
}

footer.footer .footer-content,
.footer-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

footer.footer .footer-links,
.footer-links {
    display: flex !important;
    gap: 1.5rem !important;
    justify-content: center !important;
    margin-bottom: 1rem !important;
    flex-wrap: wrap !important;
}

footer.footer .footer-links a,
.footer-links a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    transition: color 0.2s !important;
}

footer.footer .footer-links a:hover,
.footer-links a:hover {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
}

footer.footer .footer-content .footer-powered,
footer .footer-content .footer-powered,
footer.footer .footer-powered,
.footer-content .footer-powered,
.footer-powered {
    font-size: 0.8rem !important;
    color: #484848 !important;
    margin-top: 0.5rem !important;
    font-family: monospace !important;
}

footer.footer .footer-content .footer-powered *,
footer .footer-content .footer-powered *,
footer.footer .footer-powered *,
footer .footer-powered *,
.footer-content .footer-powered *,
.footer-powered * {
    color: #484848 !important;
}

footer.footer .footer-content .footer-powered a,
footer .footer-content .footer-powered a,
footer.footer .footer-powered a,
footer .footer-powered a,
.footer-content .footer-powered a,
.footer-powered a {
    color: #484848 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}



.footer-version {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
    font-family: monospace;
}

