.everise-editor-post {
	padding: 0 !important;
}

.everise-editor-post-container {
	padding: 0 312px !important;
}

.post-title {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 600;
	font-size: clamp(1.375rem, 0.7069rem + 1.0776vw, 2rem);
	line-height: clamp(2.0625rem, 1.0603rem + 1.6164vw, 3rem);
	color: #231F20;
}

.post-title strong {
	font-weight: 600;
}

.post-description {
	font-style: normal;
	font-weight: 400;
	font-size: clamp(0.875rem, 0.4741rem + 0.6466vw, 1.25rem);
	line-height: clamp(1.53125rem, 0.8297rem + 1.1315vw, 2.1875rem);
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.81);
}

.post-quote {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 0.04em;
	color: #00829B;
	border-left: 4px solid #00829B;
	padding-left: 24px;
}

.block-image-single img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.block-video {
	width: 100%;
	height: 492px;
	position: relative;
}

.everise-editor-post .block-video img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.everise-editor-post .block-video .btn-play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.everise-editor-post .block-video .btn-play-video svg {
	width: 18px;
	height: 22px;
}

.everise-editor-post .block-video .btn-play-video path {
	fill: #00829B;
}

.block-video iframe {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.note-image {
	font-style: normal;
	font-weight: 400;
	font-size: clamp(0.75rem, 0.6164rem + 0.2155vw, 0.875rem);
	line-height: 175%;
	color: rgba(0, 0, 0, 0.47);
}

.block-image-double {
	display: flex;
	flex-direction: row;
	column-gap: 40px;
}

.block-image-double .block-image-double-contain {
	width: 50%;
	height: 624px;
	/*aspect-ratio: 1 / 1;*/
	overflow: hidden;
	margin: 0;
}

.block-image-double img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-132 {
	margin-bottom: 132px;
}


/* Responsive */
@media (min-width: 993px) {
	.mb-80 {
		/*margin-bottom: 80px !important;*/
	}

	.mb-132 {
		/*margin-bottom: 132px !important;*/
	}
}

@media (max-width: 992px) {
	.everise-editor-post-container {
		padding: 0 24px !important;
	}

	.block-image-single {
		width: auto;
		height: 217px;
	}

	.block-image-double {
		margin-bottom: 64px;
	}

	.block-image-double .block-image-double-contain {
		width: 100%;
		height: 413px;
	}

	.post-title, .post-quote {
		margin-bottom: 24px;
	}

	.block-image-double {
		flex-direction: column;
		row-gap: 24px;
	}

	.everise-editor-post .block-video {
		height: 154px;
	}

	.everise-editor-post .block-video .btn-play-video {
		width: 32px;
		height: 32px;
	}

	.everise-editor-post .block-video .btn-play-video svg {
		width: 12px;
		height: 12px;
	}

	.mb-64-mobile {
		margin-bottom: 64px;
	}

	.mb-40-mobile {
		margin-bottom: 40px;
	}

	.mb-24-mobile {
		margin-bottom: 24px;
	}

	.mb-72-mobile {
		margin-bottom: 72px;
	}
}

@media (max-width: 1320px) {
	.everise-editor-post-container {
		padding: 0 24px !important;
	}
}
