/*-----------------------------
		TEXT & Gutenberg
-----------------------------*/


.text p, .text ul, .text ol {
	line-height: 1.6em;
}
.text ul, .text ol {
	margin-left: 1em;
}
.text > *:not(:last-child) {
	margin-bottom: 18px;
}
.gut h1, .text h2 {
	font-size: 1.5625em;
	line-height: 1.15em;
	font-weight: 700;
}
.text h3 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 700;
}
.text h4, .text h5 {
	font-size: 1.125em;
	line-height: 1.25em;
	font-weight: 600;
}
.text > h1:not(:first-child), .text h2:not(:first-child), .text > h3:not(:first-child), .text h4, .text h5 {
	margin-top: 36px;
}

.text a:hover {
	text-decoration: underline;
}

.text img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.gutenberg > *:not(:last-child) {
	margin-bottom: 27px;
}
.gutenberg > p:not(:last-child) {
	margin-bottom: 18px;
}
.gutenberg p, .gutenberg ul, .gutenberg ol {
	line-height: 1.6em;
}
.post-content.gutenberg ul, .post-content.gutenberg ol {
	margin-left: 1em;
	margin-bottom: 27px;
}
.gutenberg li {
	margin-bottom: 0.6em;
}
.gutenberg h1, .gutenberg h2 {
	font-size: 1.5625em;
	line-height: 1.15em;
	font-weight: 700;
}
.gutenberg h3 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 700;
}
.gutenberg h4, .gutenberg h5 {
	font-size: 1.125em;
	line-height: 1.25em;
	font-weight: 600;
}
.gutenberg > h1:not(:first-child),
.gutenberg h2:not(:first-child),
.gutenberg > h3:not(:first-child),
.gutenberg h4, .gutenberg h5 {
	margin-top: 36px;
}

.gutenberg blockquote,
.gutenberg .wp-block-quote {
	border: none;
	padding: 2em var(--gutter);
	margin: 27px 0;
	background: var(--yellow) url(../../img/icon-quote.svg) no-repeat;
	background-position: top 1em left 2em;
	background-size: 3em auto;
}
.gutenberg blockquote > p,
.gutenberg .wp-block-quote > p {
	font-size: 1.125em;
	margin-bottom: 0.5em;
}
.gutenberg blockquote > cite,
.gutenberg .wp-block-quote > cite {
	position: relative;
	font-size: 1em;
	padding-left: 2.15em;
}
.gutenberg blockquote > cite::before,
.gutenberg .wp-block-quote > cite::before {
	content: '';
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 1.5em;
	height: 2px;
	background: currentColor;
}
.gutenberg ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.gutenberg ul li {
	position: relative;
	padding-left: 1em;
}
.gutenberg ul li::before {
	content: '\2022';
	position: absolute;
	top: 0;
	left: 0;
	color: var(--blue);
}
.gutenberg a:not(.btn-crea) {
	color: var(--blue);
}
.gutenberg a:not(.btn-crea):hover {
	text-decoration: underline;
}
.gutenberg .wp-block-button a:not(.btn-crea) {
	color: inherit;
}
.gutenberg .wp-block-button a:not(.btn-crea):hover {
	text-decoration: none;
}

.gutenberg .wp-block-embed__wrapper {
	text-align: center;
}

.gutenberg .wp-block-image {
/*	text-align: center;*/
}
.gutenberg .wp-block-image img {
	height: auto;
/*	margin-left: auto;
	margin-right: auto;*/
}