/*
 Theme Name:   Divi Child
 Theme URI:    https://app.hfautovox.test
 Description:  Divi Child Theme for HF Autovox
 Author:       HF Autovox
 Author URI:   https://app.hfautovox.test
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child
*/

.cascading-reset-btn {
    background-color: transparent;
    color: #666;
    border: 1px solid #ccc;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.cascading-reset-btn:hover {
    background-color: #f5f5f5;
    color: #333;
    border-color: #999;
}
