.wp-block-yoast-faq-block {
	position: relative;
	clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
	padding: 60px;
	border: 2px solid #CAD5E3;
	font-size: 20px;
}

.wp-block-yoast-faq-block:before {
	content: " ";
	position: absolute;
	left: -24px;
	top: 20px;
	background: #cad5e3;
	width: 80px;
	height: 2px;
	transform: rotate(-45deg);
}

.wp-block-yoast-faq-block .schema-faq-question {
	width: 100%;
	display: block;
	position: relative;
	font-family: 'Metropolis Bold', Helvetica, Arial, Lucida, sans-serif;
}

.wp-block-yoast-faq-block .schema-faq-section {
	border-bottom: 1px solid #cad5e3;
	padding: 15px 0;
	cursor: pointer;
}

.wp-block-yoast-faq-block .schema-faq-section:first-child {
	padding-top: 0;
}

.wp-block-yoast-faq-block .schema-faq-section:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.wp-block-yoast-faq-block .schema-faq-question:after {
	color: #000000;
	font-family: ETmodules !important;
	font-weight: 400 !important;
	content: "\43" !important;
	position: absolute;
	right: 0;
	transition: .2s ease transform;
}

.wp-block-yoast-faq-block .schema-faq-section.schema-faq-answer-active .schema-faq-question:after {
	transform: rotate(180deg);
}

.wp-block-yoast-faq-block .schema-faq-section:not(:last-child) {
	margin-bottom: 15px;
}

.wp-block-quote {
	border-left: none !important;
	padding-left: 0 !important;
	margin-top: 30px !important;
	margin-bottom: 50px !important;
}

/* TODO: Remove admin-bar */
body.admin-bar .wp-block-quote {
	position: relative; 
}

body.admin-bar .wp-block-quote::before {
	content: " ";
	background-image: url("data:image/svg+xml;utf8,%3Csvg%20width=%22120%22%20height=%22120%22%20viewBox=%220%200%20120%20120%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M60%200L111.962%2030V90L60%20120L8.03848%2090V30L60%200Z%22%20fill=%22%23FFCD00%22/%3E%3Cpath%20d=%22M47.36%2044.992L52.928%2049.216C49.856%2051.904%2047.648%2055.168%2046.784%2058.336C51.968%2058.336%2056.288%2062.848%2056.288%2068.128C56.288%2073.6%2051.872%2078.112%2046.592%2078.112C40.544%2078.112%2036.32%2072.544%2036.32%2064.768C36.32%2058.432%2040.16%2051.52%2047.36%2044.992ZM74.24%2044.992L79.808%2049.216C76.736%2051.904%2074.528%2055.168%2073.664%2058.336C78.848%2058.336%2083.168%2062.848%2083.168%2068.128C83.168%2073.6%2078.752%2078.112%2073.472%2078.112C67.424%2078.112%2063.2%2072.544%2063.2%2064.768C63.2%2058.432%2067.04%2051.52%2074.24%2044.992Z%22%20fill=%22black%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 120px;
	height: 120px;
	position: absolute;
	left: -96px;
	top: -28px;
	z-index: -1;
}

.wp-block-quote p {
	font-family: 'Metropolis Bold', Helvetica, Arial, Lucida, sans-serif;
	font-size: 56px;
	line-height: 56px;
}

/* GutenTOC */
.gutentoc {
	width: 100%;	
	padding: 30px;
	background: #EFF2F7;
	clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
	border: none;
	margin-bottom: 30px;
}

.gutentoc .gutentoc-toc-title-wrap #open {
	visibility: hidden;
	float: right;
}

.gutentoc .gutentoc-toc-title-wrap #open::after {
	color: #000000;
	font-family: ETmodules !important;
	font-weight: 400 !important;
	content: "\43" !important;
	right: 0;
	visibility: visible;
	transition: .2s ease transform;
}

.gutentoc #open {
	display: none;
}

.gutentoc #toclist ul {
	margin-left: 10px;
}

.gutentoc-toc-title-wrap .gutentoc-toc-title {
	font-family: 'Metropolis Bold', Helvetica, Arial, Lucida, sans-serif;
}