.score {
    display: block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.score-wrap {
    display: inline-block;
    position: relative;
    height: 19px;
}

.score .stars-active {
    color: #ff9200;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    background: #ff9200;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars-active .fa-star, .stars-active.fa-star{
    background: #ffa31c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fillbar{
    border: 1px solid #ccc!important;
    border-radius: 10px;
    width: 120px;
    height: 12px;
    overflow: hidden;
    margin-right: 10px;
}
.fillbar .bar{
    background: #ffa31c;
    background: linear-gradient(180deg, rgba(255,201,123,1) 4%, rgba(255,163,28,1) 74%, rgba(232,148,72,1) 95%);
    height: 12px;
}
.review__header__author{
    font-size: 97%;
    font-weight: bolder;
}

.review__header__date{
    color: #a9a9a9;
    font-size: 75%;
    line-height: 72%;
}

.review{
    border-top: 1px solid rgba(87, 101, 101, 0.21);
    padding: 10px 0 10px 0;
    font-size: 95%;
}
.review__admin{
    color: grey;
    font-size: 80%;
}

.review__rating{
    line-height: 100%;
}
.review__text{
    overflow: auto;
}

.score .stars-inactive {
    color: #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
    /* overflow: hidden; */
}

.rating-detail__row{
    display: flex;
    align-items: center;
}

.rating-detail__row.active .fillbar .bar,.rating-detail__row:hover .fillbar .bar{
    background: linear-gradient(180deg, rgba(255,221,172,1) 4%, rgba(255,163,28,1) 92%, rgba(232,148,72,1) 95%);
}

.rating-detail__row.active,.rating-detail__row:hover{
    font-weight: bolder;
}

.rating-detail__row.active .stars-active.fa-star,.rating-detail__row:hover .stars-active.fa-star{
    background: #ff9200;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.rating_detail__link{
    text-decoration: none;
}

.rating-detail__stars{
    width: 100px;
    display: flex;
}
.hook{
    margin-top: -86px;
    padding-top: 86px;
}


#newReviewWindow button:hover{
    text-decoration: none;
}

#newReviewWindow .button{
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    box-sizing:content-box;
    width: 200px;
    border: none;
    display: block;
}

.score .stars-inactive {
    display: flex;
}

.score .stars-active {
    display: flex;
}

/* Tlačítko „Napsat recenzi" — SEKUNDÁRNÍ akce.
   Dřív bylo zelené #33b422 přes celou šířku a 20px písmem, tedy k nerozeznání od
   clickoutu do e-shopu. Zelená patří výhradně prokliku k inzerentovi (to je jediný
   zdroj příjmu) a nic jí nesmí konkurovat — recenze je hezká, ale nevydělává.
   Proto obrys v plum, automatická šířka a velikost běžného textu. */
a.primaryButton {
    display: inline-block;
    color: var(--plum, #5b0f70);
    background: none;
    padding: 9px 16px;
    font-size: 14.5px;
    border-radius: var(--r, 8px);
    text-decoration: none;
    border: 1px solid var(--line, #e7e9ec);
    margin: 14px 0;
    text-align: center;
}
a.primaryButton:hover {
    text-decoration: none;
    background: var(--plum-tint, #f3edf6);
    border-color: var(--plum, #5b0f70);
}

/* Tichá výzva u entit bez jediné recenze. Vzor: Viame .pdReviewHint.
   Ještě nenápadnější než tlačítko výš — je to jen nabídka, ne akce, kterou po
   uživateli chceme. Vlastní linka nahoře nahrazuje <hr>, který by u jednořádkové
   výzvy působil jako předěl před prázdnotou. */
.reviewHint {
    margin: 26px 0 6px;
    border-top: 1px solid var(--line, #e7e9ec);
    padding-top: 14px;
    font-size: 13.5px;
    color: var(--mut, #767c85);
}
.reviewHint a {
    display: inline-block;
    margin-left: 6px;
    color: var(--plum, #5b0f70);
    font-size: 13.5px;
    text-decoration: underline;
}
.reviewHint a:hover {
    text-decoration: none;
}