.gili-editor-post {
	padding: 0 !important;
	font-family: var(--wp--preset--font-family--heading) !important;
	font-size: 18px !important;
	color: rgba(81, 81, 81, 1) !important;
	line-height: 27px !important;
}

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

.gili-editor-post div span {
	font-family: var(--wp--preset--font-family--heading) !important;
	font-size: 18px !important;
	color: rgba(81, 81, 81, 1) !important;
	line-height: 27px !important;
}

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

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

.post-description {
	font-family: var(--wp--preset--font-family--heading) !important;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.81);
	margin-bottom: 2rem;
}

.box-description {
	font-family: var(--wp--preset--font-family--heading) !important;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.81);
	background: #FDF9ED;
    padding: 40px;
	margin-bottom: 2rem;
}

.post-description .title {
	font-family: var(--wp--preset--font-family--heading);
    font-style: normal;
    font-weight: 750;
    font-size: 22px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #252525;
	padding-bottom: 1rem;
}

.post-description .time {
	font-family: var(--wp--preset--font-family--heading);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #78634D;
	padding-bottom: 1rem;
}

.post-description .content {
	font-family: var(--wp--preset--font-family--heading) !important;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.81);
}

.post-quote {
	font-family: var(--wp--preset--font-family--heading) !important;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 33px;
	letter-spacing: 0.005em;;
	color: rgba(37, 37, 37, 1);
	border-left: 4px solid rgba(190, 190, 190, 1);
	padding-left: 24px;
	margin-left: 15%;
	margin-right: 15%;
}

p.post-quote {
	margin-bottom: 4rem;
	margin-top: 2rem;
}

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

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

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

.gili-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;
}

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

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

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

.note-image, .wp-caption-text {
	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) {
	.gili-editor-post-container {
		padding: 0 24px !important;
	}

	.gili-editor-post div span {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.post-quote {
		margin-left: 5%;
		margin-right: 5%;
	}

	.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 {
		margin-bottom: 24px;
	}

	.post-quote {
		font-size: 18px;
		line-height: 27px;
	}

	.post-description {
		font-size: 16px;
		line-height: 24px;
	}

	.post-description .title, .post-description .time, .post-description .content {
		font-size: 16px;
		line-height: 24px;
	}

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

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

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

	.gili-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) {
	.gili-editor-post-container {
		padding: 0 24px !important;
	}
} */
