/* --- GOOGLE REVIEWS --- */

.reviews__wrapper_google {
	position: relative;
	overflow: hidden;
	padding: 20px 20px 32px;
    width: 560px;
    height: 800px;   
    background: #ffffff;
    border-radius: 8px;
}

.reviews__wrapper_google .reviews__title {
	display: flex;
	align-items: flex-start;
}

.reviews__wrapper_google .reviews__list_google {
	overflow: hidden;
	max-height: 82%;
}

.reviews__wrapper_google .reviews__list-item_google {
	margin: 10px 0;
	list-style-type: none;
}

.reviews__link_google {
	text-decoration: inherit;
}


/* BADGE BUTTON */

.badge__more-reviews-link-wrap {
    position: relative;
    text-align: center;
	font-family: "YS Text", sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.badge__more-reviews-link {
    color: #198cff;
    background: #f5f7fa;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 12px 16px;
    line-height: 16px;
    border-radius: 8px;
    margin: auto;
    text-align: center;
    font-weight: 500;
}

.badge__more-reviews-link-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -16px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 60px;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff);
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
}

/* /BADGE BUTTON */

.reviews__wrapper_google .badge__more-reviews-link-wrap {
	position: absolute;
	left: 0;
    right: 0;
	bottom: 40px;
	width: 100%;
}

.reviews__link_google_add {
	box-sizing: border-box;
    text-decoration: none;
    color: #b3b3b3;
    font-size: 10px;
    font-family: "YS Text", sans-serif;
    padding: 0 20px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 14px;
    white-space: nowrap;
    padding: 0 16px;
}


/* ADOPT */
@media (max-width: 1024px) {

	.section--comment .container .row .col-md-6 {
		width: 100%;
	}
	
	.section--comment .container .row .col-md-6:first-child {
		margin-bottom: 20px;
	}

	.section--comment .container .row .col-md-6 > div {
		max-width: 90vw;
		margin: 0 auto;
	}

}

@media (max-width: 767px) {
	
	.reviews__wrapper_google .reviews__list_google {
		overflow: hidden;
		max-height: 80%;
	}
	
}
/* /ADOPT */

/* --- /GOOGLE REVIEWS --- */