.woocommerce-Tabs-panel--reviews .nm-tabs-panel-inner {
	padding: 0;
}

.woocommerce-product-details__short-description--wrapper {
	margin-bottom: 1rem;
}

#reviews {
	max-width: inherit;
	margin: 0 auto;
	padding-top: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
}

@media (max-width: 767px) {
	#reviews {
		grid-template-columns: 1fr;
	}
}

#review_form_wrapper {
	padding: 0;
	will-change: min-height;
}

#review_form {
	transform: translate(0, 0); /* For browsers don't support translate3d. */
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.commentlist > li .comment-text {
	margin: 0 0 24px 0;
}

.woocommerce-product-details__short-description,
.comment-text .description {
	overflow: hidden;
	position: relative;
}

.woocommerce-product-details__short-description.hidden {
	height: 210px;
}

.comment-text .description.hidden {
	height: 120px;
}

.woocommerce-product-details__short-description.hidden:after,
.comment-text .description.hidden:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 2.5em;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
	pointer-events: none;
}

.comment-text .description.open {
	height: auto;
}

.short-description--button-toggle,
.comment-text--button-toggle {
	margin-top: 12px;
	background: transparent;
	border: none;
	padding: 0;
	border-bottom: 1px dashed;
}

.short-description--button-toggle:hover,
.comment-text--button-toggle:hover {
	cursor: pointer;
	color: #DC9814;
}

.comments--button-load-more {
	font-size: 14px !important;
}