/* Wyplatanki Reviews — [wr_recommend_rate] aggregate */

.wr-recommend-rate {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    margin-bottom: 14px;
    font-family: inherit;
}

.wr-recommend-rate__thumb {
    font-size: 26px;
    flex-shrink: 0;
    line-height: 1;
}

.wr-recommend-rate__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-shrink: 0;
}

.wr-recommend-rate__pct {
    font-size: 22px;
    font-weight: 800;
    color: #16a34a;
    line-height: 1;
}

.wr-recommend-rate__label {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
    white-space: nowrap;
}

.wr-recommend-rate__bar-wrap {
    flex: 1;
    height: 6px;
    background: #dcfce7;
    border-radius: 3px;
    overflow: hidden;
    min-width: 60px;
}

.wr-recommend-rate__bar-fill {
    height: 100%;
    background: #16a34a;
    border-radius: 3px;
}

@media (max-width: 480px) {
    .wr-recommend-rate__bar-wrap { display: none; }
}
