/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* 1. Target the main V2 Filter Bar container */
.tribe-events-v2 .tribe-events-header__filters-container {
    background-color: #f1f1f1 !important; /* Change this to your color */
    border: 1px solid #ccc !important;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* 2. Target the 'Filters' toggle button text/icon */
.tribe-events-v2 .tribe-events-filters-content-header__toggle {
    color: #0073aa !important;
    font-weight: bold !important;
}

/* 3. Style the actual filter labels (e.g., 'Event Category') */
.tribe-events-v2 .tribe-events-filters-content-filter__label {
    font-size: 16px !important;
    color: #333 !important;
}

/* 4. Style the 'Clear All' link */
.tribe-events-v2 .tribe-events-filters-content-header__reset {
    color: red !important;
}