/**
 * Simple Interest Calculator — extends compound form UI styles.
 */

.sn-ci-calc--simple-interest .sn-ci-calc__metric-value--monthly {
	color: #64748b;
	font-size: 1.35rem;
	font-weight: 600;
}

.sn-ci-calc--simple-interest .sn-ci-calc__end-date {
	color: #64748b;
	font-size: 1.35rem;
	font-weight: 600;
}

.sn-ci-calc__end-date-section[hidden],
.sn-ci-calc__duration-section.is-hidden {
	display: none !important;
}
