/* Footer Mobile Location Fix */

.footer-location {
    line-height: 1.4 !important;
    margin-bottom: 10px;
}

.footer-location br {
    display: block;
    margin: 4px 0;
    content: "";
}

.footer-location a {
    color: inherit !important;
    text-decoration: none !important;
}

.footer-location a:hover {
    text-decoration: underline !important;
}

/* Email section fix */
.footer-mobile-fix p {
    line-height: 1.4 !important;
    margin-bottom: 10px;
}

.footer-mobile-fix p a {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
}

.footer-mobile-fix p a:hover {
    text-decoration: underline !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .footer-location,
    .footer-mobile-fix p {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 12px;
    }
    
    .footer-location br {
        margin: 6px 0;
    }
    
    .footer-widget-items .contact-list .content p {
        margin-bottom: 8px;
    }
    
    .footer-widget-items .contact-list .content h5 {
        font-size: 14px !important;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .footer-location,
    .footer-mobile-fix p {
        font-size: 12px !important;
        line-height: 1.6 !important;
    }
    
    .footer-location br {
        margin: 8px 0;
    }
    
    .footer-widget-items .contact-list .content h5 {
        font-size: 13px !important;
    }
    
    .footer-widget-items .contact-list .content p {
        font-size: 12px !important;
    }
}
