
/* All styles */
.trustpilot-logo {
	height: 21px;
}

.trust-logo-3 {
    width: 25%;
    text-align: right;
}
.trust-logo-3 > img {
    border-radius: 10%;
    width: 40px;
}

.trust-logo-small {
    width: 40px;
    transition: 0.5s filter;
    border-radius: 50%;
	bord er: 1px solid;
}

.trust-logo-small:hover {
    filter: brightness(1.5);
    transition: 0.5s filter;
}



ul {
    list-style-type: none;
}

.z-trust-row {
    display: flex;
	padding-top: 10px;
}

.trustpilot-company {
    width: 20%;
}
.slider-box {
    width: 100%;
}

.str-trust-box-widget {    
	text-align: center;
	padding: 10px 0;
}
.str-swiper-slider:hover {
    transform: scale(1.02);
    transition: 0.5s transform;
}

.str-swiper-slider {
    background: #f7f7f7;
    padding: 10px;
    height: unset;
	transition: 0.5s transform;
	/* margin-top: 5px;  */
}

.str-swiper-viewport {
	box-shadow: unset;
	margin-bottom: 5px;
	border: unset;
}

.str-trust-box-widget-bottom {
    padding: 10px;
}
.trust-row-vertical {
    margin-top: 10px;
}
.vertical-swiper {
    margin-bottom: 10px;
}

.trust-header {
    display: flex;
}

.trust-profile-img {
    width: 25%;
    padding-right: 10px;
}

.trust-profile-details {
    width: 50%;
    display: grid;
    text-align: left;
}


.str-heading {
    font-size: 25px;
    padding: 20px 10px;
    background: #00B67A;
    color: #ffffff;
	text-align: center;
	margin-bottom: 0.5px;
}

.str-name {
    font-size: 17px;
    font-weight: 600;
    line-height: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #383838;
}

.str-review {
    text-align: left;
	font-size: 12.5px;
    line-height: 1.75rem;
	
}

.str-date {
    line-height: 12px;
}

.review-box {
    padding: 10px 5px;
}
.str-stars {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

.str-title {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 10px;
}
.trust-profile-img > img {
    width: 50px;
    height: 50px;
}

.green-stars {
    width: 20px;
    margin-right: 1px;
}
.str-swiper-pagination { display: none; }


.swiper-button-prev.t-prev:before {
    content: "\f104";
    color: #ffffff;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    font-size: 20px;
}
.swiper-button-next.t-next:before {
    content: "\f105";
    color: #ffffff;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    font-size: 20px;
}
  .full-review{
        display: none;
    }
	
.vertical-profile-container { display: flex; }

/* Dark Theme Styles */
.str-swiper-slider-dark {
	background: #000000;
	color: #ffffff;
}
.str-name-dark { color: unset; }
.str-date-dark { color: #bababa; } 
.str-review-dark { color: #cecece; }
.trust-row-vertical-dark { background: #212121; border-top: unset;}
.module-container-dark { background: #212121; }
.module-container { margin-top: 30px; }

.remove-margin { margin: 0; }

@media only screen and (max-width: 450px) {
.trustpilot-logo { margin-right: 0; }
}

@media only screen and (min-width: 450px) {
	.vertical-header {   display: flex; }
	.vertical-profile-container {
		width: calc(100% - 140px);
	}
	.trustpilot-logo { margin-right: 10px; }
}