/**
 * Vizium360 / RealPatientRatings review modules.
 *
 * The vendor ships its own widget stylesheet (whasn-review-custom-new-columns.css,
 * referenced via data-stylesheet). These rules cover the WHASN wrapper markup plus
 * the affiliate feed overrides Vizium supplied, brand-matched to #d71d52.
 */

/* Per-page review module wrapper. */
.whasn-reviews {
	margin-top: 45px;
	margin-bottom: 15px;
}

.whasn-reviews__title {
	border-bottom: 1px solid #d71d52;
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 8px;
}

/* Affiliate-level ratings feed. */
.rpr-feed .rpr-bubble {
	color: #3f3f3f !important;
}

.rating-distr .rpr-stats-bar {
	background: #d71d52 !important;
}

.rating-distr .rpr-title {
	visibility: hidden !important;
	height: 0 !important;
}

.rpr-feed .rpr-rating {
	padding-left: 5px !important;
	zoom: 1.5 !important;
	padding-top: 0 !important;
}

.rpr-feed .rpr-review-count {
	margin: 0 !important;
	font-size: 12px !important;
	text-transform: none !important;
	color: #3f3f3f !important;
}

.satisfaction-category-label {
	color: #111111 !important;
}

.rpr-col-item.rating-bars-wrapper {
	line-height: 1em;
}
