/* ─── Wrapper ─────────────────────────────────────────────────────────────── */
.dual-engine-slider-wrapper-e1581381 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.dual-trust-swiper-e1581381 {
    width: 100%;
    height: 100%;
}
.dual-trust-swiper-e1581381 .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* ─── Base Card ───────────────────────────────────────────────────────────── */
.review-card-e1581381 {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

/* ─── Avatar ──────────────────────────────────────────────────────────────── */
.review-image-e1581381 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.review-avatar-initials-e1581381 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

/* ─── Author Info ─────────────────────────────────────────────────────────── */
.review-author-info-e1581381 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.review-author-details-e1581381 {
    display: flex;
    flex-direction: column;
}
.review-author-e1581381 {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.3;
}
.review-designation-e1581381 {
    font-size: 12px;
    color: #888;
    margin-top: 1px;
}

/* ─── Stars ───────────────────────────────────────────────────────────────── */
.review-stars-e1581381 {
    display: flex;
    gap: 2px;
    align-items: center;
}
.star-active-e1581381   { fill: #FFB400; }
.star-inactive-e1581381 { fill: #e0e0e0; }

/* ─── Meta Row ────────────────────────────────────────────────────────────── */
.review-meta-e1581381 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.review-time-e1581381 {
    font-size: 12px;
    color: #999;
}

/* ─── Review Text ─────────────────────────────────────────────────────────── */
.review-text-e1581381 {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* ─── Badge ───────────────────────────────────────────────────────────────── */
.review-badge-e1581381 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 4px;
    background: #f1f1f1;
    color: #555;
    white-space: nowrap;
}

/* ─── DEFAULT STYLE ───────────────────────────────────────────────────────── */
.review-card-default-e1581381 {
    border-top: 4px solid #ddd;
}
.review-card-default-e1581381.review-card--google     { border-top-color: #4285F4; }
.review-card-default-e1581381.review-card--trustpilot { border-top-color: #00B67A; }
.review-card-default-e1581381.review-card--custom     { border-top-color: #333; }

.review-card--google .review-badge-e1581381     { background: rgba(66,133,244,0.1); color: #4285F4; }
.review-card--trustpilot .review-badge-e1581381 { background: rgba(0,182,122,0.1);  color: #00B67A; }
.review-card--custom .review-badge-e1581381     { background: rgba(51,51,51,0.1);   color: #333; }

.review-header-e1581381 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* ─── TRUSTPILOT STYLE ────────────────────────────────────────────────────── */
.review-card-tp-e1581381 {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.tp-card-top-e1581381 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.tp-stars-row-e1581381 {
    display: flex;
    gap: 3px;
}
.tp-star-box-e1581381 {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.tp-star-active-e1581381   { background-color: #00B67A; }
.tp-star-inactive-e1581381 { background-color: #dcdce6; }

.tp-logo-badge-e1581381 {
    display: flex;
    align-items: center;
}
.tp-review-title-e1581381 {
    font-size: 15px;
    font-weight: 700;
    color: #191919;
    line-height: 1.4;
    margin-top: 8px;
}
.tp-review-body-e1581381 {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
}
.tp-card-footer-e1581381 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

/* ─── GOOGLE GMB STYLE ────────────────────────────────────────────────────── */
.review-card-gmb-e1581381 {
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(60,64,67,0.1), 0 4px 8px rgba(60,64,67,0.06);
    font-family: 'Google Sans', Roboto, Arial, sans-serif;
}
.gmb-card-header-e1581381 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}
.gmb-g-logo-e1581381 {
    flex-shrink: 0;
    margin-left: 8px;
}
.gmb-stars-row-e1581381 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}
.gmb-stars-row-e1581381 .star-active-e1581381   { fill: #FBBC05; }
.gmb-stars-row-e1581381 .star-inactive-e1581381 { fill: #e0e0e0; }
.gmb-review-body-e1581381 {
    font-size: 14px;
    color: #3c4043;
    line-height: 1.6;
}
.gmb-card-footer-e1581381 {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #f1f3f4;
}
.gmb-posted-on-e1581381 {
    font-size: 11px;
    color: #80868b;
}
.gmb-posted-on-e1581381 strong {
    color: #4285F4;
}

/* ─── CUSTOM DESIGN STYLE ─────────────────────────────────────────────────── */
.review-card-custom-style-e1581381 {
    border-radius: 12px;
    padding: 28px 24px 20px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    border: none;
    position: relative;
}
.custom-card-quote-e1581381 {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #333;
    line-height: 0;
}
.custom-review-body-e1581381 {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 4px;
}
.custom-card-meta-e1581381 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.custom-card-footer-e1581381 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}
.custom-badge-e1581381 {
    font-size: 10px;
    background: #f5f5f5;
    color: #666;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.custom-time-e1581381 {
    font-size: 11px;
    color: #bbb;
    display: block;
    margin-top: 6px;
}
