.vspl__evcalculator{display:block;background:#f3f6ea;padding:10px}
.vspl__evcalculator--heading{display:block;text-align:center;margin:0;padding:10px 10px 20px 10px}
.vspl__evcalculator--general{background-color:#f0f0f0;padding:20px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;text-align:center}
.vspl__evcalculator--general label{color:#004697}
.vspl__evcalculator--general input{width:320px;max-width:100%}
.vspl__evcalculator--blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}
.vspl__evcalculator--blocks--heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;padding:10px 0;margin:0}
.vspl__evcalculator--blocks--heading img{max-width:32px;margin-right:10px}
.vspl__evcalculator--blocks--fuel{background-color:#fff;min-width:48%;min-height:300px}
.vspl__evcalculator--blocks--ev{background-color:#fff;min-width:48%;min-height:300px}
.vspl__evcalculator--bg-dark{background-color:#004697;color:#fff}
.vspl__evcalculator--bg-green{background-color:#75ba4e;color:#fff}
.vspl__evcalculator--fields{padding:20px}
.vspl__evcalculator--field-group label{display:block;margin-bottom:5px}
.vspl__evcalculator--field-group input{display:block;border-radius:0;background-color:#fbfbfb;width:100%;margin-bottom:10px}
.vspl__evcalculator--field-group input.error{border-color:#f33}
.vspl__evcalculator--btn-calculate{display:block;padding:20px 0;text-align:center}
.vspl__evcalculator--btn-calculate button{display:inline-block;background-color:#59f3b9;color:#004697;border:0;padding:20px 40px;font-weight:bold;cursor:pointer;border-radius:50px}
.vspl__evcalculator--result-fields{padding:20px}
.vspl__evcalculator--cost-group{font-weight:bold}
.vspl__evcalculator--cost-group label{color:#737373}
.vspl__evcalculator--cost-field{font-size:32px;margin-bottom:20px}
.vspl__evcalculator--ev-saving{display:block;width:100%}
.vspl__evcalculator--ev-saving--details{background-color:#75ba4e;max-width:320px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;margin-top:30px;margin-bottom:20px;padding:20px;border-radius:50px}
.vspl__evcalculator--ev-saving--details img{width:50px;margin-right:10px}
.vspl__evcalculator--ev-saving--heading h3{color:#fff;margin:0;font-size:1.5rem}
.vspl__evcalculator--ev-saving--value{color:#fff;margin:0;font-size:1.5rem;font-weight:bold}
.vspl__evcalculator--ev-saving-data{display:none}
.vspl__evcalculator--ev-saving-loss{display:none}
[data-element="result"]{display:none}
@media only screen and (max-width:600px){.vspl__evcalculator--blocks{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.vspl__evcalculator--blocks--fuel{margin-bottom:20px}
.vspl__evcalculator--blocks--fuel{min-width:100%}
.vspl__evcalculator--blocks--ev{min-width:100%}
}