@import url("https://fonts.googleapis.com/css2?family=Poppins");
.frDiv {
	background-color:lemonchiffon;
	height: 91px;
	color: white;
	padding: 0 1%;
	display: flex;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, Helvetica, "Helvetica Neue", sans-serif;
}
#fReviewDiv {
	border: 4px solid burlywood;
}
.frStars {
	display: block;
	width: 30%;
	height: 91px;
	padding-top: 24px;
	font-size:14px;
	color: #333;
}
.frLink {
	display: block;
	width: 40%;
	text-align: center;
	margin: auto;
}
.frLogo {
	display: block;
	width: 30%;
	margin: auto;
}
.reviewText {
	background-color: lemonchiffon;
	width: 100%;
	max-width: 100%;
	padding: 5px;
	color: #0A2D45;
}
.starsBackground {
	vertical-align: text-bottom;
	display: inline-block; background:url(https://www.edart.co.uk/motors/display/googlereviews/images/stars_empty.png) no-repeat left top;
	width: 105px;
	line-height: 1;
}
.frLogoImage {
	width: 185px;
	max-width: 100%;
	display: block;
	float: right;
}
.frLinkButton {
    color: #fff;
    background-color: cadetblue;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin: auto;
    width: 130px;
		max-width: 80%;
    font-size: 14px;
    padding: 5px 2px;
    border-radius: 0;
    display: block;
    border: 1px solid rgba(6,31,83,0.3);
}
@media (max-width:700px) {
	.frStars {
		font-size:12px;
	}
}
@media (max-width:450px) {
	.frStars {
		font-size:10px;
	}
}
