.ct-theme-required {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	padding: 35px;
	margin-top: 20px;
	margin-inline-end: 20px;

	h2 {
		display: flex;
		align-items: center;
		gap: 10px;
		margin: 0 0 15px 0;
		font-size: 18px;
		font-weight: 500;
	}

	span {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		background: #1E1E1E;
		border-radius: 2px;

		svg {
			width: 15px;
			fill: #fff;
		}
	}

	p {
		font-size: 14px;
		margin: 3px 0 0 0;
		padding: 0;
	}

	.button {
		margin-top: 20px;
	}
}


.notice-blocksy-theme-version-mismatch {
	padding: 0;
	border-left-color: var(--ui-accent-color);

	.ct-theme-required {
		margin-top: 0;
	}
}

