.wp-post-review {
	color: #777777;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	border: 2px solid #BFBFBF;
	border-radius: 3px;
	margin: 20px 0px;
	min-height: 91px;
	background-color: #ffffff;
	background-image:  url('bg-left.png'), url('bg-right.png');
	background-position: 1px center,  calc(100% - 1px) center;
	background-repeat: no-repeat;
}

.wp-post-review button {
	display: inline-block;
	
	color: #777777;
	font-size: 18px;
	
	border: 1px solid #777777;
	border-radius: 25px;
	background: #fff;
	padding: 5px 15px;
	min-width: 135px;
}

.wp-post-review button:hover {
	background:#f1f1f1;
}

.wp-post-review-buttons button {
	margin: 0 25px;
}

.wp-post-review__text {
	text-align: center;
	font-size: 18px;
	margin: 10px 0;
	
	max-width: 480px;
}

.wp-post-review-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.wp-post-review-form-fields {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	margin-bottom: 10px;
}

.wp-post-review-form-fields button {
	margin-left: 6px;
}