.nemtly-rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    .nemtly-rating-stars {
        position: relative;
        display: inline-flex;
        line-height: 1;
        white-space: nowrap;
    }

    .nemtly-rating-stars-empty {
        display: flex;
    }

    .nemtly-rating-stars-filled {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .nemtly-star-icon {
        display: block;
        flex-shrink: 0;
    }

    .nemtly-rating-value {
        font-size: 1rem;
        font-weight: bold;
    }
}