.kd-credit-voucher-form a,
.kd-credit-voucher-form p,
.kd-credit-voucher-form span {
	color: black !important;
}

.kd-credit-voucher-form label {
	text-align: left;
	color: #3a3232 !important;
	font-family: "Gotham", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 15px;
}

.kd-credit-voucher-form div {
	margin-bottom: 20px;
}

.kd-credit-voucher-form div input:not([type="radio"]) {
	width: 100% !important;
	height: 40px !important;
	border-radius: 5px !important;
	border: 1px solid #3a3232 !important;
	padding: 0 10px !important;
}

.kd-credit-voucher-form .radio-wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
}

.kd-credit-voucher-form .radio-wrapper .radio-container {
	display: flex;
	align-items: center;
	gap: 20px;
}

.kd-credit-voucher-form .radio-wrapper .radio-container input {
	width: 30px;
	height: 30px;
}

.credit-voucher-btn{
    background-color: #EA8C69 !important;
    font-family: "Gotham", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 10px 21px 10px 21px !important;
	color: white !important;
}
  
.credit-voucher-btn:hover{
	background-color: #b2c7be !important;
	color: white !important;
}



.event-info-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.event-info-row > div {
    flex: 1;
    min-width: 200px;
}

.range-wrapper {
    margin-bottom: 20px;
}

.range-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.kd-credit-voucher-form div .range-controls input[type="range"] {
    -webkit-appearance: none;
    max-width: 700px !important;
    height: 12px; /* affects the track height */
    background: transparent;
    cursor: pointer;
    margin: 0 5px;
	border : none !important;
}

.range-controls input[type="range"]::-webkit-slider-runnable-track {
    height: 12px;
    background: #ccc;
    border-radius: 6px;
}

.range-controls input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #007bff;
    border-radius: 50%;
    margin-top: -4px; /* center the thumb in the track */
    cursor: pointer;
}

.range-controls input[type="range"]::-moz-range-track {
    height: 12px;
    background: #ccc;
    border-radius: 6px;
}

.range-controls input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
}

.range-btn {
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border: 1px solid #3a3232;
    background: white;
    color: #3a3232;
    border-radius: 5px;
    cursor: pointer;
}

.range-btn:hover {
    background: #3a3232;
    color: white;
}

/* Match checkbox styling with radio */
#private-space-container .radio-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

#private-space-container input[type="checkbox"] {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    accent-color: #3a3232;
    cursor: pointer;
}

