/* NOTE: Dynamic review score inside the existing product accordion title. */
.catalog-product-view #tab-label-reviews > .data.switch strong {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    min-width: 0;
}

.catalog-product-view .hoob-review-title__label {
    flex: 0 0 auto;
}

.catalog-product-view .hoob-review-summary {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    min-width: 0;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0.78;
}

.catalog-product-view .hoob-review-stars {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 2px;
    line-height: 1;
}

.catalog-product-view .hoob-review-star {
    display: block;
    width: 15px;
    height: 15px;
}

.catalog-product-view .hoob-review-star__fill {
    fill: #FF9E1B;
    stop-color: #FF9E1B;
}

.catalog-product-view .hoob-review-star__empty {
    fill: #2B2B2B;
    fill-opacity: 0.24;
    stop-color: #2B2B2B;
    stop-opacity: 0.24;
}

.catalog-product-view #tab-label-reviews.active .hoob-review-star__empty {
    fill: #FFFFFF;
    stop-color: #FFFFFF;
}

.catalog-product-view .hoob-review-summary__text {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .catalog-product-view #tab-label-reviews > .data.switch strong {
        gap: 5px 10px;
    }

    .catalog-product-view .hoob-review-summary {
        gap: 5px 8px;
        font-size: 12px;
    }

    .catalog-product-view .hoob-review-star {
        width: 13px;
        height: 13px;
    }
}
