.register-widget {
	position: relative;
	margin-bottom: 20px;
}

.register-widget__label {
	display: block;
	margin: 0;
	font-weight: 400;
}

.register-widget__input {
	display: none;
}

.register-widget__badge {
	position: absolute;
	right: 15px;
	top: -8px;
	display: inline-block;
	height: 18px;
	padding: 0 8px;
	border: 1px solid #2cb839;
	border-radius: 5px;
	background-color: #fff;
	color: #2cb839;
	font-size: 11px;
	line-height: 15px;
}

.register-widget__card {
	margin-bottom: 0;
	padding: 10px 12px;
	border: 2px solid transparent;
	border-radius: 10px;
	background-color: #ffbc00;
	cursor: pointer;
	color: #fff;
	box-shadow: 0 0 10px rgba(33, 33, 33, 0.4);
	display: grid;
	grid-template-columns: 85px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
}

.register-widget__card * {
	color: inherit;
}

.register-widget__input:checked + .register-widget__card {
	box-shadow: 0 0 10px rgba(33, 33, 33, 0.4);
	cursor: default;
}

.register-widget__extra {
	margin-top: 12px;
	grid-column: 1 / -1;
}

.register-widget__mode {
	width: 85px;
	min-width: 85px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.register-widget__mode-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.register-widget__card--live {
	background-color: #ffbc00;
	border-color: #ffbc00;
}

.register-widget__card--recording,
.register-widget__card--private {
	background-color: #001d51;
	border-color: #001d51;
}

.register-widget__card--private {
	background-color: #144dc8;
	border-color: #144dc8;
}

.register-widget__mode-subtitle {
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.35;
	white-space: pre-line;
}

.register-widget__mode-subtitle .bi {
	margin-right: 4px;
}

.register-widget__content {
	flex: 1 1 auto;
	min-width: 0;
	text-align: center;
}

.register-widget__date {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
}

.register-widget__card--recording .register-widget__date,
.register-widget__card--private .register-widget__date {
	text-transform: none;
	white-space: normal;
}

.register-widget__additional-trainings {
	font-size: 0;
}

.register-widget__additional-trainings span {
	font-size: 16px;
}

.register-widget__time {
	margin-top: 2px;
	font-size: 13px;
	line-height: 1.35;
	white-space: nowrap;
}

.register-widget__meal-text {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 600;
}

.register-widget__meal-trigger {
	display: inline-block;
	cursor: pointer;
}

.register-widget__meta {
	min-width: 0;
	align-self: center;
	text-align: right;
	line-height: 1.2;
}

.register-widget__price {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}

.register-widget__old-price {
	display: block;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	text-decoration: line-through;
}

.register-widget__remaining-places {
	margin-top: 4px;
	font-size: 12px;
}

.register-widget__card--private .register-widget__meta {
	width: 92px;
	min-width: 92px;
	text-align: center;
	white-space: normal;
	line-height: 1.3;
}

.register-widget__card--private .register-widget__content {
	width: 92px;
	min-width: 92px;
}

.register-widget__full-label {
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
}

.register-widget__full-text {
	font-weight: 700;
}

.register-widget__alert {
	padding: 10px 12px;
	border-radius: 4px;
	font-size: 14px;
}

.register-widget__alert--warning {
	border: 1px solid #f3d8a9;
	background-color: #fff7e8;
	color: #7a5a21;
}

.register-widget__alert-link {
	color: inherit;
	text-decoration: underline;
}

.register-widget__alert-link:hover,
.register-widget__alert-link:focus {
	color: inherit;
}
