/* Green Gini Booking Wizard Styles */
.gg-portal-root {
    box-sizing: border-box;
}

.gg-portal-root * {
    box-sizing: border-box;
}

.gg-wizard-pill-btn:hover {
    border-color: rgba(17, 193, 157, 0.4) !important;
}

.gg-wizard-pill-btn.active {
    border-color: #11C19D !important;
    background: rgba(17, 193, 157, 0.1) !important;
    color: #11C19D !important;
}

.gg-wizard-pill-btn.active .gg-pill-radio {
    border-color: #11C19D !important;
}

.gg-wizard-pill-btn.active .gg-pill-dot {
    display: block !important;
}

/* Range input styling */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #11C19D;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(17, 193, 157, 0.5);
    border: 2px solid #FFFFFF;
}

input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #11C19D;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(17, 193, 157, 0.5);
    border: 2px solid #FFFFFF;
}
