.figure-card img {
    height: 200px;
    object-fit: contain;
    background: #f5f5f5;
}
.figure-card .placeholder {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #aaa;
    font-size: 2.5rem;
}
.badge-owned {
    background-color: #198754;
}
.badge-missing {
    background-color: #dc3545;
}
/* Kleine Huerde gegen einfaches Herunterladen -- kein echter Schutz. */
.protected-img {
    -webkit-user-drag: none;
    user-select: none;
}
.thumb-strip-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    opacity: 0.7;
}
.thumb-strip-img.active {
    border-color: #0d6efd;
    opacity: 1;
}
.ownership-check {
    display: inline-block;
    font-size: 0.75rem;
    background: #eef1f4;
    border-radius: 3px;
    padding: 1px 5px;
    margin-top: 2px;
    white-space: nowrap;
}
