.cgs-registration {
	background: #f6f7f9;
	border: 1px solid #d8dde5;
	border-radius: 8px;
	color: #1f2933;
	margin: 24px auto;
	max-width: 980px;
	padding: 24px;
}

.cgs-registration-header {
	border-bottom: 1px solid #d8dde5;
	margin-bottom: 20px;
	padding-bottom: 18px;
}

.cgs-registration-kicker {
	color: #8a1f2d;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.cgs-registration-header h2 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.cgs-registration-header p:last-child {
	margin-bottom: 0;
	max-width: 760px;
}

.cgs-registration-message {
	border-radius: 8px;
	margin: 0 0 18px;
	padding: 12px 14px;
}

.cgs-registration-message-success {
	background: #e8f5ee;
	border: 1px solid #9fd5b7;
	color: #155b36;
}

.cgs-registration-message-error {
	background: #fff0f1;
	border: 1px solid #e2a2a8;
	color: #842029;
}

.cgs-registration-message-info {
	background: #eef5ff;
	border: 1px solid #a7c7ee;
	color: #1d4f80;
}

.cgs-registration-section {
	background: #ffffff;
	border: 1px solid #d8dde5;
	border-radius: 8px;
	margin-bottom: 16px;
	padding: 18px;
}

.cgs-registration-section-title {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 14px;
}

.cgs-registration-section-title span {
	align-items: center;
	background: #8a1f2d;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.cgs-registration-section-title h3 {
	font-size: 18px;
	margin: 0;
}

.cgs-registration-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cgs-registration-grid label,
.cgs-registration-consents label {
	display: block;
	font-weight: 600;
}

.cgs-registration-grid input,
.cgs-registration-grid select {
	background: #ffffff;
	border: 1px solid #b8c1cc;
	border-radius: 6px;
	box-sizing: border-box;
	display: block;
	margin-top: 6px;
	min-height: 42px;
	padding: 8px 10px;
	width: 100%;
}

.cgs-registration-wide {
	grid-column: 1 / -1;
}

.cgs-registration-consents {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.cgs-registration-consents input {
	margin-right: 8px;
}

.cgs-registration-actions {
	display: flex;
	justify-content: flex-end;
}

.cgs-registration-actions button {
	background: #8a1f2d;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	min-height: 44px;
	padding: 10px 18px;
}

.cgs-registration-actions button:hover,
.cgs-registration-actions button:focus {
	background: #6f1722;
}

@media (max-width: 720px) {
	.cgs-registration {
		padding: 16px;
	}

	.cgs-registration-header h2 {
		font-size: 24px;
	}

	.cgs-registration-grid {
		grid-template-columns: 1fr;
	}

	.cgs-registration-actions {
		justify-content: stretch;
	}

	.cgs-registration-actions button {
		width: 100%;
	}
}
