.stars-rating-container {
    display     : flex;
    align-items : center;
    gap         : 15px;
    height      : auto;
}

.stars-note {
    font-size   : 48px;
    font-weight : 700;
}

.note-stars {
    font-size: 1.1em !important;
    border-radius: var(--rounded-default);
    padding:  0;
    margin-bottom: -10px;
    color: #f5cd00
}