/* Scene+ estimator custom styles */
#sceneplus-estimator-form .form-control {
    font-size: 1.05rem;
    border: 1.5px solid #c2d9ef;
    background: #f6fbff;
    border-radius: 0.6rem;
}
#sceneplus-estimator-form .form-control:focus {
    border-color: #1976d2;
    background: #eef7ff;
    box-shadow: none;
}
#sp-estimate-btn {
    background: #2ecc71;
    border: none;
    font-weight: 700;
}
#sp-estimate-btn:hover,
#sp-estimate-btn:focus {
    background: #1976d2;
    color: #fff;
}
#sp-estimate-result {
    font-size: 1.08rem;
    font-weight: 700;
    color: #2ecc71;
}