/* Footer Styles - Light Theme */
footer {
    background: var(--bg-tertiary) !important;
    border-top: 1px solid var(--border-subtle);
}

/* Footer text colors */
footer .text-gray-400,
footer .text-gray-500 {
    color: var(--text-muted) !important;
}

footer .text-white {
    color: var(--text-primary) !important;
}

footer a {
    color: var(--text-secondary) !important;
}

footer a:hover {
    color: var(--text-primary) !important;
}

/* Footer SOC Badge */
.footer-soc-badge {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.footer-soc-badge img {
    height: 48px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-soc-badge img:hover {
    opacity: 1;
}
