.slider__item {
  box-sizing: border-box;
  padding-right: 10px;
  flex: 0 0 25%;
  max-width: 25%;
}


@media (max-width: 1024px) {
  .slider__item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 768px) {
  .slider__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  .slider__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.trustPilotClone_container{
	display: flex;
	align-items: center;
	position: relative;
	max-width: 1024px;
}
.trustPilotClone_container * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.trustPilotClone_slides {
	width: calc(100% - 50px);
}
.trustPilotClone_card{
	display: flex;
	flex-direction: column;
	gap: 15px;
	height: 155px;
	background-color: #f8f9fa;
	border-radius: 2px;
	box-shadow: 0 1px 0 0 #aeaeae;
	line-height: 16px;
	padding: 15px;
	position: relative;
	font-family: 'Arial';
}
.trustPilotClone_stars{
	display: flex;
	gap: 2px;
}
.trustPilotClone_star{
	width: 18px;
	height: 18px;
}
.trustPilotClone_time{
	color: rgba(25,25,25,0.6);
	font-size: 12px;
	line-height: 14px;
	max-width: calc(100% - 135px);
	position: absolute;
	right: 15px;
	text-align: right;
	top: 15px;
}
.trustPilotClone_title{
	color: #1f2936;
	font-size: 14px;
	font-weight: 700;
	height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.trustPilotClone_text{
	color: #191919;
	font-size: 13px;
	line-height: 16px;
	max-height: 50px;
	overflow: hidden;
	word-wrap: break-word;
}
.trustPilotClone_author{
	color: rgba(25,25,25,0.6);
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 30px);
	margin-top: auto;
}
.trustPilotClone_arrow{
	width: 25px;
	height: 25px;
	z-index: 100;
}
.trustPilotClone_arrow:last-child{
	transform: rotate(180deg);
}
#trustpilot-widget .slider__control {
    top: calc(50% - 25px) !important;
}
.trustPilotClone__footer {
    margin-top: 10px;
    text-align: center;
	font-family: var(--font-family-secondary);
	color: #B8B8B8 !important;
}
.trustPilotClone__footer > #rating-long > a {
    color: #B8B8B8 !important;
    text-decoration: underline !important;
}
.trustPilotClone__footer img {
    height: 25px;
}

