.reviews-c1528942-carousel-wrapper {
    position: relative;
    width: 100%;
}

.reviews-c1528942-carousel {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px !important;
}

/* Remove bottom space when pagination is disabled */
.reviews-c1528942-carousel.pagination-disabled-c1528942 {
    padding-bottom: 0px !important;
}

.reviews-c1528942-item {
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

/* HEADER ROW: Rating Left, Icon Right */
.reviews-c1528942-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.reviews-c1528942-stars {
    color: #f5c518;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.reviews-c1528942-icon-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.reviews-c1528942-icon-el {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.reviews-c1528942-icon-el svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.reviews-c1528942-icon-lbl {
    font-size: 13px;
    color: #555555;
    font-weight: 500;
}

/* BODY ROW */
.reviews-c1528942-body {
    flex-grow: 1;
}

.reviews-c1528942-text {
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
}

.reviews-c1528942-additional {
    font-size: 13px;
    color: #666666;
    margin-top: 8px;
}

/* SEPARATOR */
.reviews-c1528942-separator {
    height: 1px;
    background-color: #ececec;
    width: 100%;
}

/* FOOTER ROW: Bio info */
.reviews-c1528942-bio {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviews-c1528942-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.reviews-c1528942-initials-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3b5998;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

.reviews-c1528942-meta {
    display: flex;
    flex-direction: column;
}

.reviews-c1528942-name {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
}

.reviews-c1528942-job-title {
    font-size: 13px;
    color: #777777;
}

.reviews-c1528942-title {
    font-size: 13px;
    color: #444444;
    font-weight: bold;
}

/* NAVIGATION ARROWS */
.reviews-c1528942-prev,
.reviews-c1528942-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.reviews-c1528942-prev {
    left: -10px;
}

.reviews-c1528942-next {
    right: -10px;
}

.reviews-c1528942-pagination {
    position: absolute;
    bottom: 0px !important;
    left: 0;
    width: 100%;
    text-align: center;
}
