.card {
    width: 96px;
    font-size: 9px;
    color: #fff;
    background: #000;
    border-radius: 0;
    margin: 0.25rem;
    padding: 0;
    border: 0;
    position: relative;
    /*height: 130px;*/
}

.card:hover {
    color: inherit;
    text-decoration: none;
}

.card-body {
    padding: 0.25rem 0;
    text-align: center;
}

.grid {
    margin: 0 auto;
}

.stars {
    position: absolute;
    top: 0.25rem;
    left: 0.5rem;
    text-shadow: 0 0 2px #000;
    font-size: 16px;
    line-height: 1;
    user-select: none;
}

.star {
    cursor: pointer;
    transition: color 0.1s;
}

.star.filled {
    color: #ffd700;
}

.detail-btn {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    padding: 0;
    line-height: 18px;
    border-radius: 50%;
    font-weight: bold;
    opacity: 0.85;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-btn:hover {
    opacity: 1;
}

.star.empty {
   color: #666;
}

.desiredStars {
    position: absolute;
    top: 4.25rem;
    right: 0.5rem;
    color: #ff8;
    text-shadow: 0 0 2px #000;
    font-size: 16px;
}

.list-group-item {
    padding: 0;
}