
.editor-styles-wrapper .block-editor-block-list__layout .dropdown__title, body.frontend .dropdown__title {
	text-decoration: underline;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .item, body.frontend .dropdown .item {
	border-bottom: 1px solid #231f20;
	margin-top: 20px;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .item:first-of-type, body.frontend .dropdown .item:first-of-type {
	margin-top: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .item.open .item--title:after, body.frontend .dropdown .item.open .item--title:after {
	transform: rotate(90deg);
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .item--title, body.frontend .dropdown .item--title {
	align-items: center;
	color: #1c146b;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .item--title:after, body.frontend .dropdown .item--title:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%231C146B' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	position: relative;
	transition: all .4s ease;
	width: 20px;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .item--content, body.frontend .dropdown .item--content {
	display: none;
	padding-bottom: 20px;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .item--bottom, body.frontend .dropdown .item--bottom {
	margin-top: 20px;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text, body.frontend .dropdown .text {
	padding: 70px 0 50px 15px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap, body.frontend .dropdown .text__wrap {
		max-width: 100%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap figure, body.frontend .dropdown .text__wrap figure {
	margin-top: 20px;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ol, .editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ul, body.frontend .dropdown .text__wrap ol, body.frontend .dropdown .text__wrap ul {
	font-size: 11.5px;
	font-size: 14px;
}

@media only screen and (min-width:320px) {
	.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ol, .editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ul, body.frontend .dropdown .text__wrap ol, body.frontend .dropdown .text__wrap ul {
		font-size: calc(10.30775px + .37258vw);
	}
}

@media only screen and (min-width:991px) {
	.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ol, .editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ul, body.frontend .dropdown .text__wrap ol, body.frontend .dropdown .text__wrap ul {
		font-size: 14px;
	}
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ol, .editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ul, body.frontend .dropdown .text__wrap ol, body.frontend .dropdown .text__wrap ul {
		font-size: calc(11.86207px + .21552vw);
	}
}

@media only screen and (min-width:1920px) {
	.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ol, .editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ul, body.frontend .dropdown .text__wrap ol, body.frontend .dropdown .text__wrap ul {
		font-size: 16px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ol, body.frontend .dropdown .text__wrap ol {
	margin-left: 20px;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ul, body.frontend .dropdown .text__wrap ul {
	margin: 10px 0 10px 14px;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ul li, body.frontend .dropdown .text__wrap ul li {
	display: list-item;
	list-style-type: disc;
	padding-left: 5px;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ul li::marker, body.frontend .dropdown .text__wrap ul li::marker {
	font-size: .7em;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap ul li:before, body.frontend .dropdown .text__wrap ul li:before {
	display: none;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text__wrap p, body.frontend .dropdown .text__wrap p {
	margin-bottom: 10px;
}

.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text-bottom, body.frontend .dropdown .text-bottom {
	background-color: #c1c9dc;
	padding: 50px 0 50px 15px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text-bottom, body.frontend .dropdown .text-bottom {
		padding: 50px 0 70px 15px;
	}
	
	.editor-styles-wrapper .block-editor-block-list__layout .dropdown .text-bottom__wrap, body.frontend .dropdown .text-bottom__wrap {
		max-width: 90%;
		padding-left: 80px;
	}
}
