.series-tile-actions {
    position: absolute;
    top: .65rem;
    right: .65rem;
    display: flex;
    gap: .35rem;
    z-index: 2;
}

.series-tile-fav,
.series-tile-watched {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #6b7280;
    box-shadow: 0 1px 4px rgba(15, 23, 42, .18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    font-size: .95rem;
    cursor: pointer;
}

.series-tile-fav:hover,
.series-tile-fav.is-active {
    color: #e11d48;
}

.series-tile-watched:hover,
.series-tile-watched.is-active,
.series-watched-btn:hover,
.series-watched-btn.is-active {
    color: #16a34a;
}

.series-watched-btn.is-partial {
    color: #ca8a04;
}

.favorites-tabs {
    gap: .35rem;
}
