html,
body {
	height: 100%;
	margin: 0;
}

body.tem-locked-frontend {
	--tem-accent: #3858e9;
	--tem-accent-hover: #2b48cb;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: linear-gradient(145deg, #eef5ff 0%, #f6f7f7 50%, #ffffff 100%);
	color: #1d2327;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.tem-locked-card {
	width: 100%;
	max-width: 680px;
	padding: 34px 30px;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.tem-locked-logo-wrap {
	margin: 0 0 18px;
}

.tem-locked-logo {
	display: inline-block;
	max-width: min(220px, 100%);
	max-height: 88px;
	height: auto;
}

.tem-locked-card h1 {
	margin: 0 0 12px;
	font-size: 32px;
	line-height: 1.2;
}

.tem-locked-description {
	margin: 0 0 10px;
	color: #50575e;
	font-size: 18px;
	line-height: 1.5;
}

.tem-locked-description p {
	margin: 0 0 10px;
}

.tem-locked-description p:last-child {
	margin-bottom: 0;
}

.tem-locked-note {
	margin: 0 0 22px;
	color: var(--tem-accent);
	font-size: 16px;
	font-weight: 600;
}

.tem-locked-actions {
	margin: 0;
}

.tem-locked-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 8px;
	background: var(--tem-accent);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.tem-locked-button:hover,
.tem-locked-button:focus {
	background: var(--tem-accent-hover);
	color: #fff;
}

@media (max-width: 640px) {
	.tem-locked-card {
		padding: 26px 20px;
	}

	.tem-locked-card h1 {
		font-size: 25px;
	}

	.tem-locked-description {
		font-size: 16px;
	}
}
