.latest-media-strip {
    height: 260px;
}

.latest-media-label {
    width: 128px;
    flex-basis: 128px;
}

.latest-media-label strong {
    font-size: 1.05rem;
}

.latest-media-label span {
    font-size: .68rem;
}

.latest-media-track {
    animation-duration: 128s;
}

.latest-media-set {
    gap: 16px;
    padding: 17px 16px 17px 0;
}

.latest-poster {
    width: 150px;
    height: 226px;
    flex-basis: 150px;
    border-radius: 15px;
}

.latest-poster:first-child {
    margin-left: 16px;
}

.latest-poster-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(4,6,10,.95) 0%, rgba(4,6,10,.54) 26%, transparent 58%);
}

.latest-poster-copy {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    display: grid;
    gap: 3px;
    color: #fff;
}

.latest-poster-copy strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: .76rem;
    line-height: 1.15;
    text-shadow: 0 2px 6px rgba(0,0,0,.85);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.latest-poster-copy small {
    color: rgba(255,255,255,.82);
    font-size: .61rem;
    font-weight: 800;
}

/* Kompaktní karta série: celý plakát i text vedou na detail. */
.collection-card-actions {
    display: none !important;
}

.collection-card-body-link {
    display: block;
    border-radius: 0 0 12px 12px;
    outline: none;
}

.collection-card-body {
    padding: 12px 3px 2px;
}

.collection-card-body h2 {
    display: -webkit-box;
    min-height: 2.42em;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.21;
    white-space: normal;
    transition: color 160ms ease;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.collection-card-body-link:hover h2,
.collection-card-body-link:focus-visible h2 {
    color: var(--accent);
}

.collection-card-meta {
    display: flex;
    min-width: 0;
    align-items: center;
    margin-top: 6px !important;
    overflow: hidden;
    color: var(--muted);
    font-size: 10px !important;
    line-height: 1.25;
    white-space: nowrap;
}

.collection-card-meta > span {
    min-width: 0;
    margin: 0 !important;
}

.collection-card-meta > span + span::before {
    margin: 0 6px;
    color: var(--muted-2);
    content: "·";
}

.collection-card-genre {
    overflow: hidden;
    text-overflow: ellipsis;
}

.collection-cover .poster-play {
    width: 43px;
    height: 43px;
    opacity: .9;
    transform: translate(-50%, -50%) scale(.88);
}

.collection-card:hover .collection-cover .poster-play,
.collection-card:focus-within .collection-cover .poster-play {
    background: var(--accent);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 720px) {
    .latest-media-strip {
        height: 224px;
    }

    .latest-media-label {
        width: 76px;
        flex-basis: 76px;
    }

    .latest-media-label strong {
        font-size: .74rem;
    }

    .latest-media-label span {
        font-size: .5rem;
    }

    .latest-media-track {
        animation-duration: 116s;
    }

    .latest-media-set {
        gap: 11px;
        padding: 12px 11px 12px 0;
    }

    .latest-poster {
        width: 126px;
        height: 198px;
        flex-basis: 126px;
        border-radius: 13px;
    }

    .latest-poster:first-child {
        margin-left: 11px;
    }

    .latest-poster-copy {
        left: 8px;
        right: 8px;
        bottom: 8px;
    }

    .latest-poster-copy strong {
        font-size: .69rem;
    }

    .latest-poster-copy small {
        font-size: .56rem;
    }

    .collection-card-body {
        padding-top: 10px;
    }

    .collection-card-body h2 {
        min-height: 2.36em;
        font-size: 13.5px;
        line-height: 1.18;
    }

    .collection-card-meta {
        margin-top: 5px !important;
        font-size: 9.5px !important;
    }

    .collection-card-meta > span + span::before {
        margin-inline: 5px;
    }

    .collection-cover .poster-play {
        width: 39px;
        height: 39px;
    }
}