.ssma-gate {
	position: relative;
	margin: 0 0 32px;
	padding-bottom: 10px;
}

.ssma-gate--loading .ssma-gate__panel {
	pointer-events: none;
	opacity: 0.55;
}

.ssma-gate__panel button:disabled,
.ssma-gate__panel input[type="submit"]:disabled {
	cursor: wait !important;
	opacity: 0.65;
}

.ssma-gate__preview {
	position: relative;
	max-height: 340px;
	overflow: hidden;
	font-size: 1.03em;
	line-height: 1.75;
	color: #1f2933;
}

.ssma-gate__preview::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 140px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 78%);
}

.ssma-gate__preview p {
	display: block !important;
	visibility: visible !important;
	margin: 0 !important;
	color: #1f2933 !important;
	opacity: 1 !important;
}

.ssma-gate__panel {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: min(100%, 500px);
	margin: 24px auto 0;
	padding: 30px;
	border: 1px solid rgba(201, 39, 151, 0.18);
	border-radius: 12px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
	background: #fff;
	text-align: left;
}

.ssma-gate__panel h3 {
	margin: 0 0 8px;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.35;
	text-align: center;
	color: #1f2933;
}

.ssma-gate__intro {
	margin: 0 0 22px;
	text-align: center;
	color: #59656f;
}

.ssma-gate__notice {
	margin: 0 0 16px;
	border-left: 4px solid #d63638;
	padding: 10px 12px;
	background: #fcf0f1;
}

.ssma-gate__email-form {
	margin-bottom: 0;
}

.ssma-gate .g-recaptcha {
	margin-top: 14px;
	min-height: 78px;
}

.ssma-gate__email-form label,
.ssma-gate__login label {
	display: block;
	font-weight: 700;
	margin-bottom: 7px;
	color: #1f2933;
}

.ssma-gate .ssma-gate__panel input[type="text"],
.ssma-gate .ssma-gate__panel input[type="password"],
.ssma-gate .ssma-gate__panel input[type="email"] {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 47px !important;
	height: 47px !important;
	border: 1px solid #c8cfe0 !important;
	border-radius: 8px !important;
	padding: 10px 14px !important;
	background: #fff !important;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05) !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
}

.ssma-gate .ssma-gate__panel button,
.ssma-gate .ssma-gate__panel input[type="submit"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 47px !important;
	height: 47px !important;
	border: 0 !important;
	border-radius: 8px !important;
	padding: 10px 18px !important;
	margin-top: 12px !important;
	background: #c92797 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	cursor: pointer !important;
	box-shadow: 0 10px 24px rgba(201, 39, 151, 0.28) !important;
	appearance: none !important;
}

.ssma-gate .ssma-gate__panel button:hover,
.ssma-gate .ssma-gate__panel input[type="submit"]:hover,
.ssma-gate .ssma-gate__panel button:focus,
.ssma-gate .ssma-gate__panel input[type="submit"]:focus {
	background: #ad1f82 !important;
	color: #fff !important;
	box-shadow: 0 12px 28px rgba(201, 39, 151, 0.34) !important;
}

.ssma-gate__hint,
.ssma-gate__register {
	font-size: 0.95em;
	margin: 9px 0 0;
	color: #59656f;
}

.ssma-gate__login {
	padding-top: 0;
}

.ssma-gate__divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 22px 0;
	color: #77818c;
	font-size: 0.92em;
}

.ssma-gate__divider::before,
.ssma-gate__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e3e8e5;
}

.ssma-gate__login h4 {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 1.35;
	color: #1f2933;
	text-align: center;
}

.ssma-gate__login-text {
	margin: 0 0 16px;
	color: #59656f;
	font-size: 0.95em;
	text-align: center;
}

.ssma-gate__login p {
	margin: 0 0 14px;
}

.ssma-gate__register a {
	font-weight: 700;
}

.ssma-teaser {
	margin-bottom: 1em;
}

@media (max-width: 600px) {
	.ssma-gate {
		margin-bottom: 24px;
	}

	.ssma-gate__preview {
		max-height: 300px;
	}

	.ssma-gate__panel {
		margin-top: 20px;
		padding: 22px;
	}

	.ssma-gate .g-recaptcha {
		width: 304px;
		max-width: 100%;
	}

}

@media (max-width: 350px) {
	.ssma-gate .g-recaptcha {
		min-height: 68px;
		transform: scale(0.85);
		transform-origin: left top;
	}
}