.page-channel .group-movie {
    display: none !important;
}

.page-channel .group-other {
    display: block !important;
}

.page-channel.type-1 .group-movie,
.page-channel.type-2 .group-movie {
    display: block !important;
}

.page-channel.type-1 .group-other,
.page-channel.type-2 .group-other {
    display: none !important;
}

.page-channel .group-month-all,
.page-channel.sub-type-11 .group-movie,
.page-channel.sub-type-28 .group-movie,
.page-channel.sub-type-39 .group-movie,
.page-channel.sub-type-11 .group-other,
.page-channel.sub-type-28 .group-other,
.page-channel.sub-type-39 .group-other {
    display: none !important;
}

.page-channel.sub-type-11 .group-month-all,
.page-channel.sub-type-28 .group-month-all,
.page-channel.sub-type-39 .group-month-all {
    display: block !important;
}

.page-channel .swiper-button-next,
.page-channel .swiper-button-prev {
    color: var(--ys-accent) !important;
}

.page-channel .swiper-button-disabled {
    pointer-events: auto !important;
    cursor: default !important;
    opacity: 0.35;
}

.related-section {
    padding: 22px;
}

.related-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.related-section-eyebrow {
    margin: 0 0 3px;
    color: var(--ys-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
}

.related-section-head h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}

.related-section-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--ys-border);
    border-radius: var(--ys-radius-sm);
    color: var(--ys-text-muted);
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px 14px;
}

.related-card {
    min-width: 0;
}

.related-card-poster {
    width: 100%;
    padding-top: 150%;
    overflow: hidden;
    border-radius: var(--ys-radius-sm);
    background-color: var(--ys-surface-raised);
}

.related-card-poster img {
    display: block;
}

.related-card-body {
    min-width: 0;
}

.related-card-title {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.related-card-meta {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.4;
}

.related-quick-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0 18px;
    margin-top: 20px;
    padding-top: 8px;
    border-top: 1px solid var(--ys-border);
}

.related-quick-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    padding: 10px 0;
    color: var(--ys-text-muted);
}

.related-quick-list a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .related-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .related-quick-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .related-section {
        padding: 16px 12px 18px;
    }

    .related-section-head {
        align-items: center;
        margin-bottom: 14px;
    }

    .related-section-eyebrow {
        display: none;
    }

    .related-section-head h2 {
        font-size: 18px;
    }

    .related-section-more {
        min-height: 32px;
        padding: 0 9px;
        font-size: 12px;
    }

    .related-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px 8px;
    }

    .related-card:nth-child(n + 10) {
        display: none;
    }

    .related-card-title {
        margin-top: 8px;
        font-size: 13px;
    }

    .related-card-meta {
        display: none;
    }
}
