/* =========================================================
   RAVELAB — HODNOCENÍ OBCHODU
========================================================= */

#hodnoceniobchodu {
    margin-top: 90px;
    margin-bottom: 90px;
}

/* =========================================================
   NADPIS
========================================================= */

#hodnoceniobchodu > h2 {
    margin: 0 0 20px !important;
    text-align: center;
}

#hodnoceniobchodu > h2 a {
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(28px, 2.4vw, 40px) !important;
    font-weight: 900 !important;

    line-height: 1 !important;
    letter-spacing: -0.05em !important;

    text-transform: uppercase;
    text-decoration: none !important;

    color: #000 !important;
}

/* =========================================================
   CELKOVÉ HODNOCENÍ
========================================================= */

#hodnoceniobchodu .shop-eval-stars {
    margin-bottom: 34px;
    text-align: center;
}

#hodnoceniobchodu .rate-average-inner {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#hodnoceniobchodu .rate-average {
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    color: #000 !important;
}

#hodnoceniobchodu .rate-star-wrap {
    display: inline-flex !important;
    align-items: center;
}

/* skrytí počtu hodnocení */

#hodnoceniobchodu .stars-label {
    display: none !important;
}

/* =========================================================
   KARTY RECENZÍ
========================================================= */

#hodnoceniobchodu .vote-wrap {
    background: #fff !important;

    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05) !important;

    padding: 22px !important;
}

/* hlavička recenze */

#hodnoceniobchodu .vote-header {
    margin-bottom: 14px !important;
}

#hodnoceniobchodu .vote-summary {
    display: block !important;
}

/* jméno */

#hodnoceniobchodu .vote-name {
    display: block !important;
    margin-bottom: 8px !important;

    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    color: #111 !important;
}


#hodnoceniobchodu .vote-delimeter {
    color: rgba(0, 0, 0, 0.28) !important;
}

#hodnoceniobchodu .vote-time {
    color: rgba(0, 0, 0, 0.55) !important;
}

/* text recenze */

#hodnoceniobchodu .vote-content {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.65 !important;

    color: rgba(0, 0, 0, 0.78) !important;
}

/* =========================================================
   TLAČÍTKO
========================================================= */


#hodnoceniobchodu .shop-stat-all .btn {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;

    border-radius: 0 !important;
    box-shadow: none !important;

    font-family: "Inter", sans-serif !important;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease !important;
}


#hodnoceniobchodu .shop-stat-all .btn:hover {
    background: #5d5d5d !important;
    border-color: #5d5d5d !important;
    color: #fff !important;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    #hodnoceniobchodu {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #hodnoceniobchodu > h2 {
        margin-bottom: 16px !important;
    }

    #hodnoceniobchodu .shop-eval-stars {
        margin-bottom: 26px;
    }

    #hodnoceniobchodu .vote-wrap {
        padding: 18px !important;
    }

    #hodnoceniobchodu .vote-name {
        font-size: 15px !important;
    }

    #hodnoceniobchodu .vote-content {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
}

/* =========================================================
   HVĚZDIČKY POUZE V HODNOCENÍ OBCHODU
========================================================= */

#hodnoceniobchodu .stars {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
}

#hodnoceniobchodu .stars .star {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 15px !important;
    height: 15px !important;

    margin: 0 !important;
    padding: 0 !important;
}

#hodnoceniobchodu .stars .star::before {
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* Větší hlavní hvězdičky vedle 5,0 */

#hodnoceniobchodu .rate-star-wrap .stars .star {
    width: 20px !important;
    height: 20px !important;
}

#hodnoceniobchodu .rate-star-wrap .stars .star::before {
    font-size: 19px !important;
}


/* =========================================================
   STRÁNKA HODNOCENÍ OBCHODU — KARTY RECENZÍ
========================================================= */

#ratingsList .vote-wrap {
    background: #fff !important;

    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05) !important;

    padding: 22px !important;
}

/* Skrytí avataru */

#ratingsList .vote-pic {
    display: none !important;
}

/* Hlavička recenze */

#ratingsList .vote-header {
    display: block !important;
    margin-bottom: 14px !important;
}

#ratingsList .vote-summary {
    display: block !important;
}

/* Jméno zákazníka */

#ratingsList .vote-name {
    display: block !important;
    margin-bottom: 8px !important;

    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    color: #111 !important;
}

/* Hvězdičky a datum */

#ratingsList .vote-rating {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;

    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.3 !important;

    color: rgba(0, 0, 0, 0.55) !important;
}

#ratingsList .vote-rating .stars {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
}

#ratingsList .vote-rating .stars .star {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 15px !important;
    height: 15px !important;

    margin: 0 !important;
    padding: 0 !important;
}

#ratingsList .vote-rating .stars .star::before {
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 !important;
}

#ratingsList .vote-delimeter {
    color: rgba(0, 0, 0, 0.28) !important;
}

#ratingsList .vote-time {
    color: rgba(0, 0, 0, 0.55) !important;
}

/* Text hodnocení */

#ratingsList .vote-content {
    margin: 0 !important;
    padding: 0 !important;

    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;

    color: rgba(0, 0, 0, 0.78) !important;
}

/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 767px) {

    #ratingsList .vote-wrap {
        padding: 18px !important;
    }

    #ratingsList .vote-name {
        font-size: 15px !important;
    }

    #ratingsList .vote-content {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
}