.elevate-inscription-form {
	max-width: 900px;
}

.elevate-inscription-form__block {
	border: 1px solid #dcdcde;
	margin: 0 0 20px;
	padding: 18px;
}

.elevate-inscription-form__block legend {
	font-weight: 700;
	padding: 0 8px;
}

.elevate-inscription-form__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.elevate-championship-choice h3 {
	color: #2b1830;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 8px;
}

.elevate-championship-choice__intro {
	color: #4b344f;
	font-size: 15px;
	margin: 0 0 12px;
}

.elevate-championship-choice__warning {
	background: #fdf4fa;
	border: 1px solid #e8b8d8;
	border-left: 3px solid #c84aa3;
	border-radius: 12px;
	color: #2b1830;
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 18px;
	padding: 12px 14px;
}

.elevate-championship-card-selector,
.elevate-championship-choice__cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 12px;
}

.elevate-championship-choice .elevate-championship-card {
	align-items: flex-start !important;
	background: #fdf4fa !important;
	background-image: none !important;
	background-color: #fdf4fa !important;
	border: 1px solid #e8b8d8 !important;
	border-radius: 12px !important;
	box-shadow: 0 4px 14px rgba(43, 24, 48, 0.05) !important;
	color: #2b1830 !important;
	cursor: pointer;
	display: block;
	font-family: inherit !important;
	height: auto;
	min-height: 0;
	max-height: none !important;
	overflow: visible !important;
	padding: 16px 17px;
	position: relative;
	text-align: left;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
	white-space: normal;
}

.elevate-championship-choice .elevate-championship-card:hover,
.elevate-championship-choice .elevate-championship-card:focus {
	background: #fff7fc !important;
	background-image: none !important;
	background-color: #fff7fc !important;
	border-color: #c84aa3 !important;
	box-shadow: 0 6px 18px rgba(200, 74, 163, 0.11) !important;
	color: #2b1830 !important;
	outline: 2px solid rgba(200, 74, 163, 0.25);
	outline-offset: 2px;
}

.elevate-championship-choice .elevate-championship-card.is-selected {
	background: #f9e6f3 !important;
	background-image: none !important;
	background-color: #f9e6f3 !important;
	border-color: #c84aa3 !important;
	box-shadow: 0 6px 18px rgba(200, 74, 163, 0.14) !important;
	color: #2b1830 !important;
}

.elevate-championship-choice .elevate-championship-card__check {
	align-items: center;
	background: #c84aa3;
	border-radius: 999px;
	color: #ffffff;
	display: none;
	font-size: 12px;
	font-weight: 700;
	height: 22px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 22px;
}

.elevate-championship-choice .elevate-championship-card.is-selected .elevate-championship-card__check {
	display: flex;
}

.elevate-championship-choice .elevate-championship-card__title,
.elevate-championship-choice .elevate-championship-card__text {
	display: block;
	max-width: 100%;
	overflow: visible;
	white-space: normal;
}

.elevate-championship-choice .elevate-championship-card__title {
	color: #2b1830 !important;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.45;
	overflow-wrap: anywhere;
	padding-right: 30px;
	text-transform: uppercase;
	word-break: normal;
}

.elevate-championship-choice .elevate-championship-card__text {
	color: #3d2b43 !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 9px;
}

.elevate-championship-choice__field {
	margin: 0;
}

.elevate-championship-choice__field label {
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.elevate-championship-choice__select {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.elevate-inscription-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.elevate-inscription-form input,
.elevate-inscription-form select,
.elevate-inscription-form textarea {
	box-sizing: border-box;
	width: 100%;
}

#elevate-full-name,
.elevate-uppercase-name {
	text-transform: uppercase;
}

.elevate-inscription-form__actions {
	margin-top: 20px;
}

.elevate-inscription-form__notice {
	border-left: 4px solid;
	margin: 0 0 20px;
	padding: 12px 16px;
}

.elevate-inscription-form__notice--error {
	background: #fcf0f1;
	border-color: #d63638;
}

.elevate-inscription-form__notice--success {
	background: #edfaef;
	border-color: #00a32a;
}

@media (max-width: 640px) {
	.elevate-championship-card-selector,
	.elevate-championship-choice__cards {
		grid-template-columns: 1fr;
	}

	.elevate-championship-choice .elevate-championship-card {
		min-height: 0;
		padding: 16px;
	}
}
