.vsfh-product-review-section {
	margin: 48px 0;
}

.vsfh-product-review-inner {
	width: 100%;
}

.vsfh-product-review-content {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.vsfh-product-review-content > *:first-child {
	margin-top: 0;
}

.vsfh-product-review-content h1,
.vsfh-product-review-content h2,
.vsfh-product-review-content h3,
.vsfh-product-review-content h4,
.vsfh-product-review-content h5,
.vsfh-product-review-content h6 {
	margin: 28px 0 14px;
	line-height: 1.3;
	color: #222;
}

.vsfh-product-review-content p {
	margin: 0 0 18px;
}

.vsfh-product-review-content ul,
.vsfh-product-review-content ol {
	margin: 0 0 18px 22px;
}

.vsfh-product-review-content figure {
	display: block;
	margin: 24px 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

.vsfh-product-review-content .wp-block-image {
	display: block;
	margin: 24px 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.vsfh-product-review-content .wp-block-image img,
.vsfh-product-review-content figure img,
.vsfh-product-review-content img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	aspect-ratio: auto !important;
	border-radius: 0;
}

.vsfh-product-review-content .wp-block-video {
	margin: 24px 0;
	width: 100%;
	max-width: 100%;
}

.vsfh-product-review-content .wp-block-video video {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.vsfh-product-review-section {
		margin: 32px 0;
	}

	.vsfh-product-review-content {
		font-size: 15px;
		line-height: 1.75;
	}

	.vsfh-product-review-content figure,
	.vsfh-product-review-content .wp-block-image {
		margin: 18px 0;
		text-align: center;
	}

	.vsfh-product-review-content .wp-block-image img,
	.vsfh-product-review-content figure img,
	.vsfh-product-review-content img {
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: 520px !important;
		margin-left: auto;
		margin-right: auto;
		object-fit: contain !important;
	}
}