/* INI - EKOMI REVIEWS */
#section-ekomi .ekomi-slider-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

#section-ekomi .ekomi-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

#section-ekomi .reviews__item {
    flex: 0 0 33.333%;
    min-width: 33.333%;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
}

@media (max-width: 992px) {
    #section-ekomi .reviews__item {
        flex: 0 0 50%;
        min-width: 50%;
    }
}

@media (max-width: 680px) {
    #section-ekomi .reviews__item {
        flex: 0 0 100%;
        min-width: 100%;
    }
}

#section-ekomi .seal-type-box {
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 20;
}

#section-ekomi .seal-type-box img {
    width: 110px;
    height: 110px;
    display: block;
}

.reviews__item__box {
    background-color: #fff;
    box-shadow: 0 0.2rem 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
    border-radius: 1.125rem;
}

#section-ekomi .reviews__item__box {
    background: url('https://webalarms-pro-author.prosegur.com/.resources-alarms/ProsegurWebCorpModule/resources/img/ekomiRating/review_box.png') no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    margin-top: 25px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

#section-ekomi .review-header {
    margin-left: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60px;
    margin-bottom: 10px;
}

#section-ekomi .rating-row {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 2px;
}

#section-ekomi .rating-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 19px;
    color: #000;
}

#section-ekomi .rating-score {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

#section-ekomi .rating-score strong {
    font-weight: 700;
}

#section-ekomi .stars-blank {
    background: url('/.resources-alarms/ProsegurWebCorpModule/resources/img/ekomiRating/stars_grey_166x28.png') no-repeat;
    width: 166px;
    height: 28px;
    position: relative;
    transform: scale(0.75);
    transform-origin: left top;
}

#section-ekomi .stars-yellow {
    background: url('/.resources-alarms/ProsegurWebCorpModule/resources/img/ekomiRating/stars_yellow_166x28.png') no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#section-ekomi .item_text {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#section-ekomi .reviews__item__name {
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-top: 12px;
    text-transform: uppercase;
    padding: 0 5px;
}
