.bravo-trusted-shops-rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 1.2;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
}

.bravo-trusted-shops-rating:hover .bravo-trusted-shops-rating__text,
.bravo-trusted-shops-rating:focus .bravo-trusted-shops-rating__text {
    text-decoration: underline;
}

.bravo-trusted-shops-rating__stars {
    position: relative;
    display: inline-block;
    width: 102px;
    height: 24px;
    flex: 0 0 102px;
}

.bravo-trusted-shops-rating__stars-base,
.bravo-trusted-shops-rating__stars-fill {
    display: flex;
    position: absolute;
    inset: 0;
}

.bravo-trusted-shops-rating__stars-base {
    color: #d6d6d6;
}

.bravo-trusted-shops-rating__stars-fill {
    color: #f6a800;
    overflow: hidden;
    white-space: nowrap;
}

.bravo-trusted-shops-rating__star {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    fill: currentColor;
}

.bravo-trusted-shops-rating__text {
    padding-top: 1px;
    align-items: baseline;
    font-size: 14px;
    color: #333;
}

.bravo-trusted-shops-rating__text strong {
    font-weight: 700;
}