
/*
 Theme Name: GeneratePress Child
 Theme URI: https://zerolt.com
 Description: Custom child theme for GeneratePress
 Author: Zerolt
 Author URI: https://zerolt.com
 Template: generatepress
 Version: 1.0
*/

.accordion-body ul {
    list-style: none;
    padding-left: 0;
}

.accordion-body ul li {
    position: relative !important;
    padding-left: 25px;
    margin-bottom: 10px;
}

.accordion-body ul li::before {
    content: "➜" !important
    ;
    position: absolute !important;
    left: 0;
    color: #fff !important; 
    font-weight: 300 !important;
}

.alert.alert-success.alert-dismissable {
background: #DDF160 !important;
}