footer {
    background-color: var(--primary-color) !important;
}

.footer-column p {
    font-size: 0.85rem;
    line-height: 1.5;
}

.footer-bottom p {
    margin: 5px 0;
}

footer a {
    color: white;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-column {
        margin: 10px 0;
    }
}