/* Oprava horního hodnocení po redesignu Shoptetu */
.type-detail .p-detail-info .stars-wrapper {
    display: inline-grid !important;
    grid-template-columns: max-content auto;
    grid-template-rows: 18px 18px;
    column-gap: 6px;
    min-width: 180px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    vertical-align: top;
    line-height: normal;
}

/* Starý oddělovač z upravené šablony */
.type-detail .p-detail-info .stars-wrapper::before {
    display: none !important;
    content: none !important;
}

/* Kontejner skutečných hvězdiček Shoptetu */
.type-detail .p-detail-info .stars--productDetail {
    grid-column: 1;
    grid-row: 1;
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 2px;
    position: static !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    white-space: nowrap !important;
    background: none !important;
}

/* Vypnutí starého vykreslování pseudo-elementem */
.type-detail .p-detail-info .stars--productDetail::before,
.type-detail .p-detail-info .stars--productDetail::after {
    display: none !important;
    content: none !important;
}

/* Jednotlivé dynamické star-on / star-off */
.type-detail .p-detail-info .stars--productDetail .star {
    display: inline-block !important;
    flex: 0 0 auto !important;
    float: none !important;
    position: static !important;
    margin: 0 !important;
}

/* Text NEHODNOCENO nebo skutečné hodnocení */
.type-detail .p-detail-info .starsLabel--productDetail {
    grid-column: 2;
    grid-row: 1;
    display: block !important;
    position: static !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 18px !important;
    white-space: nowrap !important;
}

/* Odkaz pod hvězdičkami */
.type-detail .p-detail-info .stars-link {
    grid-column: 1 / 3;
    grid-row: 2;
    display: block !important;
    position: static !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 18px !important;
    white-space: nowrap !important;
}