.review-wrapper
{
	font-family: 'Open Sans', 20px, Regular;
}

.ue-remote-arrow:hover {
	background-color: #cccccc;
}

.ue-remote-arrow {
	flex-grow: 0;
	flex-shrink: 0;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1em;
	cursor: pointer;
}
.ue-remote-arrow {
	flex-direction: row;
	gap: 10px;
	background-color: var( --e-global-color-1bce70f );
	min-width: 50px;
	min-height: 50px;
	border-radius: 50px 50px 50px 50px;
	border-style: none;
	box-shadow: 0px 20px 25px -14px rgba(0, 0, 0, 0.14);
}
.ue-remote-arrow {
	flex-direction: row;
	gap: 10px;
	background-color: var(--e-global-color-1bce70f);
	min-width: 50px;
	min-height: 50px;
	border-radius: 50px 50px 50px 50px;
	border-style: none;
	box-shadow: 0 20px 25px -14px rgb(0 0 0 / .14);
}
.ue-remote-arrow {
	border: none;
	border-top-style: none;
	border-top-color: currentcolor;
	border-right-style: none;
	border-right-color: currentcolor;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-left-style: none;
	border-left-color: currentcolor;
	border-color: transparent;
}

.ue-remote-arrow {
	font-family: var(--e-global-typography-text-font-family),Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
}

.section {
	display: grid;
	place-items: center;
	margin: auto auto;
}

.sp-carousel {
	display: flex;
	gap: 15px;
	margin: auto auto;
	position: relative;
	overflow-x: hidden;
	width: 100% !important;
}

.SP-slider {
	padding: 1rem;
	height: auto;
	transition: opacity 0.5s ease-in-out;
	flex: 0 0 100%;
	max-width: 300px;
	margin: 30px auto;
}

.SP-slider > img {
	width: 5em;
	margin: 5px 5px;
}

.SP-slider > .reviewer-name {
	font-size: large;
}

.carousel-dots {
	display: flex;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FFDFB0;
	margin: 0 5px;
	cursor: pointer;
	display: flex;
}

.dot.active {
	background-color: #8B2919;
}

.bi {
	color: #000;
}

.SP-slider {
	flex: 1;
	text-align: center;
	transition: filter 0.3s;
	width: 100%;
	text-align: left;
	padding: 1rem 1rem 2rem;
	box-shadow: 0 2px 6px rgba(65, 11, 16, 0.15);
	border-radius: 1rem;
}

/* Media query for tablets and desktops */
@media screen and (min-width: 768px) {
	.SP-slider {
		width: 50%; /* Display two cards per row */
		float: left;
	}
}


.SP-slider .slide {
	flex: 1;
	text-align: center;
	transition: filter 0.3s;
}

.SP-slider .slide:not(.active) {
	filter: blur(5px); /* Adjust the blur strength as needed */
}

.carousel-dots {
	text-align: center;
}

.carousel-dots .dot {
	display: inline-block;
	margin: 20px 5px 0px 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
}

.review-text 
{
	font-family: inherit;
}

.reviewer-name-overview
{
	display: inline-flex;
}

.reviewer-name
{
	font-family: inherit;	
	margin: 0;
	display: grid;
	align-items: center;
	font-weight: bold;
}
/* hover background: FFBC7A. icon: 8B2919;  */
.dot-left{
	margin-right: 10px;
	background: #FFDFB0;
}

.dot-left:hover{
	background: #FFBC7A;
}

.dot-right{
	margin-left: 10px;
	background: #FFDFB0;
}

.dot-right:hover{
	background: #FFBC7A;
}

.ue-carousel-nav-icon{
	color: #8B2919;
}