.elementor-widget-trustpilot_carousel_eecba6bd .elementor-widget-container {
    margin: 0;
    padding: 0;
}
.tp-swiper-eecba6bd {
    width: 100%;
    padding: 0;
    padding-bottom: 40px; /* Space for pagination */
}
.tp-card-eecba6bd {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    transition: box-shadow 0.3s ease;
}
.tp-stars-eecba6bd {
    display: flex;
    gap: 2px;
}
.tp-star-box {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5e5e5;
    position: relative;
    overflow: hidden;
}
.tp-star-box-filled {
    background-color: #00b67a;
}
.tp-star-box-partial {
    background-color: #e5e5e5;
}
.tp-star-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #00b67a;
    z-index: 1;
}
.tp-star-box svg {
    fill: #ffffff;
    z-index: 2;
    position: relative;
}
.tp-title-eecba6bd {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.tp-meta-eecba6bd {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tp-avatar-eecba6bd {
    width: 40px;
    height: 40px;
    background: #4b83f0;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}
.tp-author-info-eecba6bd {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.tp-name-eecba6bd {
    font-weight: 600;
    font-size: 14px;
}
.tp-location-eecba6bd {
    font-size: 12px;
    color: #666;
}
.tp-date-eecba6bd {
    font-size: 12px;
    color: #888;
}
.tp-content-eecba6bd {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
.tp-verified-eecba6bd {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-top: auto;
}

/* Swiper Controls Styles */
.tp-carousel-wrapper-eecba6bd .tp-nav-btn-eecba6bd {
    color: #333;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.tp-carousel-wrapper-eecba6bd .tp-nav-btn-eecba6bd i,
.tp-carousel-wrapper-eecba6bd .tp-nav-btn-eecba6bd svg {
    font-size: 16px;
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.tp-carousel-wrapper-eecba6bd .swiper-button-prev.tp-nav-btn-eecba6bd {
    left: -20px;
}
.tp-carousel-wrapper-eecba6bd .swiper-button-next.tp-nav-btn-eecba6bd {
    right: -20px;
}

.tp-carousel-wrapper-eecba6bd .swiper-button-next:after,
.tp-carousel-wrapper-eecba6bd .swiper-button-prev:after {
    display: none; /* Hide default swiper icons */
}

.tp-carousel-wrapper-eecba6bd .swiper-pagination-bullet-active {
    background: #4b83f0;
}