/* mr-business front-end styles */

.mr-stars {
    --mrb-star-size: 20px;
    display: inline-flex;
    gap: 2px;
    vertical-align: middle;
}

.mrb-star {
    position: relative;
    width: 1em;
    height: 1em;
    font-size: var(--mrb-star-size);
    line-height: 1;
}

.mrb-star-bg {
    position: absolute;
    inset: 0;
    line-height: 1;
    color: #e6e6e6;
}

.mrb-star-fg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 1;
    color: #ffb400;
    overflow: hidden;
    white-space: nowrap;
    width: var(--mrb-fill, 0%);
    z-index: 1;
}

.mr-store-rating .mr-store-rating-num {
    margin-left: 8px;
    font-weight: 600;
}
