:is(.bsg-reviews-slider, .testing-products-reviews) {
    --reviews-blue: #0371fe;
    --reviews-blue-dark: #0035be;
    --reviews-text: #3a4258;
    --reviews-muted: #565d6c;
    --reviews-green: #26a662;
    --reviews-yellow: #fecf12;
    --reviews-border: #e8edf3;
    --reviews-soft: #f8fafc;
    --reviews-white: #ffffff;

    width: 100%;
    padding: 52px 0;
    overflow: hidden;
    font-family: inherit;
    box-sizing: border-box;
}

:is(.bsg-reviews-slider, .testing-products-reviews) *,
:is(.bsg-reviews-slider, .testing-products-reviews) *::before,
:is(.bsg-reviews-slider, .testing-products-reviews) *::after {
    box-sizing: border-box;
}

:is(.bsg-reviews-slider__container, .testing-products-reviews > .testing-products-container) {
    width: 100%;
    margin: 0 auto;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .custom-testimonials {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--reviews-border);
    border-radius: 16px;
    background: var(--reviews-white);
    
}

:is(.bsg-reviews-slider, .testing-products-reviews) .custom-testimonials > .widget-header,
:is(.bsg-reviews-slider, .testing-products-reviews) .widget-header {
    display: none !important;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin: 0;
    padding: 24px 28px;
    border-bottom: 1px solid #edf0f4;
    background: #f6f9fc;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__intro {
    min-width: 0;
    max-width: 620px;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__intro h2 {
    margin: 0 0 6px;
    color: var(--reviews-text);
    font-size: 26px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__intro p {
    max-width: 560px;
    margin: 0 0 8px;
    color: var(--reviews-muted);
    font-size: 14px;
    line-height: 1.5;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__all-link {
    display: inline-flex;
    color: var(--reviews-blue);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.4;
    text-decoration: none;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__all-link:hover {
    color: var(--reviews-blue-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__summary {
    display: flex;
    min-width: 230px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 14px 16px;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    background: #fff;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__score-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__score {
    color: var(--reviews-text);
    font-size: 20px;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__based-on {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 7px;
    color: var(--reviews-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__based-on > span:first-of-type {
    color: var(--reviews-blue);
    font-weight: 650;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__based-on:hover {
    color: var(--reviews-blue);
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__info {
    display: inline-flex;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__svg-stars,
:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__card-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 0;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__svg-star {
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    object-fit: contain;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__svg-star-partial {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.bsg-reviews-slider
.testing-products-reviews__svg-star-partial
> .testing-products-reviews__svg-star {
    position: absolute;
    inset: 0;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__svg-star-fill {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    height: 16px;
    overflow: hidden;
}

.bsg-reviews-slider
.testing-products-reviews__svg-star-fill
.testing-products-reviews__svg-star {
    width: 16px;
    max-width: none;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__card-score {
    margin-left: 4px;
    color: var(--reviews-text);
    font-size: 18px;
    font-weight: 650;
    line-height: 1;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__rating,
:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__rating-fill,
:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__rating::before,
:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__rating::after,
:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__rating-fill::before,
:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__rating-fill::after {
    display: none !important;
    content: none !important;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonials-slider,
:is(.bsg-reviews-slider, .testing-products-reviews) .splide,
:is(.bsg-reviews-slider, .testing-products-reviews) .splide__track {
    width: 100%;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonials-slider {
    padding: 16px 12px 12px;
    overflow: hidden;
		    background-color: #f6f9fc;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .splide {
    position: relative;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .splide__track {
    overflow: hidden;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .splide__list {
    align-items: stretch;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .splide__slide {
    height: auto;
    padding: 3px 6px 8px;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--outer {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 232px;
    flex-direction: column;
    padding: 16px;
    overflow: hidden;
    border: 1px solid var(--reviews-border);
    border-radius: 11px;
    background: var(--reviews-white);
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--title-inside {
    min-width: 0;
    flex: 1 1 auto;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--title-inside h3 {
    margin: 0 0 6px;
    overflow: hidden;
    color: var(--reviews-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--image {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    overflow: hidden;
    border-radius: 7px;
    background: #f7f8fa;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--acronym {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: var(--reviews-white);
    background: var(--reviews-blue);
    font-size: 15px;
    font-weight: 700;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--action {
    min-height: 0;
    margin-top: 8px;
    color: var(--reviews-blue);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--text {
    position: relative;
    flex: 1 1 auto;
    max-height: 88px;
    margin-top: 8px;
    padding: 0;
    overflow: hidden;
    color: var(--reviews-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--text,
:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--text * {
    color: var(--reviews-muted) !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--text p,
:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--text div,
:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--text span {
    margin: 0 !important;
    padding: 0 !important;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--text::after {
    display: none;
    content: none;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f2f5;
    background: var(--reviews-white);
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--date {
    color: #929baa;
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--verified {
    display: flex;
    align-items: center;
    margin-left: auto;
    color: var(--reviews-green);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}

.bsg-reviews-slider
.testimonial__custom--verified:not(:has(img))::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-right: 6px;
    content: "";
    background:
        url("https://c.cdnmp.net/584882451/content/iconBSGMAG_teste/bsgmag-recenzieverificata.svg?rv=1784634018")
        center / contain no-repeat;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--verified img {
    display: block;
    width: auto;
    max-width: 52px;
    height: 16px;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .splide__arrow {
    z-index: 5;
    width: 34px;
    height: 34px;
    border: 1px solid #dce3ec;
    background: var(--reviews-white);
    box-shadow: 0 4px 12px rgba(39, 55, 84, 0.1);
    opacity: 1;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .splide__arrow svg {
    fill: var(--reviews-blue);
}

:is(.bsg-reviews-slider, .testing-products-reviews) .splide__arrow--prev {
    left: 4px;
}

:is(.bsg-reviews-slider, .testing-products-reviews) .splide__arrow--next {
    right: 4px;
}

@media (max-width: 900px) {
    :is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--header {
        gap: 22px;
        padding: 22px 24px;
    }
}

@media (max-width: 640px) {
    :is(.bsg-reviews-slider, .testing-products-reviews) {
        padding: 38px 0;
    }

    :is(.bsg-reviews-slider__container, .testing-products-reviews > .testing-products-container) {
        width: 100%;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .custom-testimonials {
        border-radius: 14px;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--header {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px 16px;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__intro h2 {
        font-size: 23px;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__intro p,
    :is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__all-link {
        font-size: 14px;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__summary {
        width: 100%;
        min-width: 0;
        padding: 13px 14px;
				background: #fff;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__score {
        font-size: 18px;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__based-on {
        flex-wrap: wrap;
        font-size: 12px;
        white-space: normal;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__svg-star,
    :is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__svg-star-partial {
        width: 14px;
        height: 14px;
        min-width: 14px;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .testing-products-reviews__svg-star-fill {
        height: 14px;
    }

    .bsg-reviews-slider
    .testing-products-reviews__svg-star-fill
    .testing-products-reviews__svg-star {
        width: 14px;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .testimonials-slider {
        padding: 12px 6px 8px;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .splide__slide {
        padding: 3px 5px 8px;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--outer {
        min-height: 220px;
        padding: 15px;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--text,
    :is(.bsg-reviews-slider, .testing-products-reviews) .testimonial__custom--text * {
        font-size: 13px !important;
    }

    :is(.bsg-reviews-slider, .testing-products-reviews) .splide__arrow {
        display: none;
    }
}

.testimonial__custom--verified {
    gap: 6px;
    color: #26A662;
    font-size: 14px;
    font-weight: 600;
}

.testimonial__verified-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: block;
}

:is(.bsg-reviews-slider__container,
    .testing-products-reviews > .testing-products-container) {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}