.rs-f61434f0-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.rs-f61434f0-card {
    background-color: #f3f4f8;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.rs-f61434f0-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.rs-f61434f0-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.rs-f61434f0-meta {
    display: flex;
    flex-direction: column;
}

.rs-f61434f0-name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.rs-f61434f0-subtitle {
    font-size: 13px;
    color: #777;
    margin-top: 2px;
}

.rs-f61434f0-divider {
    position: relative;
    border-top: 1px solid #ffffff;
    margin: 8px 0 16px 0;
}

.rs-f61434f0-arrow {
    position: absolute;
    top: -1px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
}

.rs-f61434f0-text {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.rs-f61434f0-stars {
    display: flex;
    gap: 4px;
    color: #ffb600;
}

.rs-f61434f0-stars svg,
.rs-f61434f0-stars i {
    width: 16px;
    height: 16px;
    fill: currentColor;
}


/* carousel navigation */
.rs-f61434f0-nav{display:flex;justify-content:center;gap:12px;margin-top:28px}
.rs-f61434f0-arrow{width:44px;height:44px;border-radius:50%;border:1px solid #C9A45C;background:transparent;color:#C9A45C;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}
.rs-f61434f0-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.rs-f61434f0-arrow:hover,.rs-f61434f0-arrow:focus-visible{background:#C9A45C;color:#071D2B}
.rs-f61434f0-arrow:focus-visible{outline:2px solid #3F7DDB;outline-offset:2px}
/* spec: no generic star ratings on directly solicited testimonials */
.rs-f61434f0-stars{display:none !important}
@media (prefers-reduced-motion: reduce){.rs-f61434f0-wrapper .swiper-wrapper{transition-duration:0ms !important}}
