/**
 * لوفال انرژی - Frontend Styles
 * 
 * @package Lophal_Energy_Plugin
 * @author MidasMoradi
 * @since 1.0.0
 */

.lophal-contact-info {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

.lophal-contact-info p {
    margin: 10px 0;
    line-height: 1.8;
}

.lophal-contact-info strong {
    color: #333;
    margin-left: 10px;
}

.lophal-contact-info a {
    color: #4CAF50;
    text-decoration: none;
    transition: color 0.3s;
}

.lophal-contact-info a:hover {
    color: #45a049;
    text-decoration: underline;
}

