
/* Star ratings */
.social-review-network {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	gap: 20px;
}
.social-review-badge {
	background: #fff;
	border-top: solid 5px #00bf00;
	padding: 0 0 15px 0;
	border-radius: 5px;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
	white-space: nowrap;
	min-height: 150px;
	width: 300px;
	max-width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.social-review-badge > a {
	color: #333;
	font-size: 18px;
}
.social-review-badge-top {
	padding: 10px 25px 15px 25px;
	cursor: pointer;
}
.social-review-badge-logo {
	display: inline-block;
	vertical-align: middle;
}
.social-review-badge-info {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 0 10px;
}
.social-review-badge-review-button {
	padding-left: 25px;
}
.social-review-badge-review-button a,
.social-review-full-review-button a {
	text-decoration: none;
	padding: 0;
	width: 100%;
	display: block;
	vertical-align: middle;
	line-height: 28px;
	color: #00bf00;
	font-size: 18px;
}
.social-review-full-review-button {
	margin: auto;
	text-align: center;
}
.social-review-full-review-button a {
	border-radius: 5px;
	padding: 10px 0;
	text-align: center;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
}
.social-review-badge-review-button .an-icon:last-child,
.social-review-full-review-button .an-icon:last-child {
	width: 1px;
	font-size: 35px;
	vertical-align: middle;
	margin-top: -5px;
	transition: display 0s, opacity 0.2s ease, width 0.2s ease;
	opacity: 0;
}
.social-review-badge-review-button a:hover .an-icon:last-child,
.social-review-full-review-button a:hover .an-icon:last-child {
	width: 32px;
	opacity: 1;
}
.social-review-button-google a {

}
.social-review-button-yelp a {
	color: #c41200;
}
.social-review {
	width: 300px;
	max-width: 300px;
	min-height: 150px;
	border: solid 1px #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}
.social-review-avatar {
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}
.social-review-avatar-full {
	display: block;
	padding: 10px;
	text-align: center;
}
.social-review-avatar-full img {
	border-radius: 50px;
	max-width: 100px;
	max-height: 100px;
}
.social-review-avatar img {
	border-radius: 25px;
	width: 50px;
	height: 50px;
	max-width: 50px;
	max-height: 50px;
}
.social-review-info {
	display: inline-block;
	max-width: 218px;
}
.social-review-name {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
}
.social-review-when {
	color: #999;
	font-size: 14px;
	padding-bottom: 4px;
}
.social-review-full-rating {
	text-align: center;
	padding: 10px;
}
.social-review-rating {
	display: inline-block;
}
.social-review-rating-number {
	display: inline-block;
	color: #00bf00;
	vertical-align: middle;
	padding-right: 5px;
}
.social-review-star-rating {
	position: relative;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}
.social-review-star-rating div.social-review-open-stars {
	color: #00bf00;
	white-space: nowrap;
	width: 100px;
}
.social-review-star-rating div.social-review-closed-stars {
	position: absolute;
	top: 0;
	left: 0;
	color: #00bf00;
	white-space: nowrap;
	overflow: hidden;
}
.social-review-star-rating .an-icon {
	width: 20px;
	padding: 0;
}
.social-review-text {
	font-size: 12px;
	line-height: 1.6em;
}
.social-review-full-text {
	font-size: 14px;
	line-height: 1.6em;
}
.social-review-read-more {
	display: inline-block;
	margin-top: -5px;
	transform: translateY(5px);
	margin-left: 5px;
}
.social-review-read-more .an-icon {
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	width: 25px;
	height: 25px;
	background: #efefef;
	border-radius: 20px;
	display: inline-block;
	font-size: 18px;
	color: #444;
}
