.mobile-contact {
    padding: 0.5rem 0.75rem 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 0.25rem;
    background: #f9fafb;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.mobile-contact h6 {
    padding: 0.5rem 1rem 0.25rem;
    color: #6b7280;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.25rem;
}

.mobile-contact a {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    color: #4b5563;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 0.9rem;
    border-radius: 6px;
    margin: 0.15rem 0;
}

.mobile-contact a:hover {
    background: rgba(0, 0, 0, 0.03);
    color: #1e40af;
}

.mobile-contact a i {
    margin-right: 10px;
    font-size: 1.1em;
    width: 20px;
    text-align: center;
    color: #6b7280;
}

/* Social link styles have been moved to _social-links.css for better organization */

/* Hide on desktop */
@media (min-width: 768px) {
    .mobile-contact {
        display: none;
    }
}
