.te-years-to-months .te-years-to-months__row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.te-years-to-months .te-years-to-months__rowlabel {
	flex: 0 0 3rem;
	font-weight: 600;
	color: var(--te-color-text-muted);
}

.te-years-to-months .te-years-to-months__row .te-input {
	flex: 1 1 auto;
	margin: 0;
}

.te-years-to-months .te-years-to-months__unit {
	flex: 0 0 2.5rem;
	text-align: left;
	color: var(--te-color-text-muted);
	font-weight: 600;
}

.te-years-to-months .te-years-to-months__swapwrap {
	display: flex;
	justify-content: center;
	margin: 0.25rem 0;
}

.te-years-to-months .te-years-to-months__swap {
	min-width: 2.5rem;
	padding: 0.35rem 0.6rem;
	line-height: 1;
	font-size: 1.1rem;
}

.te-years-to-months .te-years-to-months__result {
	margin-top: 0.75rem;
	font-weight: 600;
}

.te-years-to-months .te-years-to-months__error {
	margin-top: 0.75rem;
}

