/* Leave a Review button tweak */
.wiserrw-review-card-link {
	background: #243f2f!important;
}

/* Increasing width of the review cards */
@media (max-width: 768px) {
	.Wsrspfapp-container {
		padding: 0 !important;
	}
	.Wsrspfapp-rev-item, .WsWall-rev-item {
		padding: 0 5px !important;
	}
}

/**
 * Product Summary - Review Stars Layout
 * Positions review stars to the right side of product details
 * Float stars to right with top alignment adjustment
 * 
 * Show Review Stars on PLP Product Thumbnails
 */
.pf-review-star-rating {
    float: right;
    text-align: right;
    margin-top: -5px;
}
/* Remove default WiserReview right margin for tighter alignment */
.summary .Wsrspfapp-stars-list {
    margin-right: 0 !important;
}
/* Add breathing space below product title for stars */
.summary h1 {
    margin-bottom: 0.6rem;
}
/* Align sale tag with adjusted layout */
.product-details-wrapper .product-label {
    margin-top: 3px;
}
/* Review Stars on PLP Product Thumbnails */
li.product .woocommerce-loop-product__link {
    position: relative;
}
li.product .pf-plp-review-star {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
}
