.tr-complete-with {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}

.tr-complete-with__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 16px;
}

.tr-complete-with__title {
	font-size: 20px;
	font-weight: 500;
}

.tr-complete-with__header .tr-slider-controls {
	margin-top: 0;
}
