/* Footer link styles — complements style.css base footer rules */

.footer-link {
    text-decoration: none;
}

.footer-link i {
    font-size: 0.7em;
}

.contact-item {
    text-decoration: none;
    color: var(--text-gray);
    transition: color 0.3s ease;
}

.contact-item:hover {
    color: var(--primary-color);
}

.contact-item span {
    color: inherit;
}

.social-btn {
    text-decoration: none;
}

@media (max-width: 768px) {
    .footer-section.brand {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .link-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
