.car-loan-calculatorz {
    max-width: 600px;
    margin: 2rem auto;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.slider-group {
    margin-bottom: 2rem;	
}

.slider-group span {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
}

.slider-value, .slider-label {
    margin-top: 0.5rem;
    color: #2c3e50;
}

span.slider-value {
	font-weight: 700;
}


.styled-slider {
	height: 10px;
}

.result {
    margin-top: 2rem;
    padding: 1rem;
    background: #e9ecef;
    border-radius: 4px;
}

.result h4 {
    margin: 0 0 1rem 0;
    color: #2c3e50;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

.summary-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* noUiSlider overrides */
.noUi-target {
    background: #e9ecef;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

.noUi-connect {
    background: #3498db;
}

.styled-slider .noUi-handle {
    height: 18px;
    width: 18px;
    right: -10px;
    top: -5px;
    border-radius: 50%;
    background: #3498db;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor: pointer;
}

.noUi-handle:before, 
.noUi-handle:after {
    display: none;
}

.noUi-tooltip {
    background: #3498db;
    color: white;
    border: none;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
}