
#scroll-container-wrapperReview{
	position: relative;
	width: 100%;
	overflow: hidden;
	
}
::-webkit-scrollbar {display: none;}
#scroll-containerReview {
	display: flex;
	overflow: hidden;
	width: 100%;
	padding-right: 40px;
	overflow-x: scroll;
}

#custom-scrollbarReview {
	position: relative;
	margin-top: 40px;
	height: 6px;
	width: 100%;
	background-color: transparent;
	cursor: pointer;
}

#custom-scrollbarReview:before{
	content:'';
	position: absolute;
	top:2px;
	height: 1px;
	width: 100%;
	left: 0px;
	right: 0px;
	background-color: var(--primary-color) !important;
	border-radius: 6px;
	opacity: 1;
}	

#custom-thumbReview {
	position: absolute;
	height: 100%;
	width: 150px; 
	background-color: var(--primary-color);
	cursor: pointer;
	border-radius: 100px;
}
.gn-reviewList{
	background-color: #F8F8F8;
	background-image: url("https://esp.granota.dev/wp-content/uploads/2025/07/blockquote.svg");
	background-position: bottom right;
	background-repeat: no-repeat;
	border-radius: 10px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.gn-reviewList h2{
	font-size: 18px;
	font-weight: 600;
}
.gn-reviewListUser .gn-reviewNombre{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.gn-reviewListUser .gn-reviewCentro{
	font-size: 13.6px;
	line-height: 13.6px;
	font-weight: 300;
	margin-bottom: 0px;
	padding-bottom: 0px;
}