
.wd-review-style-2>li {
	display: flex;
	flex-direction: column;
	border-radius: var(--wd-brd-radius);
	border: 1px solid var(--brdcolor-gray-300);
	padding: 15px;
	background-color: var(--bgcolor-white);
}

.wd-review-style-2 .comment_container {
	flex-grow: 1;
}

.wd-review-style-2 .meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	width: 100%;
}

.wd-review-style-2 .woocommerce-review__author {
	margin-inline-end: 5px;
}

.wd-review-style-2 .woocommerce-review__verified {
	flex-grow: 1;
	margin-inline-end: 5px;
}

.wd-review-style-2 .woocommerce-review__dash {
	display: none;
}

.wd-review-style-2 .children {
	margin: 15px -15px -15px -15px;
	border-bottom-left-radius: var(--wd-brd-radius);
	border-bottom-right-radius: var(--wd-brd-radius);
	padding: 15px;
	background-color: rgba(var(--bgcolor-black-rgb), .04);
}

.wd-review-style-2 .children>li:not(:last-child) {
	margin-bottom: 15px;
}
