/* Result & Error */
#result {
    background: #f0f7ff !important;
    border: 1px solid #bfdbfe !important;
    color: #1e40af !important;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 6px;
}
#resultError {
    background: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    color: #dc2626 !important;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 6px;
}
#result p, #result .msg, #result .result {
    color: #1e40af !important;
    text-align: left !important;
    font-weight: 600;
}
#resultError p {
    color: #dc2626 !important;
    text-align: center !important;
    font-weight: 500;
}
@media (max-width: 600px) {
    .calc-form-horizontal .calc-field-row label {
		align-self: normal;
	}
}
