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