    /* ── redesign test page, all rules scoped under #vqx ── */
    #vqx {
        --vqx-ink: #101828;
        --vqx-muted: #667085;
        --vqx-line: #e9ecef;
        --vqx-soft: #f4f5f8;
        --vqx-blue: #2689EA;
        --vqx-blue-dark: #1a6fc4;
        --vqx-tint: #eaf3fd;
        --vqx-gold-bg: #fff8e6;
        --vqx-gold-line: #f0dfae;
        color: var(--vqx-ink);
    }
    #vqx .vqx-page { max-width: 1200px; padding-top: 30px; padding-bottom: 60px; }

    /* header */
    #vqx .vqx-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
    #vqx h1.vqx-h1 { font-size: 30px; font-weight: 700; margin: 0; letter-spacing: -0.4px; color: var(--vqx-ink); }
    #vqx .vqx-count { color: var(--vqx-muted); font-size: 15px; margin-top: 4px; }
    #vqx .vqx-count b { color: var(--vqx-ink); font-weight: 600; }
    #vqx .vqx-trust { display: flex; gap: 20px; flex-wrap: wrap; padding-top: 14px; }
    #vqx .vqx-trust span { color: var(--vqx-muted); font-size: 13.5px; }
    #vqx .vqx-trust i { color: var(--vqx-blue); margin-right: 6px; font-size: 12px; }
    #vqx .vqx-trust em { font-style: normal; }
    #vqx .vqx-trust em.s { display: none; }
    #vqx .vqx-tabs { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
    #vqx .vqx-tab {
        display: inline-flex; align-items: center; gap: 8px;
        padding: 8px 18px; border-radius: 999px;
        font-size: 14px; font-weight: 600; color: #495057;
        background: var(--vqx-soft); border: 1px solid var(--vqx-line);
        text-decoration: none !important;
    }
    #vqx .vqx-tab .n { font-size: 12px; color: var(--vqx-muted); font-weight: 600; }
    #vqx .vqx-tab:hover { background: var(--vqx-tint); color: var(--vqx-blue); }
    #vqx .vqx-tab.active { background: var(--vqx-blue); border-color: var(--vqx-blue); color: #fff; }
    #vqx .vqx-tab.active .n { color: rgba(255,255,255,0.75); }

    /* trending cards (uses .featured-card for the shared player JS) */
    #vqx .vqx-trend-head { display: flex; align-items: baseline; justify-content: space-between; margin: 26px 0 14px; }
    #vqx .vqx-trend-head h2 { font-size: 19px; font-weight: 700; margin: 0; color: var(--vqx-ink); }
    #vqx .vqx-trend-head a { color: var(--vqx-blue); font-size: 14px; font-weight: 600; text-decoration: none; }
    #vqx .vqx-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    #vqx .vqx-card.featured-card {
        border: 1px solid #eef0f3; border-radius: 20px; overflow: hidden;
        background: #fff !important; box-shadow: none; transform: none; padding: 0;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    #vqx .vqx-card.featured-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(16,24,40,0.08); }
    #vqx .vqx-card .vocal-img-wrapper { position: relative; display: block; }
    #vqx .vqx-card .vocal-img-wrapper img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; border-radius: 0; }
    #vqx .vqx-card .play_button {
        position: absolute; right: 12px; bottom: 12px;
        width: 44px !important; height: 44px !important; border-radius: 50%;
        background: var(--vqx-blue); padding: 0 !important; margin: 0;
        display: flex; align-items: center; justify-content: center;
        box-shadow: 0 6px 16px rgba(38,137,234,0.45);
    }
    #vqx .vqx-card .play_button i, #vqx .vqx-card .play_button:hover i {
        color: #fff !important; background: transparent !important;
        width: auto !important; height: auto !important;
        border: 0 !important; box-shadow: none !important;
        font-size: 14px !important; padding: 0 0 0 2px !important; margin: 0;
    }
    #vqx .vqx-card .vqx-card-meta { padding: 12px 14px 14px; }
    #vqx .vqx-card .l1 { display: flex; justify-content: space-between; gap: 10px; font-weight: 700; font-size: 14.5px; }
    #vqx .vqx-card .l1 a { color: var(--vqx-ink); text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    #vqx .vqx-card .l1 .vqx-cprice { color: var(--vqx-blue); flex: none; }
    #vqx .vqx-card .l2 { display: flex; justify-content: space-between; gap: 10px; color: var(--vqx-muted); font-size: 13px; margin-top: 2px; }
    #vqx .vqx-card .l2 a { color: var(--vqx-muted); text-decoration: none; }
    #vqx .vqx-exc-flag {
        position: absolute; left: 12px; top: 12px; z-index: 2;
        background: rgba(22,35,58,0.88); color: #f4c65d;
        font-size: 11px; font-weight: 700; letter-spacing: 0.8px;
        padding: 5px 10px; border-radius: 999px;
    }
    /* promoted spot (paid placement, classes/promo.php): blue flag top-left, exclusive flag moves right */
    #vqx .vqx-promo-flag {
        position: absolute; left: 12px; top: 12px; z-index: 2;
        background: var(--vqx-blue); color: #fff;
        font-size: 11px; font-weight: 700; letter-spacing: 0.8px;
        padding: 5px 10px; border-radius: 999px;
        box-shadow: 0 4px 12px rgba(38,137,234,0.35);
    }
    #vqx .vqx-exc-flag.vqx-exc-flag-r { left: auto; right: 12px; }
    #vqx .vqx-card.vqx-promoted.featured-card { border-color: #bfdcf8; box-shadow: 0 0 0 3px rgba(38,137,234,0.12); }
    #vqx .vqx-card.vqx-promoted.featured-card:hover { box-shadow: 0 0 0 3px rgba(38,137,234,0.12), 0 14px 30px rgba(16,24,40,0.08); }
    /* gepromote kaart boven "Vocals you may like" op vocalpagina's (promotion hub) */
    #vqx.vqx-embed .vqx-cards.vqx-cards-promo { margin: 0 0 16px; }

    /* filter bar */
    #vqx .vqx-filters {
        position: sticky; top: 73px; z-index: 40;
        margin-top: 24px;
        background: rgba(255,255,255,0.94);
        backdrop-filter: blur(8px);
        border: 1px solid var(--vqx-line); border-radius: 16px;
        padding: 10px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap;
        box-shadow: 0 8px 24px rgba(16,24,40,0.05);
    }
    #vqx .vqx-search {
        flex: 1 1 200px; display: flex; align-items: center; gap: 9px;
        background: var(--vqx-soft); border-radius: 999px; padding: 8px 16px; color: var(--vqx-muted);
        margin-bottom: 0; /* bootstrap gives <label> a bottom margin → lifted it out of center */
    }
    #vqx .vqx-search i { font-size: 13px; float: none; padding: 0; color: var(--vqx-muted); }
    #vqx .vqx-search input { border: 0; outline: 0; background: transparent; font-size: 14px; color: var(--vqx-ink); width: 100%; padding: 0; }
    #vqx .vqx-seg { display: inline-flex; background: var(--vqx-soft); border: 1px solid var(--vqx-line); border-radius: 999px; padding: 3px; }
    #vqx .vqx-seg button {
        padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600;
        color: var(--vqx-muted); background: transparent; border: 0; cursor: pointer; line-height: 1.4;
    }
    #vqx .vqx-seg button.on { background: #fff; color: var(--vqx-ink); box-shadow: 0 1px 4px rgba(16,24,40,0.12); }
    #vqx .vqx-sel {
        background: #fff; border: 1px solid var(--vqx-line); border-radius: 999px;
        padding: 7px 14px; font-size: 13.5px; font-weight: 600; color: #495057;
        appearance: auto; height: auto;
    }
    /* selects as tidy "Label ⌄" pills, like the mockup */
    #vqx select.vqx-chev, #vqx button.vqx-chev {
        appearance: none; -webkit-appearance: none;
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
        background-size: 11px;
        padding-right: 32px;
    }
    #vqx .vqx-bpm-wrap { position: relative; }
    #vqx #vqx-bpm-toggle.on { background: var(--vqx-tint); border-color: transparent; color: var(--vqx-blue); }
    #vqx .vqx-bpm-pop {
        position: absolute; top: calc(100% + 8px); left: 0; z-index: 60;
        background: #fff; border: 1px solid var(--vqx-line); border-radius: 14px;
        box-shadow: 0 12px 32px rgba(16,24,40,0.14);
        padding: 14px; width: 220px;
    }
    #vqx .vqx-bpm-pop .inputs { display: flex; align-items: center; gap: 8px; color: var(--vqx-muted); }
    #vqx .vqx-bpm-pop input {
        width: 100%; text-align: center; border: 1px solid var(--vqx-line); border-radius: 10px;
        padding: 7px 8px; font-size: 13.5px; outline: 0;
    }
    #vqx .vqx-bpm-pop input:focus { border-color: var(--vqx-blue); }
    #vqx .vqx-bpm-pop .actions { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
    #vqx .vqx-bpm-pop .actions a { color: var(--vqx-muted); font-size: 13px; text-decoration: none; cursor: pointer; }
    #vqx .vqx-bpm-pop .actions button {
        background: var(--vqx-blue); color: #fff; border: 0; cursor: pointer;
        font-size: 13px; font-weight: 600; padding: 7px 18px; border-radius: 999px;
    }
    #vqx .vqx-sort { margin-left: auto; }
    #vqx .vqx-sort .vqx-sel { background: var(--vqx-tint); border-color: transparent; color: var(--vqx-blue); }
    /* mobile-only "Filters" toggle with active-filter badge; hidden on desktop */
    #vqx .vqx-morebtn { display: none; align-items: center; justify-content: center; }
    #vqx .vqx-morebtn i { float: none; padding: 0; margin-right: 7px; font-size: 12px; color: inherit; }
    #vqx .vqx-fcount {
        display: none; margin-left: 7px; min-width: 18px; height: 18px; padding: 0 5px;
        border-radius: 999px; background: var(--vqx-blue); color: #fff;
        font-size: 11px; font-weight: 600; align-items: center; justify-content: center;
    }
    #vqx .vqx-filters.vqx-open .vqx-morebtn { background: var(--vqx-tint) !important; border-color: transparent; color: var(--vqx-blue); }
    /* sort pill: blue sort glyph on the right, popover with check on the active option */
    #vqx #vqx-sort-toggle {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232689EA' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h9M4 12h6M4 18h4M17 4v14m0 0l-4-4m4 4l4-4'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 13px;
        padding-right: 34px;
    }
    #vqx .vqx-sort { position: relative; }
    #vqx .vqx-sort-pop {
        position: absolute; top: calc(100% + 8px); right: 0; z-index: 60; width: 184px;
        background: #fff; border: 1px solid var(--vqx-line); border-radius: 14px;
        padding: 8px; box-shadow: 0 16px 40px rgba(16,24,40,0.14);
    }
    #vqx .vqx-sort-opt {
        display: flex; align-items: center; justify-content: space-between; width: 100%;
        text-align: left; background: none; border: 0; border-radius: 10px;
        padding: 9px 12px; font-size: 14px; font-weight: 500; color: var(--vqx-ink); cursor: pointer;
    }
    #vqx .vqx-sort-opt:hover { background: var(--vqx-soft); }
    #vqx .vqx-sort-opt.on { background: var(--vqx-tint); color: var(--vqx-blue); font-weight: 600; }
    #vqx .vqx-sort-opt i { float: none; padding: 0; font-size: 12px; visibility: hidden; color: var(--vqx-blue); }
    #vqx .vqx-sort-opt.on i { visibility: visible; }

    /* list + rows */
    #vqx #vocal_list {
        margin: 18px 0 0; padding: 0 !important; list-style: none;
        border: 1px solid #eef0f3; border-radius: 20px; overflow: hidden; background: #fff;
        min-height: 200px;
    }
    #vqx .vocal_row {
        display: grid;
        /* meta and buy columns are FIXED so every row resolves the same grid —
           each li is its own grid, auto columns would misalign the waveforms */
        grid-template-columns: 44px 52px minmax(160px, 1fr) minmax(200px, 1.5fr) 264px 44px 152px;
        gap: 16px; align-items: center;
        height: auto; min-height: 0;
        padding: 12px 18px; margin: 0;
        border: 0; border-bottom: 1px solid #f1f3f5; border-radius: 0;
        background: #fff;
    }
    /* waveform column: real peaks per track, click to play/seek */
    #vqx .vqx-wave { display: flex; align-items: center; gap: 1px; height: 34px; min-width: 0; cursor: pointer; }
    #vqx .vqx-wave i { flex: 1; background: #dbe1e8; border-radius: 2px; min-height: 4px; pointer-events: none; }
    #vqx .vocal_row.now-playing .vqx-wave i { background: #b9d8f6; }
    #vqx .vocal_row.now-playing .vqx-wave i.done { background: var(--vqx-blue); }
    #vqx .vocal_row.now-playing .track_title a { color: var(--vqx-blue-dark); }
    /* fixed columns need right-aligned content to line up */
    #vqx .vqx-meta { justify-content: flex-end; }
    #vqx .vqx-buy .vqx-price { flex: 1; min-width: 0; }
    /* 992–1199: fixed columns leave too little room for the wave — drop it */
    @media (min-width: 992px) and (max-width: 1199.98px) {
        #vqx .vocal_row { grid-template-columns: 44px 52px minmax(0, 1fr) 264px 44px 152px; }
        #vqx .vqx-wave { display: none; }
    }
    #vqx .vocal_row:last-child { border-bottom: 0; }
    #vqx .vocal_row:hover { transform: none; box-shadow: none; background: #f8fafc; border-color: #f1f3f5; }
    #vqx .vocal_row.now-playing { background: var(--vqx-tint) !important; }
    #vqx li.vqx-empty { list-style: none; padding: 40px 20px; text-align: center; color: var(--vqx-muted); }

    #vqx .vocal_row .play_button {
        width: 44px !important; height: 44px !important;
        min-width: 44px !important; max-width: 44px !important; /* global sets min-width:50px */
        border-radius: 50%;
        background: var(--vqx-tint); padding: 0 !important; margin: 0; flex: none;
        display: flex; align-items: center; justify-content: center;
        transition: background 0.12s ease;
    }
    #vqx .vocal_row .play_button a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
    /* style.css turns the <i> itself into a white 40px circle (all !important) —
       flatten it back to a plain glyph inside our tinted circle */
    #vqx .vocal_row .play_button i {
        width: auto !important; height: auto !important;
        border: 0 !important; border-radius: 0 !important;
        background: transparent !important; box-shadow: none !important;
        color: var(--vqx-blue) !important;
        font-size: 14px !important; margin: 0; line-height: 1;
    }
    #vqx .vocal_row .play_button i.fa-play { padding: 0 0 0 3px !important; }
    #vqx .vocal_row .play_button i.fa-pause { padding: 0 !important; }
    #vqx .vocal_row .play_button:hover { background: var(--vqx-blue); }
    #vqx .vocal_row .play_button:hover i { color: #fff !important; background: transparent !important; border: 0 !important; box-shadow: none !important; }
    #vqx .vocal_row.now-playing { border-left: 0 !important; }
    #vqx .vocal_row.now-playing .play_button { background: var(--vqx-blue); }
    #vqx .vocal_row.now-playing .play_button i { color: #fff !important; background: transparent !important; border: 0 !important; }
    #vqx .vocal_row.vqx-exc.now-playing { border-left: 0 !important; }

    /* style.css adds 0 8px side padding — kill it or the image bleeds into the gap */
    #vqx .vocal_row .artwork { width: 52px; padding: 0 !important; cursor: pointer; }
    #vqx .vocal_row .artwork img { width: 52px !important; height: 52px !important; border-radius: 12px; object-fit: cover; display: block; }
    #vqx .vocal_row .coverart { position: static; }

    #vqx .vqx-info { min-width: 0; }
    /* flex row: the title truncates, the chip never gets clipped away
       (global .track_title is nowrap+hidden, which ate the chip on long titles) */
    #vqx .vocal_row .track_title { display: flex; align-items: center; min-width: 0; }
    #vqx .vocal_row .track_title a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
    #vqx .vocal_row .track_title .vqx-chip { flex: none; }
    #vqx .vocal_row .track_title a { font-weight: 700; font-size: 15px; color: var(--vqx-ink); text-decoration: none; }
    #vqx .vocal_row .track_title a:hover { color: var(--vqx-blue); }
    #vqx .vocal_row .vocalist_name a { color: var(--vqx-muted); font-size: 13px; text-decoration: none; }
    #vqx .vocal_row .vocalist_name a:hover { color: var(--vqx-blue); }
    #vqx .vqx-chip {
        display: inline-block; vertical-align: 1px; margin-left: 8px;
        font-size: 10.5px; font-weight: 700; letter-spacing: 0.7px;
        padding: 3px 8px; border-radius: 999px;
    }
    #vqx .vqx-chip-cover { background: var(--vqx-tint); color: var(--vqx-blue); }
    #vqx .vqx-chip-exc { background: rgba(244,198,93,0.16); color: #b9861c; }
    #vqx .vqx-chip-human { background: rgba(29,138,78,0.10); color: #1d8a4e; }
    #vqx .vqx-chip-ai { background: rgba(122,90,245,0.10); color: #7a5af5; }

    #vqx .vqx-meta { display: flex; gap: 6px; }
    #vqx .vqx-pill {
        background: var(--vqx-soft); border: 1px solid var(--vqx-line);
        font-size: 12px; font-weight: 600; color: #495057;
        padding: 4px 10px; border-radius: 999px; white-space: nowrap;
    }

    #vqx .favorite-btn {
        padding: 0 !important; min-width: 0 !important; width: 36px; height: 36px;
        border-radius: 50% !important; border: 0 !important;
        background: transparent !important; color: #c3cad3 !important; box-shadow: none !important;
    }
    #vqx .favorite-btn:hover { background: #fdf0f0 !important; color: #e5484d !important; transform: none; }
    #vqx .favorite-btn.btn-danger, #vqx .favorite-btn .text-danger { color: #e5484d !important; }
    #vqx .favorite-btn i { font-size: 16px; }

    #vqx .vqx-buy { display: flex; align-items: center; gap: 8px; justify-content: flex-end; }
    #vqx .vqx-cart {
        width: 38px; height: 38px; border-radius: 50%;
        border: 1px solid var(--vqx-line); color: #495057; background: #fff;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer; padding: 0; transition: all 0.12s ease; flex: none;
    }
    #vqx .vqx-cart:hover { border-color: var(--vqx-blue); color: var(--vqx-blue); background: var(--vqx-tint); }
    #vqx .vqx-cart i { font-size: 14px; float: none; padding: 0; }
    #vqx .vqx-cart .fa-check { color: var(--vqx-blue); }
    #vqx .vqx-price {
        background: var(--vqx-blue); color: #fff !important;
        font-weight: 600; font-size: 14px;
        padding: 9px 18px; border-radius: 999px; min-width: 92px; text-align: center;
        text-decoration: none !important; transition: background 0.12s ease;
    }
    #vqx .vqx-price:hover { background: var(--vqx-blue-dark); }

    /* exclusive rows on MIXED pages: quiet premium accent — a soft gold wash and
       a thin gold edge (full navy rows proved too heavy once a few clustered).
       The dedicated exclusive page (no .vqx-mixed) keeps plain light rows:
       there the chip and gold price do the work. */
    #vqx.vqx-mixed .vocal_row.vqx-exc { background: #fffcf2; box-shadow: inset 3px 0 0 #f4c65d; }
    #vqx.vqx-mixed .vocal_row.vqx-exc:hover { background: #fff8e6; box-shadow: inset 3px 0 0 #f4c65d; }
    #vqx .vqx-exc-note { font-size: 12px; color: #b9861c; margin-top: 2px; }
    /* gold price = exclusive accent, everywhere */
    #vqx .vocal_row.vqx-exc .vqx-price { background: #f4c65d; color: #1d2a41 !important; }
    #vqx .vocal_row.vqx-exc .vqx-price:hover { background: #ffd873; }
    /* dedicated exclusive page: the intro line explains the model once — drop the per-row note */
    #vqx:not(.vqx-mixed) .vqx-exc-note { display: none; }

    /* bands */
    #vqx .vqx-band-li { list-style: none; padding: 10px 12px; border-bottom: 1px solid #f1f3f5; background: #fff; }
    #vqx .vqx-perk {
        background: var(--vqx-gold-bg); border: 1px solid var(--vqx-gold-line); border-radius: 14px;
        padding: 14px 22px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
    }
    #vqx .vqx-perk .t { font-weight: 700; font-size: 14px; color: #6d5410; }
    #vqx .vqx-perk .s { color: #937b33; font-size: 13px; }
    #vqx .vqx-ai {
        margin-top: 26px; border-radius: 20px; padding: 22px 26px;
        background: #f3f0fd; border: 1px solid #e4ddf7;
        display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
    }
    #vqx .vqx-ai .t { font-weight: 700; font-size: 16px; color: var(--vqx-ink); }
    #vqx .vqx-ai .s { color: var(--vqx-muted); font-size: 14px; }
    #vqx .vqx-spacer { flex: 1; }
    #vqx .vqx-ai-cta {
        background: linear-gradient(134deg, #eb2138, #007bff); color: #fff !important;
        font-weight: 600; font-size: 14px; padding: 11px 22px; border-radius: 999px;
        text-decoration: none !important; display: inline-flex; align-items: center; gap: 8px;
    }
    #vqx .vqx-ai-cta .vqx-star { font-size: 14px; line-height: 1; }

    /* load more */
    /* SEO genre links under the list */
    #vqx .vqx-genre-links { margin-top: 34px; }
    #vqx .vqx-genre-links h2 { font-size: 17px; font-weight: 700; color: var(--vqx-ink); margin: 0 0 12px; }
    #vqx .vqx-genre-links a {
        display: inline-block; margin: 0 6px 8px 0; padding: 7px 14px;
        background: #fff; border: 1px solid var(--vqx-line); border-radius: 999px;
        font-size: 13px; font-weight: 500; color: var(--vqx-muted); text-decoration: none !important;
    }
    #vqx .vqx-genre-links a:hover { border-color: var(--vqx-blue); color: var(--vqx-blue); }

    #vqx .vqx-more { text-align: center; margin-top: 26px; }
    /* embedded list variant (vocal/artist pages): no .vqx-page container there,
       so give the block its own breathing room above the footer */
    #vqx.vqx-embed { display: block; padding-bottom: 56px; }
    #vqx .vqx-more a#load_more {
        display: inline-block; background: #fff; border: 1px solid var(--vqx-line);
        font-weight: 600; font-size: 14.5px; color: var(--vqx-ink);
        padding: 12px 34px; border-radius: 999px; text-decoration: none !important;
        /* the loader flips display to block — keep it a compact centered pill */
        width: fit-content; max-width: fit-content; margin: 0 auto;
    }
    #vqx .vqx-more a#load_more:hover { border-color: var(--vqx-blue); color: var(--vqx-blue); }
    #vqx .vqx-more a#load_more i { float: none; padding: 0 0 0 6px; color: inherit; }
    #vqx .vqx-shown { color: var(--vqx-muted); font-size: 13px; margin-top: 10px; }

    /* genre pill + searchable popover */
    #vqx .vqx-genre-wrap { position: relative; }
    #vqx .vqx-genre-pop {
        position: absolute; top: calc(100% + 8px); left: 0; z-index: 60; width: 264px;
        background: #fff; border: 1px solid var(--vqx-line); border-radius: 16px;
        padding: 10px; box-shadow: 0 16px 40px rgba(16,24,40,0.14);
    }
    #vqx .vqx-genre-search {
        display: flex; align-items: center; gap: 8px; margin: 0 0 8px;
        background: var(--vqx-soft); border-radius: 999px; padding: 8px 14px;
    }
    #vqx .vqx-genre-search i { float: none; padding: 0; font-size: 12px; color: var(--vqx-muted); }
    #vqx .vqx-genre-search input { border: 0; outline: 0; background: transparent; font-size: 14px; color: var(--vqx-ink); width: 100%; padding: 0; }
    #vqx .vqx-genre-list { max-height: 264px; overflow-y: auto; display: flex; flex-direction: column; gap: 2px; }
    #vqx .vqx-genre-opt {
        text-align: left; background: none; border: 0; border-radius: 10px;
        padding: 9px 12px; font-size: 14px; font-weight: 500; color: var(--vqx-ink); cursor: pointer;
    }
    #vqx .vqx-genre-opt:hover { background: var(--vqx-soft); }
    #vqx .vqx-genre-opt.on { background: var(--vqx-tint); color: var(--vqx-blue); font-weight: 600; }
    #vqx .vqx-genre-empty { color: var(--vqx-muted); font-size: 13.5px; padding: 10px 12px; }
    /* key pill + popover, same layout idea as the original picker */
    #vqx .vqx-key-wrap { position: relative; }
    #vqx .vqx-key-pop {
        position: absolute; top: calc(100% + 8px); left: 0; z-index: 60; width: 320px;
        background: #fff; border: 1px solid var(--vqx-line); border-radius: 16px;
        padding: 16px; box-shadow: 0 16px 40px rgba(16,24,40,0.14);
    }
    #vqx .vqx-key-tabs { display: flex; border-bottom: 1px solid var(--vqx-line); margin-bottom: 14px; }
    #vqx .vqx-key-tabs button {
        flex: 1; background: none; border: 0; border-bottom: 2px solid transparent;
        margin-bottom: -1px; padding: 8px 0 10px; font-weight: 600; font-size: 14px;
        color: var(--vqx-muted); cursor: pointer;
    }
    #vqx .vqx-key-tabs button.on { color: var(--vqx-ink); border-bottom-color: var(--vqx-blue); }
    #vqx .vqx-key-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 8px; }
    #vqx .vqx-key-btn, #vqx .vqx-scale-row button {
        background: #fff; border: 1px solid var(--vqx-line); border-radius: 10px;
        padding: 10px 0; font-size: 14px; font-weight: 600; color: var(--vqx-ink); cursor: pointer;
    }
    #vqx .vqx-key-btn.on, #vqx .vqx-scale-row button.on { background: var(--vqx-tint); border-color: var(--vqx-blue); color: var(--vqx-blue); }
    #vqx .vqx-scale-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 6px 0 14px; }
    #vqx .vqx-key-pop .actions { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--vqx-line); padding-top: 13px; }
    #vqx .vqx-key-pop .actions a { color: var(--vqx-muted); font-size: 14px; font-weight: 600; cursor: pointer; text-decoration: none; }
    #vqx .vqx-key-pop .actions button {
        background: var(--vqx-blue); color: #fff; border: 0; border-radius: 999px;
        padding: 8px 24px; font-weight: 600; font-size: 14px; cursor: pointer;
    }
    /* favorites filter chip: red heart semantics, like the row hearts */
    #vqx #vqx-fav-toggle { display: inline-flex; align-items: center; justify-content: center; }
    #vqx #vqx-fav-toggle i { float: none; padding: 0; margin-right: 7px; color: inherit; font-size: 12.5px; line-height: 1; }
    #vqx #vqx-fav-toggle.on { background: #fdf0f2 !important; border-color: #f3c2cb; color: #d63347; }
    /* endpoint's "No Favorites Yet" empty state, restyled for this page */
    #vqx .empty-state { list-style: none; text-align: center; padding: 48px 20px; color: var(--vqx-muted); }
    #vqx .empty-state .empty-state-icon { float: none; padding: 0; display: block; margin: 0 auto 12px; font-size: 34px; color: #d63347; }
    #vqx .empty-state h3 { font-size: 17px; font-weight: 700; color: var(--vqx-ink); margin: 0 0 4px; }
    #vqx .empty-state p { font-size: 14px; margin: 0; }

    @media (max-width: 991.98px) {
        /* !important: style.css squeezes row padding to 5px on small screens */
        #vqx .vocal_row { grid-template-columns: 40px 44px minmax(0, 1fr) auto; gap: 12px; padding: 12px !important; }
        #vqx .vqx-meta, #vqx .vqx-fav, #vqx .vqx-wave { display: none; }
        #vqx .vocal_row .play_button, #vqx .vocal_row .play_button a { width: 40px !important; height: 40px !important; }
        /* base rule pins min/max-width at 44px — re-pin so the circle stays round */
        #vqx .vocal_row .play_button { min-width: 40px !important; max-width: 40px !important; }
        /* softer optical centering for the triangle in the smaller circle */
        #vqx .vocal_row .play_button i.fa-play { padding: 0 0 0 2px !important; }
        #vqx .vocal_row .artwork, #vqx .vocal_row .artwork img { width: 44px !important; height: 44px !important; }
        #vqx .vqx-sort { margin-left: 0; }
    }
    /* tablet keeps 4 small cards; only phones drop to 2-up */
    @media (max-width: 991.98px) {
        #vqx .vqx-cards { gap: 12px; }
    }
    @media (max-width: 767.98px) {
        #vqx .vqx-cards { grid-template-columns: repeat(2, 1fr); }
        /* phones: one trending row of two, not a 2x2 wall */
        #vqx .vqx-cards .vqx-card:nth-child(n+3) { display: none; }
        /* phones: filter bar collapses — search + Filters + Sort stay, the rest
           expands below the toggle (order keeps the toggle row fixed) */
        #vqx .vqx-search { order: 1; flex-basis: 100%; }
        #vqx .vqx-morebtn { display: inline-flex; order: 2; flex: 1 1 40%; }
        #vqx .vqx-sort { order: 3; margin-left: 0; flex: 1 1 40%; }
        #vqx .vqx-sort .vqx-sel { width: 100%; }
        #vqx .vqx-seg, #vqx .vqx-genre-wrap, #vqx .vqx-key-wrap, #vqx .vqx-bpm-wrap, #vqx #vqx-fav-toggle { display: none; }
        #vqx .vqx-filters.vqx-open .vqx-seg { display: inline-flex; order: 4; flex: 1 1 100%; }
        #vqx .vqx-filters.vqx-open .vqx-seg button { flex: 1; }
        #vqx .vqx-filters.vqx-open .vqx-genre-wrap { display: inline-block; order: 5; flex: 1 1 42%; }
        #vqx .vqx-filters.vqx-open .vqx-genre-wrap .vqx-sel { width: 100%; }
        #vqx .vqx-genre-pop { width: min(264px, 88vw); }
        #vqx .vqx-filters.vqx-open .vqx-key-wrap { display: inline-block; order: 6; flex: 1 1 42%; }
        #vqx .vqx-filters.vqx-open .vqx-key-wrap .vqx-sel { width: 100%; }
        #vqx .vqx-key-pop { left: auto; right: 0; width: min(320px, 88vw); }
        #vqx .vqx-filters.vqx-open .vqx-bpm-wrap { display: inline-block; order: 7; flex: 1 1 42%; }
        #vqx .vqx-filters.vqx-open .vqx-bpm-wrap .vqx-sel { width: 100%; }
        #vqx .vqx-filters.vqx-open #vqx-fav-toggle { display: inline-flex; order: 8; flex: 1 1 42%; justify-content: center; }
        /* phones: compact header — tighter type, small check list, one chip row */
        #vqx .vqx-page { padding-top: 22px; }
        #vqx h1.vqx-h1 { font-size: 24px; }
        #vqx .vqx-count { font-size: 14px; margin-top: 2px; }
        /* phones: one quiet trust-strip on a single line, short labels,
           equal breathing room above and below */
        #vqx .vqx-head { gap: 12px; }
        #vqx .vqx-trust { flex-direction: row; flex-wrap: wrap; gap: 4px 10px; padding: 0; }
        #vqx .vqx-trust span { font-size: 12px; }
        #vqx .vqx-trust i { font-size: 10px; margin-right: 5px; }
        #vqx .vqx-trust em.l { display: none; }
        #vqx .vqx-trust em.s { display: inline; }
        #vqx .vqx-tabs { margin-top: 12px; }
        #vqx .vqx-tab { padding: 7px 14px; font-size: 13.5px; }
        #vqx .vqx-tab .n { display: none; }
    }
    @media (max-width: 560px) {
        #vqx .vqx-cart { display: none; }
        #vqx .vqx-price { min-width: 0; padding: 8px 14px; font-size: 13px; }
    }


/* Fix (audit visual): titel-link kon tot 0px krimpen naast de EXCLUSIVE-chip op smalle schermen — ondergrens garandeert leesbare titel met ellipsis */
@media (max-width: 480px) {
    .track_title a { min-width: 64px; }
}

    /* ── covers-lijst: eigen kolom voor de originele artiest (2026-08-04) ── */
    #vqx .vqx-orig { display: none; min-width: 0; }
    #vqx .vqx-orig .l { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; color: #98a2b3; }
    #vqx .vqx-orig b { display: block; font-size: 13px; color: #344054; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    @media (min-width: 1200px) {
        #vqx.vqx-covers .vocal_row { grid-template-columns: 44px 52px minmax(150px, 1fr) 140px minmax(170px, 1.3fr) 264px 44px 152px; }
        #vqx.vqx-covers .vqx-orig { display: block; }
    }
    @media (min-width: 992px) and (max-width: 1199.98px) {
        #vqx.vqx-covers .vocal_row { grid-template-columns: 44px 52px minmax(0, 1fr) 140px 264px 44px 152px; }
        #vqx.vqx-covers .vqx-orig { display: block; }
    }

/* v5: dim-feedback tijdens filterwissel (INP-fix: legen gebeurt pas in de response) */
#vocal_list.vqx-refreshing { opacity: .45; transition: opacity .12s; pointer-events: none; }

/* v6: tap-targets — titel- en artiestlink in de rijen kregen ~23px hoogte;
   padding+negatieve margin tilt het raakvlak naar ~44px zonder layoutwijziging */
#vocal_list .vocal_row .track_title a.title_a,
#vocal_list .vocal_row .vocalist_name a.title_a { display: inline-block; padding: 9px 0; margin: -9px 0; }

/* v6: gratis-maandvocal-pill naast de tabs op /vocals (SXO: Free-Tier-persona) */
.vqx-tab-free { color: #8a6a14 !important; background: #fdf6e3; border-color: rgba(240,181,43,0.55) !important; }
.vqx-tab-free:hover { border-color: #e8b750 !important; }
.vqx-tab-free i { font-size: 11px; margin-right: 5px; }

/* v7: hele rij klikbaar (audit: tap-targets) — knoppen behouden eigen gedrag */
#vocal_list .vocal_row { cursor: pointer; }
