.wcip-installment-box {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 14px 16px;
	margin: 12px 0;
	max-width: 480px;
	background: #fafafa;
}

.wcip-installment-box__title {
	font-weight: 600;
	margin-bottom: 8px;
}

.wcip-installment-box__controls {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.wcip-field {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	gap: 4px;
}

.wcip-field select {
	min-width: 200px;
	padding: 6px;
}

.wcip-installment-box__result {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
}

.wcip-result-total {
	font-size: 14px;
}

.wcip-result-monthly {
	font-size: 15px;
	font-weight: 600;
	color: #2271b1;
}

.wcip-from-price {
	font-size: 13px;
	color: #2271b1;
	margin-top: 4px;
}
