.channel-card-v2 {
    min-height: 128px;
    padding: 14px 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13) !important;
    border-radius: 18px !important;
    background: linear-gradient(145deg, #211035, #32124c) !important;
    box-shadow: 0 8px 28px rgba(29,7,48,.42) !important;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}

.channel-card-v2:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--channel-accent) 65%, white) !important;
    box-shadow: 0 18px 42px rgba(69,15,105,.38) !important;
}

.channel-card-v2 > [data-bar="true"] {
    top: 0 !important;
    bottom: 0 !important;
    width: 5px !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    box-shadow: 4px 0 18px color-mix(in srgb, var(--channel-accent) 55%, transparent);
}

.channel-card-logo {
    width: 96px !important;
    height: 96px;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.11) !important;
}

.channel-card-logo__image {
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 7px;
    object-fit: contain;
}

.channel-card-content {
    align-self: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.channel-card-title {
    color: #fff !important;
    font-size: 1rem;
    transition: color .25s ease;
}

.channel-card-category {
    display: flex;
    align-items: center;
    gap: 5px;
    color: color-mix(in srgb, var(--channel-accent) 45%, white) !important;
    opacity: 1 !important;
    font-weight: 700;
}

.channel-card-category .material-icons {
    flex: 0 0 auto;
    font-size: .95rem;
}

.channel-plan-tag {
    display: inline-flex;
    height: 22px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 7px;
    border-radius: 6px;
    font-size: .66rem;
    font-weight: 850;
    line-height: 1;
}
.channel-plan-tag__label { transform: translateY(2px); }

.channel-plan-tag--base {
    border: 1px solid rgba(255,255,255,.58);
    color: #fff;
    background: transparent;
}

.channel-plan-tag--standard {
    color: #3d0b58;
    background: #e8c7f8;
}

.channel-plan-tag--premium {
    color: #fff;
    background: linear-gradient(135deg, #2d074d, #8d24c4);
}

.channel-card-quality {
    display: inline-flex;
    align-items: center;
    padding: 4px 7px;
    border-radius: 6px;
    font-size: .64rem;
    letter-spacing: .07em;
}

.channel-card-quality--hd {
    border: 1px solid rgba(255,255,255,.65);
    color: #fff;
    background: rgba(255,255,255,.06);
}

.channel-card-quality--fhd {
    border: 1px solid rgba(200,60,255,.55);
    color: #fff;
    background: linear-gradient(135deg, #401069, #b22bdd);
    box-shadow: 0 5px 12px rgba(124,40,217,.23);
}

@media (max-width: 480px) {
    .channel-card-v2 {
        min-height: 124px;
        padding: 12px 14px;
    }

    .channel-card-logo {
        margin-right: 12px !important;
        margin-left: 12px !important;
    }
}
