.badge_genre {

}

.badge_tag {

}

.fanservice-bar {
    height: 0.75rem;
    background: linear-gradient(90deg, #198754 0%, #ffc107 50%, #dc3545 100%);
}

/* override for unrated */
.fanservice-unrated {
    background: #6c757d; /* bootstrap secondary */
}

.fanservice-dot {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px solid #212529;
    border-radius: 50%;
}

.rating-stars {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.rating-stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ffc107; /* bootstrap warning */
}

.rating-stars-back {
    white-space: nowrap;
    color: #e4e5e9; /* light gray */
}
