/*!
Theme Name: Care Home Search
Theme URI: https://sierra.host/
Author: Sierra Host
Author URI: https://sierra.host/
Description: Child theme for Hello Elementor
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

/* ACF True/False Field Styling */
.acf-true-false-checkbox {
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.2em;
}

.acf-true-false-mdash {
    color: #999;
    font-size: 1.2em;
}

.reset-button {
    margin-left: 10px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.reset-button:hover {
    background: #e0e0e0;
    color: #111;
}

button.chl-favorite-btn {
    background: none !important;
    color: var(--e-global-color-primary) !important;
    padding: 10px 34px !important;
}

button.chl-favorite-btn.on {
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
}