.review-binding{
    display:inline-flex;
    align-items:center;
    margin-left:10px;
    padding:4px 10px;
    border-radius:999px;
    background:#F1F0F7;
    color:#5E4D91;
    font-size:.78rem;
    font-weight:600;
    white-space:nowrap;
}
.review-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom:30px;
}
.review-lightbox-prev,
.review-lightbox-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.45);
    color:#fff;
    font-size:28px;
    line-height:48px;
    cursor:pointer;
    transition:.2s;
    z-index:1000;
}
.review-lightbox-prev:hover,
.review-lightbox-next:hover{
    background:rgba(0,0,0,.75);
}
.review-lightbox-prev{
    left:20px;
}
.review-lightbox-next{
    right:20px;
}
#reviewImageModal .modal-content{
    position:relative;
}
.review-helpful-done{
    opacity:.65;
    cursor:default;
    border-color:#C4C7C8 !important;
}

/*=====================================================
 REVIEW SUMMARY
=====================================================*/

.review-summary{
    display:grid;
    grid-template-columns:260px 1fr;
    gap:70px;
    align-items:center;
    background:#fff;
    border:1px solid #C4C7C8;
    border-radius:24px;
    padding:42px;
    margin-bottom:42px;
}
.review-overview{
    text-align:center;
}
.review-average-number{
    font-size:72px;
    font-weight:700;
    line-height:1;
    letter-spacing:-2px;
    color:#1E1E1E;
}
.review-average-stars{
    display:flex;
    justify-content:center;
    margin:18px 0;
}
.review-average-stars .review-stars{
    gap:5px;
}
.review-average-stars .review-stars span{
    font-size:22px;
}
.review-average-label{
    font-size:15px;
    color:#7B7B87;
}
.review-average-label strong{
    color:#232323;
    font-weight:600;
}
.review-distribution{
    display:flex;
    flex-direction:column;
    gap:15px;
}
.review-bar-row{
    display:grid;
    grid-template-columns:44px 1fr 30px;
    align-items:center;
    gap:16px;
}
.review-bar-label{
    font-size:15px;
    font-weight:500;
    color:#4A4A4A;
}
.review-bar{
    height:8px;
    background:#F3F2F8;
    border-radius:999px;
    overflow:hidden;
}
.review-bar-fill{
    height:100%;
    background:#D6B76A;
    border-radius:999px;
    transition:width .5s ease;
}
.review-bar-count{
    text-align:right;
    font-size:14px;
    color:#7C7C89;
}
@media (max-width:768px){
    .review-summary{
        grid-template-columns:1fr;
        gap:35px;
        padding:26px;
    }
}

/* ==========================================================
   REVIEWS
========================================================== */

.review-card{
    background:#F9F9F9;
    border-radius:20px;
    padding:28px;
    margin-bottom:24px;
    transition:.25s ease;
}
.review-card-header{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:18px;
}
.review-avatar{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    font-weight:700;
    flex-shrink:0;
    letter-spacing:.5px;
    border:1px solid #C4C7C8;
}
.review-author{
    flex:1;
    min-width:0;
}
.review-author-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:8px;
}
.review-author-top strong{
    font-size:17px;
    color:#232323;
    font-weight:600;
}
.review-date{
    color:#8D8D98;
    font-size:14px;
    white-space:nowrap;
}
.review-rating-row{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}
.review-recommend{
    background:#EEF8F1;
    color:#1F7A45;
    padding:5px 12px;
    border-radius:100px;
    font-size:13px;
    font-weight:600;
}
.review-verified{
    margin-top:10px;
    color:#666;
    font-size:14px;
    display:flex;
    align-items:center;
    gap:8px;
}

* ==========================================================
   TITEL + TEXT
========================================================== */

.review-title{
    margin:18px 0 12px;
    font-size:20px;
    line-height:1.35;
    font-weight:600;
    color:#232323;
}
.review-text{
    color:#555;
    line-height:1.85;
    font-size:15px;
    word-break:break-word;
}
.review-text p:last-child{
    margin-bottom:0;
}

/* ==========================================================
   KUNDENBILDER
========================================================== */

.review-images{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:22px;
}
.review-image{
    width:92px;
    height:92px;
    display:block;
    overflow:hidden;
    border-radius:14px;
    border:1px solid #ECEAF4;
    background:#FAFAFC;
    transition:.25s ease;
}
.review-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.35s ease;
}
.review-image:hover img{
    transform:scale(1.06);
}

/* ==========================================================
   STERNE
========================================================== */

.review-stars{
    display:flex;
    align-items:center;
    gap:3px;
    font-size:20px;
}
.review-stars svg{
    width:18px;
    height:18px;
}
.review-stars .filled{
    color:#FFB400;
}
.review-stars .empty{
    color:#D8D8E0;
}

/* ==========================================================
   ABSTÄNDE
========================================================== */

.review-card+.review-card{
    margin-top:24px;
}

/* ==========================================================
   SHOP-ANTWORT
========================================================== */

.review-shop-reply{
    margin-top:24px;
    padding:20px;
    border-radius:16px;
    background:#F8F7FC;
    border:1px solid #ECEAF4;
}
.review-shop-header{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:14px;
}
.review-shop-icon{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#E8F3EC;
    color:#2E6F63;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}
.review-shop-icon svg{
    width:18px;
    height:18px;
}
.review-shop-info{
    flex:1;
}
.review-shop-title{
    font-size:15px;
    font-weight:600;
    color:#232323;
    margin-bottom:3px;
}
.review-shop-date{
    font-size:13px;
    color:#8D8D98;
}
.review-shop-text{
    color:#555;
    line-height:1.75;
    font-size:15px;
}

/* ==========================================================
   FOOTER
========================================================== */

.review-footer{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    padding-top:20px;
}
.review-helpful{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border:2px solid #222;
    color:#222;
    padding:11px 18px;
    border-radius:999px;
    cursor:pointer;
    transition:.25s ease;
    font-size:14px;
    font-weight:500;
    background-color:transparent;
}
.review-helpful:hover{
    background:#ECEAF4;
    color:#232323;
}
.review-helpful:active{
    transform:scale(.98);
}
.review-helpful-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
}

/* ==========================================================
   ANIMATIONEN
========================================================== */

.review-card{
    animation:reviewFade .35s ease;
}
@keyframes reviewFade{
    from{
        opacity:0;
        transform:translateY(12px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* ==========================================================
   BILDER LIGHTBOX VORBEREITUNG
========================================================== */

.review-image{
    cursor:zoom-in;
}
.review-image img{
    user-select:none;
    -webkit-user-drag:none;
}

/* ==========================================================
   BUTTON FOCUS
========================================================== */

.review-helpful:focus{
    outline:none;
    box-shadow:0 0 0 4px rgba(241,240,247,.9);
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width:768px){
    .review-card{
        padding:20px;
        border-radius:16px;
    }
    .review-card-header{
        gap:14px;
    }
    .review-avatar{
        width:48px;
        height:48px;
        font-size:17px;
    }
    .review-author-top{
        flex-direction:column;
        align-items:flex-start;
        gap:5px;
    }
    .review-title{
        font-size:18px;
    }
    .review-text{
        font-size:14px;
        line-height:1.75;
    }
    .review-images{
        gap:10px;
    }
    .review-image{
        width:78px;
        height:78px;
        border-radius:12px;
    }
    .review-footer{
        justify-content:flex-start;
    }
}

@media (max-width:480px){
    .review-card{
        padding:18px;
    }
    .review-avatar{
        width:44px;
        height:44px;
        font-size:15px;
    }
    .review-recommend{
        font-size:12px;
        padding:4px 10px;
    }
    .review-helpful{
        width:100%;
        justify-content:center;
    }
    .review-image{
        width:68px;
        height:68px;
    }
}

/* ==========================================================
   OPTIONAL DUNKLERE LINKS IM TEXT
========================================================== */

.review-text a{
    color:#4B5AA6;
    text-decoration:none;
}
.review-text a:hover{
    text-decoration:underline;
}