/* Start custom CSS for case27-explore-widget, class: .elementor-element-08xex4q *//* Style the button text inside */
.lf-head.level-normal .lf-head-btn {
    background: #F54927;
    color: #ffff;
    font-weight: bold;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* Hover effect */
.lf-head.level-normal .lf-head-btn:hover {
    background: #ee0979;
    color: #fff;
}/* End custom CSS */