.ce-calculator--commercial {
    background: #ffffff;
    border-color: rgba(20, 40, 75, 0.08);
}

.ce-calculator--commercial .ce-calc-submit {
    background: #11204d;
    color: #ffffff;
    border-radius: 10px;
}

.ce-calculator--commercial .ce-calc-submit:hover,
.ce-calculator--commercial .ce-calc-submit:focus {
    background: #0f1e44;
}

.ce-calculator--commercial .ce-calc-result {
    border-left: 4px solid rgba(17, 32, 77, 0.9);
}
