.ckeditor-open-close {
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid rgba(0, 38, 100, 0.1);
	margin-bottom: 1rem;
}
.ckeditor-open-close.light {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid var(--blue);
}

.ckeditor-open-close > h2 {
	margin: 0;
	background-color: rgba(0, 38, 100, 0.1);
	color: #002664;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	padding: 0;
}
.ckeditor-open-close.light > h2{
	background-color: transparent;
}

.ckeditor-open-close > h2 > span {
	cursor: pointer;
	color: #002664;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

.ckeditor-open-close > div {
	display: none;
}