.tf-account-type {
	border: 0;
	margin: 0 0 1em;
	padding: 0;
}

.tf-account-type legend {
	display: block;
	font-weight: 600;
	margin-bottom: .3em;
	padding: 0;
}

.tf-account-type__option {
	align-items: center;
	display: flex;
	gap: .4em;
	margin-bottom: .2em;
}

.tf-account-type__option input {
	margin: 0;
}

.tf-field-hint {
	display: block;
	font-size: .85em;
	opacity: .7;
}

.tf-role-price-label {
	display: inline-block;
	font-size: .8em;
	font-weight: 600;
	letter-spacing: .02em;
	margin-left: .5em;
	text-transform: uppercase;
	white-space: nowrap;
}

.tf-partner-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	margin-bottom: 1.5em;
}

.tf-partner-summary__item {
	min-width: 8em;
}

.tf-partner-summary__label {
	display: block;
	font-size: .85em;
	opacity: .7;
}

.tf-partner-summary__value {
	display: block;
	font-size: 1.3em;
	font-weight: 600;
}

.tf-partner-table-wrap {
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
	overflow-x: auto;
}

.tf-partner-table {
	width: 100%;
}

.tf-partner-table th,
.tf-partner-table td {
	vertical-align: top;
}
