/* Sold-out choices inside the Gravity Forms registration form */
.gform_wrapper .gchoice.tso-sold-out label,
.gform_wrapper .gfield_radio li.tso-sold-out label,
.gform_wrapper .gfield_checkbox li.tso-sold-out label {
	color: #b00 !important;
	opacity: 0.75;
	cursor: not-allowed;
}

.gform_wrapper .tso-sold-out input {
	cursor: not-allowed;
}

.gform_wrapper option:disabled {
	color: #b00;
}

/* [tso_cycles] on-page list */
.tso-cycles {
	margin: 1em 0;
}

.tso-cycles-title {
	margin: 0.8em 0 0.3em;
	font-size: 1.05em;
}

.tso-cycles-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tso-cycle {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.tso-cycle-name {
	flex: 1;
}

.tso-cycle-price {
	font-weight: 600;
	white-space: nowrap;
}

.tso-cycle-badge {
	display: inline-block;
	background: #d92121;
	color: #fff;
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 2px 8px;
	border-radius: 999px;
	white-space: nowrap;
}

.tso-cycle--sold .tso-cycle-name,
.tso-cycle--sold .tso-cycle-price {
	color: #999;
	text-decoration: line-through;
}
