/* ==========================================================================
   Footer Component
   ========================================================================== */

.mp-footer__link:hover {
    color: var(--mp-primary-500) !important;
}

.mp-footer__social-link:hover {
    background-color: var(--mp-primary-50) !important;
    color: var(--mp-primary-600) !important;
    transform: translateY(-2px);
}
