.mafshocommentino-review-slider-wrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    direction: inherit;
}

.mafshocommentino-review-slider-wrap * {
    box-sizing: border-box;
}

.mafshocommentino-slider-container {
    width: 100%;
    padding: 6px 2px;
    overflow: hidden;
}

.mafshocommentino-slide-item {
    height: auto;
    display: flex;
    box-sizing: border-box;
}

.mafshocommentino-review-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mafshocommentino-header-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.mafshocommentino-avatar-wrap {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fafc;
}

.mafshocommentino-customer-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.mafshocommentino-meta-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.mafshocommentino-customer-name {
    font-size: 15px;
    font-weight: 700;
    color: #0e5f39;
    line-height: 1.4;
}

.mafshocommentino-customer-location {
    font-size: 13px;
    color: #64748b;
    margin-top: 2px;
    line-height: 1.3;
}

.mafshocommentino-review-text {
    font-size: 14px;
    color: #334155;
    line-height: 1.8;
    margin-top: 18px;
    text-align: right;
    word-break: break-word;
    flex-grow: 1;
}

.mafshocommentino-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    width: 100%;
}

.mafshocommentino-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #cbd5e1;
    opacity: 0.6;
    margin: 0 !important;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.mafshocommentino-pagination .swiper-pagination-bullet-active {
    background-color: #0e5f39;
    opacity: 1;
    width: 10px;
}

.mafshocommentino-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f1f5f9;
    color: #0e5f39;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}

.mafshocommentino-nav-prev {
    right: -18px;
}

.mafshocommentino-nav-next {
    left: -18px;
}