/*
 Theme Name:   AL-MHAF Child
 Theme URI:    https://www.al-mhaf.com
 Description:  AL-MHAF Fragrance Child Theme
 Author:       Abdul Jalil Mulla 
 Author URI:   https://7adigitalsolution.com
 Template:     woostify
 Version:      1.0.0
 Text Domain:  almhaf-child
*/
/* Additional styles can go here */
.almhaf-usps {
    background: #EFE1C6; /* Warm Beige */
    padding: 15px;
    margin: 10px 0;
    border-left: 4px solid #C8AE7D; /* Gold */
    font-family: 'Lato', sans-serif;
}
.usp {
    color: #2B2B2B; /* Rich Charcoal */
    font-size: 14px;
    margin-bottom: 5px;
}
.usp::before {
    content: '✨'; /* Sparkle icon for luxurious feel */
    color: #C8AE7D; /* Gold */
    margin-right: 5px;
}
.almhaf-usps:hover {
    background: linear-gradient(45deg, #C8AE7D, #EFE1C6); /* Gold to Warm Beige */
    color: #2B2B2B; /* Rich Charcoal */
}