/*
 Theme Name:   Woostify Child
 Theme URI:    http:sufiyacreation.com
 Description:  Woostify Child Theme
 Author:       Abdul Jalil Mulla 
 Author URI:   http://7adigitalsolution.com
 Template:     woostify
 Version:      1.0.0
 Text Domain:  woostify-child
*/
/* Additional styles can go here */
.sufiya-usps {
    background: #F5F5F5; /* Pearl White */
    padding: 15px;
    margin: 10px 0;
    border-left: 4px solid #800080; /* Royal Purple */
}
.usp {
    color: #000000; /* Jet Black */
    font-size: 14px;
}
.usp::before {
    color: #FFD700; /* Gold */
    margin-right: 5px;
}
.sufiya-usps:hover {
    background: #2ECC71; /* Emerald Green */
    color: #F5F5F5; /* Pearl White */
}
