.popover {
    --br-popover-max-width: 300px !important;
}

.reviews {

}

.reviews .review {

}

.reviews .review .stars {

}

[data-rating-stars] {
    gap: 2px;
}

.rating-star {
    position: relative;
    display: inline-flex;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    line-height: 0;
}

.rating-star > i,
.rating-star__fill > i,
.rating-star svg {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.rating-star__fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--rating-fill, 0%);
    overflow: hidden;
    pointer-events: none;
}

.gerryross-file .filepond--panel-root {
    transition: background-color 0.2s ease-in-out;
}

.gerryross-file:hover .filepond--panel-root {
    background-color: #d9d9d9;
}

@media screen and (max-width: 767px) {
    .flex-grow-fill {
        flex: 1 1 100%;
    }
}