/* =========================================================
   ESTILOS SINGLE PRODUCT REESTRUCTURADO - BEATLATIN
   Look & Feel: Glassmorphism Ultra Premium Tipo Apple Music
   ========================================================= */

:root {
    --apple-red: #D90C0C; 
    --glass-border: rgba(255, 255, 255, 0.08);
}

/* ---------- Hero unificado (Apple: meta · puntos · chips · formatos) ---------- */
.bl-single-remix {
    padding-top: 0;
    padding-bottom: 8px;
}

.bl-single-remix .bl-mixes-hero__artwork {
    background: var(--bl-featured-photo-bg, #3a3a3c);
}

[data-theme="light"] .bl-single-remix .bl-mixes-hero__artwork {
    --bl-featured-photo-bg: #e6e6ea;
    background: var(--bl-featured-photo-bg, #e6e6ea);
}

.bl-single-remix__hero.bl-mixes-hero {
    grid-template-columns: var(--bl-mixes-art) minmax(0, 1fr);
    gap: 28px 32px;
}

.bl-single-remix__meta {
    width: 100%;
    max-width: 42rem;
}

.bl-single-remix__artist {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--bl-mixes-secondary, hsla(0, 0%, 100%, 0.64));
}

.bl-single-remix .bl-mixes-hero__dj {
    margin-bottom: 10px;
}

/* Línea meta: BPM · TONALIDAD · GÉNERO · AGREGADO (label fuerte, valor suave, · rojo) */
.bl-single-remix__meta-line {
    margin: 0 0 16px;
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--bl-mixes-secondary, hsla(0, 0%, 100%, 0.64));
}

.bl-single-remix__meta-row {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: baseline;
}

.bl-single-remix__meta-row-sep,
.bl-single-remix__meta-dot {
    display: inline-block;
    margin: 0 0.45em;
    color: var(--bl-accent, #d90c0c);
    font-size: 1.45em;
    font-weight: 700;
    line-height: 1;
    vertical-align: -0.08em;
}

.bl-single-remix__meta-bit {
    color: inherit;
}

.bl-single-remix__meta-label {
    margin-right: 0.28em;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

[data-theme="light"] .bl-single-remix__meta-label {
    color: #111;
}

.bl-single-remix__meta-value {
    font-weight: 500;
    color: var(--bl-mixes-secondary, hsla(0, 0%, 100%, 0.64));
}

[data-theme="light"] .bl-single-remix__meta-value {
    color: rgba(0, 0, 0, 0.55);
}

.bl-single-remix__block-title {
    margin: 0 0 8px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

[data-theme="light"] .bl-single-remix__block-title {
    color: #111;
}

.bl-single-remix__versions-block {
    margin: 0 0 18px;
    width: 100%;
}

.bl-single-remix__version-chips {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
}

.bl-single-remix__version-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 5px 10px 5px 8px;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

[data-theme="light"] .bl-single-remix__version-chip {
    background: #111;
    color: #fff;
}

.bl-single-remix__version-chip:hover:not(:disabled),
.bl-single-remix__version-chip.is-playing {
    background: var(--bl-accent, #d90c0c);
    color: #fff;
}

.bl-single-remix__version-chip:disabled {
    opacity: 0.4;
    cursor: default;
}

.bl-single-remix__version-chip-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    color: inherit;
    position: relative;
}

.bl-single-remix__chip-icon-play,
.bl-single-remix__chip-icon-pause {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 8px;
    height: 8px;
}

.bl-single-remix__chip-icon-pause {
    opacity: 0;
}

.bl-single-remix__version-chip.is-playing:not(.is-paused) .bl-single-remix__chip-icon-play {
    opacity: 0;
}

.bl-single-remix__version-chip.is-playing:not(.is-paused) .bl-single-remix__chip-icon-pause {
    opacity: 1;
}

.bl-single-remix__version-chip.is-playing.is-paused .bl-single-remix__chip-icon-play {
    opacity: 1;
}

.bl-single-remix__version-chip.is-playing.is-paused .bl-single-remix__chip-icon-pause {
    opacity: 0;
}

/* Calidad de audio: texto simple (sin cards) */
.bl-single-remix__formats {
    margin: 0 0 18px;
    width: 100%;
}

.bl-single-remix__formats-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bl-single-remix__format {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--bl-mixes-primary, hsla(0, 0%, 100%, 0.88));
}

.bl-single-remix__format-name {
    font-size: 12px;
    font-weight: 600;
    color: inherit;
}

.bl-single-remix__format-hq {
    display: inline;
    padding: 0;
    border-radius: 0;
    background: none;
    color: var(--bl-accent, #d90c0c);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
}

.bl-single-remix__format-desc {
    display: inline;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--bl-mixes-secondary, hsla(0, 0%, 100%, 0.55));
}

.bl-single-remix__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 14px;
    margin-top: 2px;
}

.bl-single-remix__buy {
    margin: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.bl-single-remix__buy .bl-mixes-buy {
    width: auto;
    justify-content: flex-start;
}

.bl-single-remix__buy.is-downloadable .bl-mixes-buy__btn,
.bl-single-remix__buy.is-downloadable .bl-mixes-buy__pay {
	display: none !important;
}

.bl-single-remix__buy.is-downloadable .bl-mixes-buy__download {
	display: inline-flex !important;
}

.bl-single-remix__buy.is-in-cart .bl-mixes-buy__btn {
    display: none !important;
}

.bl-single-remix__buy.is-in-cart .bl-mixes-buy__pay {
    display: inline-flex !important;
}

@media (max-width: 768px) {
    .bl-single-remix__hero.bl-mixes-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        justify-items: center;
        text-align: center;
    }

    .bl-single-remix__meta {
        max-width: none;
        align-items: center;
        text-align: center;
    }

    .bl-single-remix__meta-line {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        text-align: center;
    }

    .bl-single-remix__meta-row {
        display: inline-flex;
        justify-content: center;
    }

    .bl-single-remix__meta-row-sep {
        display: none;
    }

    .bl-single-remix__artist {
        font-size: 15px;
        text-align: center;
    }
}

/* Legacy sibling links (si quedan en cache) */
.bl-single-remix__versions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
}

.bl-single-remix__version {
    font-size: 14px;
    font-weight: 500;
    color: var(--bl-red, #d90c0c);
    text-decoration: none;
}

.bl-single-remix__version:hover {
    text-decoration: underline;
    opacity: 0.9;
}

.bl-single-remix__version.is-current {
    color: var(--bl-mixes-primary, hsla(0, 0%, 100%, 0.92));
    font-weight: 600;
    cursor: default;
}

.remix-hero-container-glass {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)) !important;
    backdrop-filter: blur(18px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(120%) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 22px !important;
    padding: 28px 34px !important;
    margin-bottom: 50px;
    font-family: var(--bl-font);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 38px rgba(0, 0, 0, 0.42) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.remix-hero-container-glass:hover {
    border-color: rgba(255, 255, 255, 0.13) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.075),
        0 20px 42px rgba(0, 0, 0, 0.48) !important;
}

.remix-hero-row { 
    display: flex; 
    align-items: center; 
    gap: 30px; 
    flex-wrap: nowrap; 
}

/* AVATAR INTERACTIVO DEL HERO */
.col-play-avatar {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
}

.dj-avatar-interactive {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
    border: 1px solid var(--bl-border);
    background: var(--bl-art-bg);
    cursor: pointer;
}

.avatar-placeholder-single {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 28px;
}

.avatar-img-single {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.3s ease;
}

.dj-preview-container {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    background: var(--bl-art-bg) !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--bl-art-shadow);
    border: 1px solid var(--bl-border);
}

.dj-preview-container:focus-visible,
.dj-avatar-interactive:focus-visible,
.single-pag-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.55) !important;
    outline-offset: 3px !important;
}

.dj-album-art {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.dj-album-art-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.35);
    font-size: 17px;
}

.dj-preview-container .dj-play-overlay,
.dj-avatar-interactive .dj-play-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 2;
    pointer-events: none;
}

.dj-preview-container:hover .dj-play-overlay,
.dj-avatar-interactive:hover .dj-play-overlay {
    opacity: 1 !important;
}

.dj-preview-container .dj-play-overlay i,
.dj-avatar-interactive .dj-play-overlay i {
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 1 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.dj-preview-container .dj-play-overlay i {
    font-size: 15px !important;
}

/* Sincronización del avatar con el reproductor global */
.remix-hero-row.now-playing:not(.is-paused) .dj-play-overlay { opacity: 1 !important; }
.remix-hero-row.now-playing:not(.is-paused) .dj-play-overlay .pause-icon { display: block !important; }
.remix-hero-row.now-playing:not(.is-paused) .dj-play-overlay .play-icon { display: none !important; }
.remix-hero-row.is-paused .dj-play-overlay { opacity: 1 !important; }
.remix-hero-row.is-paused .dj-play-overlay .play-icon { display: block !important; }
.remix-hero-row.is-paused .dj-play-overlay .pause-icon { display: none !important; }

/* FORZAR VISIBILIDAD EN HOVER EXCLUSIVO DEL AVATAR */
.dj-avatar-interactive:hover .dj-play-overlay .play-icon { display: block !important; }
.remix-hero-row.now-playing:not(.is-paused) .dj-avatar-interactive:hover .dj-play-overlay .pause-icon { display: block !important; }
.remix-hero-row.now-playing:not(.is-paused) .dj-avatar-interactive:hover .dj-play-overlay .play-icon { display: none !important; }
.remix-hero-row.is-paused .dj-avatar-interactive:hover .dj-play-overlay .play-icon { display: block !important; }
.remix-hero-row.is-paused .dj-avatar-interactive:hover .dj-play-overlay .pause-icon { display: none !important; }

/* TEXTOS DEL HERO */
.hero-title { 
    font-size: 20px !important; 
    color: #ffffff !important; 
    font-weight: 700 !important; 
    margin: 0 !important;
}
.hero-dj { 
    color: rgba(255, 255, 255, 0.64) !important; 
    font-weight: 700 !important; 
    font-size: 12px !important; 
    text-transform: uppercase; 
    display: block; 
    margin-bottom: 4px; 
}

.col-main-info {
    min-width: 0;
    flex: 1 1 auto;
}

.col-meta {
    display: flex;
    gap: 22px;
    margin-left: auto;
    align-items: center;
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.meta-item {
    min-width: 72px;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 600;
}

.meta-item span {
    display: block;
    color: rgba(255, 255, 255, 0.28);
    font-size: 9px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* ---------- Tabla relacionados (mismo patrón audio/mixes) ---------- */
.bl-single-related.remix-grid-wrapper {
    padding-top: 28px;
    margin-top: 8px;
}

.bl-single-related .bl-catalog-section-title {
    margin: 0 0 35px;
}

/* Legacy search UI — ocultar si queda markup viejo en caché */
.Related-version-table .filters-section,
.bl-single-related .filters-section,
#single-version-search,
#single-version-reset,
.single-search-wrap,
.single-search-count {
    display: none !important;
}

/* =========================================================
   --- ESTRUCTURA NATIVA Y PROPIA DE LA TABLA SINGLE ---
   (solo Related-version-table; DJ usa #bl-dj-table)
   ========================================================= */
.Related-version-table #dj-remix-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
    margin-top: 15px;
}

.Related-version-table #dj-remix-table th {
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    padding: 15px 10px !important;
    border-bottom: 1px solid var(--glass-border) !important;
    text-align: center;
    font-weight: 600;
}

/* Alineaciones específicas de los encabezados text-align */
.Related-version-table #dj-remix-table th:nth-child(2) { text-align: left; } /* REMIXER */
.Related-version-table #dj-remix-table th:nth-child(3) { text-align: left; } /* TITLE */

.Related-version-table #dj-remix-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: background 0.2s ease;
}

.Related-version-table #dj-remix-table td {
    padding: 18px 10px !important;
    font-size: 13px !important;
    vertical-align: middle !important;
    text-align: center; /* Centrado general de datos técnicos */
}

/* Comportamiento de las columnas de texto */
.Related-version-table #dj-remix-table td:nth-child(2) { text-align: left; } /* Columna Remixer */
.Related-version-table #dj-remix-table td:nth-child(3) { text-align: left; } /* Columna Title */

.Related-version-table #dj-remix-table td:last-child .edd_purchase_submit_wrapper,
.Related-version-table #dj-remix-table td:last-child .edd_download_purchase_form {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
}

.Related-version-table #dj-remix-table td:last-child .edd-add-to-cart,
.Related-version-table #dj-remix-table td:last-child .edd_go_to_checkout,
.Related-version-table #dj-remix-table td:last-child .edd-submit {
    align-items: center;
    justify-content: center;
    min-width: 76px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    color: rgba(255, 255, 255, 0.84) !important;
    background: rgba(255, 255, 255, 0.055) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 999px !important;
    font-family: var(--bl-font) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.Related-version-table #dj-remix-table td:last-child .edd_go_to_checkout {
    line-height: 32px !important;
}

.Related-version-table #dj-remix-table td:last-child .edd-add-to-cart:hover,
.Related-version-table #dj-remix-table td:last-child .edd_go_to_checkout:hover,
.Related-version-table #dj-remix-table td:last-child .edd-submit:hover {
    color: #000000 !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
    transform: translateY(-1px);
}

.Related-version-table #dj-remix-table td:last-child .edd-cart-added-alert {
    position: static !important;
    display: block;
    width: 100%;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.52) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-family: var(--bl-font) !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: normal !important;
}

.Related-version-table #dj-remix-table td:last-child .edd-loading {
    margin: 6px auto 0 !important;
}

.Related-version-table #dj-remix-table td:last-child .edd-add-to-cart[style*="display: none"],
.Related-version-table #dj-remix-table td:last-child .edd-add-to-cart[style*="display:none"] {
    display: none !important;
}

.Related-version-table #dj-remix-table td:last-child .edd-add-to-cart .edd-add-to-cart-label {
    display: inline-block !important;
    overflow: hidden !important;
    color: inherit !important;
    font-family: var(--bl-font) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
    vertical-align: middle !important;
}

.Related-version-table #dj-remix-table td:last-child .edd_go_to_checkout .edd-add-to-cart-label {
    max-width: none !important;
    overflow: visible !important;
    font-size: 11px !important;
}

.remix-title-stack {
    display: inline-flex;
    max-width: 100%;
    flex-direction: column;
}

.remix-title-text {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-remixer-name {
    display: none;
}

.single-loading-row td,
.single-empty-row td {
    padding: 18px 10px !important;
}

.single-skeleton-line {
    display: grid;
    grid-template-columns: 54px minmax(120px, 1fr) 120px;
    gap: 18px;
    align-items: center;
    opacity: 0.85;
}

.single-skeleton-line span {
    height: 12px;
    border-radius: 99px;
    background: linear-gradient(90deg, rgba(255,255,255,0.05), rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    background-size: 220% 100%;
    animation: singleSkeletonShimmer 1.1s ease-in-out infinite;
}

.single-skeleton-line span:first-child {
    width: 54px;
    height: 54px;
    border-radius: 12px;
}

.single-skeleton-line span:last-child {
    justify-self: end;
    width: 95px;
}

.single-empty-state {
    padding: 34px 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    font-weight: 600;
}

.single-pag-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 12px;
    font-weight: 700;
}

@keyframes singleSkeletonShimmer {
    0% { background-position: 120% 0; }
    100% { background-position: -120% 0; }
}

/* =========================================================
   --- CONTROL DE ICONOS EN LA TABLA (COMPORTAMIENTO SEGURO) ---
   ========================================================= */
.remix-table .remix-row:hover .dj-play-overlay { opacity: 1 !important; }
.remix-table .remix-row:not(.now-playing):hover .dj-play-overlay .play-icon { display: block !important; }
.remix-table .remix-row.now-playing .dj-play-overlay { opacity: 1 !important; }
.remix-table .remix-row.now-playing:not(.is-paused) .dj-play-overlay .pause-icon { display: block !important; }
.remix-table .remix-row.now-playing:not(.is-paused) .dj-play-overlay .play-icon { display: none !important; }
.remix-table .remix-row.is-paused .dj-play-overlay .play-icon { display: block !important; }
.remix-table .remix-row.is-paused .dj-play-overlay .pause-icon { display: none !important; }

/* =========================================================
   ANCHOS AISLADOS EXCLUSIVOS PARA LA TABLA DE VERSIONES DEL SINGLE
   (Estructura de 8 Columnas - Contenedor: .Related-version-table)
   ========================================================= */
@media (min-width: 1024px) {
    /* Forzamos que estas medidas se apliquen ÚNICAMENTE a la tabla de abajo del single */
    .Related-version-table #dj-remix-table th:nth-child(1),
    .Related-version-table #dj-remix-table td:nth-child(1) { width: 75px !important; text-align: center; } /* PLAY */
    
    .Related-version-table #dj-remix-table th:nth-child(2),
    .Related-version-table #dj-remix-table td:nth-child(2) { width: 15% !important; text-align: left; }   /* REMIXER */
    
    .Related-version-table #dj-remix-table th:nth-child(3),
    .Related-version-table #dj-remix-table td:nth-child(3) { width: 25% !important; text-align: left; }   /* TITLE */
    
    .Related-version-table #dj-remix-table th:nth-child(4),
    .Related-version-table #dj-remix-table td:nth-child(4) { width: 145px !important; text-align: center; } /* VERSION */
    
    .Related-version-table #dj-remix-table th:nth-child(5),
    .Related-version-table #dj-remix-table td:nth-child(5) { width: 80px !important; text-align: center; }  /* BPM */
    
    .Related-version-table #dj-remix-table th:nth-child(6),
    .Related-version-table #dj-remix-table td:nth-child(6) { width: 120px !important; text-align: center; } /* GENRE */
    
    .Related-version-table #dj-remix-table th:nth-child(7),
    .Related-version-table #dj-remix-table td:nth-child(7) { width: 110px !important; text-align: center; } /* DATE */
    
    .Related-version-table #dj-remix-table th:nth-child(8),
    .Related-version-table #dj-remix-table td:nth-child(8) { width: 120px !important; text-align: center; } /* PURCHASE */
}

/* RESALTADO EXCLUSIVO PARA LA COLUMNA DE VERSIONES */
.cell-version-highlight {
    color: #ffffff !important; 
    font-weight: 700 !important;
}

/* =========================================================
   ESTADO BASE DE LAS CELDAS DE LA TABLA
   ========================================================= */

/* Todas las celdas (Título, BPM, Género, Fecha, etc.) van en gris fijo */
.Related-version-table #dj-remix-table td,
.Related-version-table .remix-title-text {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* El Remixer (DJ) empieza en gris pero preparado para moverse */
.remixer-link {
    color: rgba(255, 255, 255, 0.5) !important;
    display: inline-block !important;
    text-decoration: none !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.3s ease !important;
    will-change: transform, color;
}

/* COLUMNA VERSIÓN: Resaltada siempre en Blanco Total Fijo */
.cell-version-highlight {
    color: #ffffff !important; 
    font-weight: 600 !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

/* =========================================================
   COMPORTAMIENTO EXCLUSIVO EN EL HOVER DE LA FILA
   ========================================================= */

/* ÚNICAMENTE el Remixer se desliza 6px y cambia a rojo corporativo en hover */
.remix-row:hover .remixer-link {
    color: rgba(255, 255, 255, 0.82) !important;
    transform: translateX(6px) !important; 
}

/* El Título y las demás celdas se quedan completamente quietas y en su color gris */
.remix-row:hover .remix-title-text,
.remix-row:hover td {
    transform: none !important;
}

/* =========================================================
   ESTADO CUANDO EL TRACK ESTÁ SONANDO (REPRODUCTOR GLOBAL)
   ========================================================= */

/* Se mantiene un estado suave para saber cuál está seleccionada */
.remix-row.now-playing { 
    background: rgba(255, 255, 255, 0.045) !important; 
    box-shadow: inset 2px 0 0 rgba(255, 255, 255, 0.22);
}

.remix-row.now-playing .dj-preview-container {
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 8px 18px rgba(255, 255, 255, 0.08), 0 6px 16px rgba(0, 0, 0, 0.45);
}

/* ¡CORREGIDO! Bloqueamos por completo el color rojo en el título al reproducir.
   Se queda fijado en el mismo gris sutil que los demás */
.remix-row.now-playing .remix-title-text,
.remix-row.now-playing td {
    color: rgba(255, 255, 255, 0.5) !important;
}


/* =========================================================
   --- ADAPTACIÓN MÓVIL SÓLO EN PLAY | TITLE | PURCHASE ---
   ========================================================= */
@media screen and (max-width: 768px) {
    .remix-hero-container-glass { padding: 30px 20px !important; margin-bottom: 35px !important; border-radius: 20px !important; }
    .remix-hero-row { flex-direction: column !important; align-items: center !important; text-align: center !important; gap: 25px !important; width: 100% !important; }
    .col-play-avatar { flex: 0 0 85px !important; width: 85px !important; height: 85px !important; margin-bottom: 5px !important; }
    .col-main-info { width: 100% !important; padding: 0 !important; }
    .hero-dj { font-size: 12px !important; margin-bottom: 8px !important; letter-spacing: 1px !important; }
    .hero-title { font-size: 21px !important; line-height: 1.4 !important; font-weight: 700 !important; color: #ffffff !important; white-space: normal !important; word-break: normal !important; }
    .col-meta { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 20px 10px !important; width: 100% !important; margin: 10px 0 !important; padding: 0 !important; background: transparent !important; border: none !important; }
    .meta-item { text-align: center !important; font-size: 13px !important; font-weight: 700 !important; color: #ffffff !important; }
    .meta-item span { font-size: 9px !important; color: rgba(255, 255, 255, 0.3) !important; margin-bottom: 5px !important; text-transform: uppercase !important; }
    .item-highlighted { grid-column: span 3 !important; padding-bottom: 12px !important; border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important; margin-bottom: 5px !important; }
    .remix-table tr { display: table-row !important; }
    .Related-version-table #dj-remix-table th:nth-child(2),
    .Related-version-table #dj-remix-table td:nth-child(2),
    .Related-version-table #dj-remix-table th:nth-child(4),
    .Related-version-table #dj-remix-table td:nth-child(4),
    .Related-version-table #dj-remix-table th:nth-child(5),
    .Related-version-table #dj-remix-table td:nth-child(5),
    .Related-version-table #dj-remix-table th:nth-child(6),
    .Related-version-table #dj-remix-table td:nth-child(6),
    .Related-version-table #dj-remix-table th:nth-child(7),
    .Related-version-table #dj-remix-table td:nth-child(7) { display: none !important; }
    .Related-version-table #dj-remix-table th:nth-child(1),
    .Related-version-table #dj-remix-table td:nth-child(1) { width: 75px !important; display: table-cell !important; text-align: center !important; vertical-align: middle !important; }
    .Related-version-table #dj-remix-table th:nth-child(3),
    .Related-version-table #dj-remix-table td:nth-child(3) { width: auto !important; display: table-cell !important; text-align: left !important; font-size: 13px !important; white-space: normal !important; line-height: 1.4 !important; }
    .Related-version-table #dj-remix-table th:nth-child(8),
    .Related-version-table #dj-remix-table td:nth-child(8) { width: 100px !important; display: table-cell !important; text-align: center !important; vertical-align: middle !important; }
    .Related-version-table #dj-remix-table td:last-child .edd-add-to-cart,
    .Related-version-table #dj-remix-table td:last-child .edd_go_to_checkout,
    .Related-version-table #dj-remix-table td:last-child .edd-submit { font-size: 11px !important; padding: 0 9px !important; min-width: 66px !important; min-height: 31px !important; line-height: 29px !important; border-radius: 999px !important; }
    .remix-title-text { white-space: normal !important; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    .mobile-remixer-name { display: block !important; margin-top: 4px; color: rgba(255, 255, 255, 0.32) !important; font-size: 11px; font-weight: 600; line-height: 1.3; text-decoration: none !important; }
    a.mobile-remixer-name { cursor: pointer; }
    .remix-row:hover .mobile-remixer-name { color: rgba(255, 255, 255, 0.72) !important; }
    .single-skeleton-line { grid-template-columns: 54px minmax(90px, 1fr) 74px; gap: 12px; }
}

/* Override final: acento rojo sutil solo en borde/icono del play */
.Related-version-table #dj-remix-table .remix-row:hover .dj-preview-container,
.dj-preview-container:hover {
    border-color: rgba(217, 12, 12, 0.78) !important;
    background: rgba(255, 255, 255, 0.055) !important;
    box-shadow:
        0 0 0 1px rgba(217, 12, 12, 0.18),
        0 6px 16px rgba(0, 0, 0, 0.45) !important;
}

.Related-version-table #dj-remix-table .remix-row:hover .dj-play-overlay i,
.dj-preview-container:hover .dj-play-overlay i {
    color: var(--apple-red) !important;
}

.Related-version-table #dj-remix-table .remix-row.now-playing:not(.is-paused) .dj-preview-container {
    border-color: rgba(217, 12, 12, 0.78) !important;
    box-shadow:
        0 0 0 1px rgba(217, 12, 12, 0.18),
        0 6px 16px rgba(0, 0, 0, 0.45) !important;
}

.Related-version-table #dj-remix-table .remix-row.now-playing:not(.is-paused) .dj-play-overlay {
    background: rgba(0, 0, 0, 0.68) !important;
}

.Related-version-table #dj-remix-table .remix-row.now-playing:not(.is-paused) .dj-play-overlay i {
    color: var(--apple-red) !important;
}

.Related-version-table #dj-remix-table .remix-row.now-playing.is-paused .dj-preview-container {
    border-color: rgba(255, 255, 255, 0.22) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    box-shadow:
        0 8px 18px rgba(255, 255, 255, 0.08),
        0 6px 16px rgba(0, 0, 0, 0.45) !important;
}

.Related-version-table #dj-remix-table .remix-row.now-playing.is-paused .dj-play-overlay i {
    color: #ffffff !important;
}

/* =========================================================
   OVERRIDE FINAL - TABLA RELACIONADOS EN FORMATO PREMIUM 7 COLUMNAS
   ========================================================= */

.Related-version-table .filters-section {
    display: grid !important;
    grid-template-columns: minmax(320px, 1fr) auto !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 0 42px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.single-search-wrap {
    position: relative;
    width: 100%;
}

.Related-version-table #single-version-search {
    width: 100% !important;
    height: 56px !important;
    padding: 0 195px 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    background: rgba(0, 0, 0, 0.24) !important;
    color: #ffffff !important;
    font-family: var(--bl-font) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    outline: none !important;
}

.Related-version-table #single-version-search::placeholder {
    color: rgba(255, 255, 255, 0.42) !important;
}

.single-search-count {
    position: absolute;
    top: 50%;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 168px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.68);
    font-family: var(--bl-font) !important;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.03em;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transform: translateY(-50%);
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

.single-search-count.is-visible {
    opacity: 1;
}

.Related-version-table #single-version-reset {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 56px !important;
    min-height: 56px !important;
    min-width: 120px !important;
    padding: 0 18px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--bl-font) !important;
    font-size: 10px !important;
    font-weight: 750 !important;
    letter-spacing: 0.055em !important;
    text-transform: uppercase !important;
}

.Related-version-table #single-version-reset:hover {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #000000 !important;
}

.Related-version-table #dj-remix-table th:nth-child(2),
.Related-version-table #dj-remix-table td:nth-child(2) {
    text-align: left !important;
}

.Related-version-table #dj-remix-table th:nth-child(3),
.Related-version-table #dj-remix-table td:nth-child(3),
.Related-version-table #dj-remix-table th:nth-child(4),
.Related-version-table #dj-remix-table td:nth-child(4),
.Related-version-table #dj-remix-table th:nth-child(5),
.Related-version-table #dj-remix-table td:nth-child(5),
.Related-version-table #dj-remix-table th:nth-child(6),
.Related-version-table #dj-remix-table td:nth-child(6),
.Related-version-table #dj-remix-table th:nth-child(7),
.Related-version-table #dj-remix-table td:nth-child(7) {
    text-align: center !important;
}

@media (min-width: 1024px) {
    .Related-version-table #dj-remix-table th:nth-child(1),
    .Related-version-table #dj-remix-table td:nth-child(1) {
        width: 78px !important;
    }

    .Related-version-table #dj-remix-table th:nth-child(2),
    .Related-version-table #dj-remix-table td:nth-child(2) {
        width: 35% !important;
    }

    .Related-version-table #dj-remix-table th:nth-child(3),
    .Related-version-table #dj-remix-table td:nth-child(3) {
        width: 15% !important;
    }

    .Related-version-table #dj-remix-table th:nth-child(4),
    .Related-version-table #dj-remix-table td:nth-child(4) {
        width: 8% !important;
    }

    .Related-version-table #dj-remix-table th:nth-child(5),
    .Related-version-table #dj-remix-table td:nth-child(5) {
        width: 14% !important;
    }

    .Related-version-table #dj-remix-table th:nth-child(6),
    .Related-version-table #dj-remix-table td:nth-child(6) {
        width: 12% !important;
    }

    .Related-version-table #dj-remix-table th:nth-child(7),
    .Related-version-table #dj-remix-table td:nth-child(7) {
        width: 16% !important;
    }
}

.Related-version-table .remix-title-link {
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.Related-version-table .remix-title-stack {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.Related-version-table .remix-title-main,
.Related-version-table .remix-title-artist {
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.Related-version-table .remix-title-main {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.22 !important;
}

.Related-version-table .remix-title-artist {
    color: rgba(255, 255, 255, 0.48) !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    line-height: 1.18 !important;
}

.Related-version-table .pagination-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 42px 0 !important;
}

.Related-version-table .single-pag-btn,
.Related-version-table .single-pag-ellipsis {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: rgba(255, 255, 255, 0.58) !important;
    font-family: var(--bl-font) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.Related-version-table .single-pag-btn:hover:not(:disabled),
.Related-version-table .single-pag-btn.active {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #000000 !important;
}

.Related-version-table .single-pag-btn:disabled {
    opacity: 0.24 !important;
    cursor: not-allowed !important;
}

.Related-version-table .single-pag-ellipsis {
    min-width: auto !important;
    border-color: transparent !important;
    background: transparent !important;
}

@media screen and (max-width: 768px) {
    .Related-version-table .filters-section {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-bottom: 28px !important;
    }

    .Related-version-table #single-version-search {
        padding-right: 150px !important;
    }

    .single-search-count {
        right: 10px;
        max-width: 132px;
        height: 26px;
        padding: 0 9px;
        font-size: 8px;
    }

    .Related-version-table #single-version-reset {
        width: 100% !important;
    }

    .Related-version-table #dj-remix-table th:nth-child(3),
    .Related-version-table #dj-remix-table td:nth-child(3),
    .Related-version-table #dj-remix-table th:nth-child(4),
    .Related-version-table #dj-remix-table td:nth-child(4),
    .Related-version-table #dj-remix-table th:nth-child(5),
    .Related-version-table #dj-remix-table td:nth-child(5),
    .Related-version-table #dj-remix-table th:nth-child(6),
    .Related-version-table #dj-remix-table td:nth-child(6) {
        display: none !important;
    }

    .Related-version-table #dj-remix-table th:nth-child(1),
    .Related-version-table #dj-remix-table td:nth-child(1) {
        width: 68px !important;
        display: table-cell !important;
    }

    .Related-version-table #dj-remix-table th:nth-child(2),
    .Related-version-table #dj-remix-table td:nth-child(2) {
        width: auto !important;
        display: table-cell !important;
        text-align: left !important;
    }

    .Related-version-table #dj-remix-table th:nth-child(7),
    .Related-version-table #dj-remix-table td:nth-child(7) {
        width: 100px !important;
        display: table-cell !important;
    }
}

/* =========================================================
   OVERRIDE FINAL - HERO SINGLE LIMPIO CON TITULO / ARTISTA
   ========================================================= */

.remix-hero-container-glass {
    padding: 28px 0 !important;
    margin: 36px 0 54px !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.remix-hero-container-glass:hover {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
}

.remix-hero-row {
    gap: 34px !important;
}

.col-play-avatar {
    flex: 0 0 128px !important;
    width: 128px !important;
    height: 128px !important;
}

.dj-avatar-interactive {
    overflow: hidden !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.035) !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24) !important;
}

.avatar-img-single {
    border-radius: 8px !important;
    opacity: 0.88;
}

.dj-avatar-interactive .dj-play-overlay {
    opacity: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 0, 0, 0.28) !important;
    transition: opacity 0.22s ease, background 0.22s ease !important;
}

.dj-avatar-interactive .dj-play-overlay i {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.42);
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-align: center !important;
    transform: translate(-50%, -50%) !important;
    text-shadow: none !important;
    margin: 0 !important;
}

.dj-avatar-interactive .dj-play-overlay .play-icon,
.dj-avatar-interactive:hover .dj-play-overlay .play-icon,
.remix-hero-row.is-paused .dj-avatar-interactive .dj-play-overlay .play-icon,
.remix-hero-row.is-paused .dj-avatar-interactive:hover .dj-play-overlay .play-icon {
    display: inline-flex !important;
}

.dj-avatar-interactive .dj-play-overlay .pause-icon,
.remix-hero-row.is-paused .dj-avatar-interactive .dj-play-overlay .pause-icon,
.remix-hero-row.is-paused .dj-avatar-interactive:hover .dj-play-overlay .pause-icon {
    display: none !important;
}

.remix-hero-row.now-playing:not(.is-paused) .dj-avatar-interactive .dj-play-overlay .play-icon {
    display: none !important;
}

.remix-hero-row.now-playing:not(.is-paused) .dj-avatar-interactive .dj-play-overlay .pause-icon {
    display: inline-flex !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.48);
}

.remix-hero-row.now-playing:not(.is-paused) .dj-avatar-interactive:hover .dj-play-overlay .pause-icon {
    display: inline-flex !important;
}

.remix-hero-row.now-playing:not(.is-paused) .dj-avatar-interactive:hover .dj-play-overlay .play-icon {
    display: none !important;
}

.dj-avatar-interactive:hover .dj-play-overlay,
.remix-hero-row.now-playing:not(.is-paused) .dj-avatar-interactive .dj-play-overlay {
    opacity: 1 !important;
}

.remix-hero-row.is-paused .dj-avatar-interactive .dj-play-overlay {
    opacity: 0 !important;
}

.remix-hero-row.is-paused .dj-avatar-interactive:hover .dj-play-overlay {
    opacity: 1 !important;
}

.dj-avatar-interactive:hover .dj-play-overlay i,
.remix-hero-row.now-playing:not(.is-paused) .dj-avatar-interactive .dj-play-overlay i {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.48);
}

.hero-title {
    max-width: 720px;
    font-size: clamp(23px, 2.3vw, 32px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
}

.hero-artist {
    display: block;
    max-width: 720px;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.52) !important;
    font-family: var(--bl-font) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-dj {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .remix-hero-container-glass {
        margin: 24px 0 38px !important;
        padding: 24px 0 !important;
    }

    .remix-hero-row {
        gap: 18px !important;
    }

    .col-play-avatar {
        flex: 0 0 112px !important;
        width: 112px !important;
        height: 112px !important;
        margin-bottom: 2px !important;
    }

    .hero-title {
        font-size: 22px !important;
        line-height: 1.22 !important;
    }

    .hero-artist {
        white-space: normal;
        font-size: 13px !important;
        line-height: 1.3 !important;
    }
}

/* =========================================================
   HERO 2026-07-24 — meta puntos rojos · chips · compra+⋯
   ========================================================= */
.bl-single-remix__hero.bl-mixes-hero {
    position: relative !important;
}

.bl-single-remix__top-actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.bl-single-remix__top-actions .bl-search-result__options,
.bl-single-remix__top-actions .bl-single-remix__options {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: var(--bl-mixes-primary, #fff);
    cursor: pointer;
    padding: 0;
}

[data-theme="light"] .bl-single-remix__top-actions .bl-search-result__options,
[data-theme="light"] .bl-single-remix__top-actions .bl-single-remix__options {
    background: rgba(0, 0, 0, 0.06);
    color: #111;
}

.bl-single-remix__meta {
    padding-right: 48px;
    box-sizing: border-box;
}

.bl-single-remix__meta-line {
    margin: 0 0 16px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    color: var(--bl-mixes-secondary, hsla(0, 0%, 100%, 0.64)) !important;
}

.bl-single-remix__meta-row {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: baseline !important;
}

.bl-single-remix__meta-bit {
    color: inherit;
}

.bl-single-remix__meta-label {
    margin-right: 0.28em;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff !important;
}

[data-theme="light"] .bl-single-remix__meta-label {
    color: #111 !important;
}

.bl-single-remix__meta-value {
    font-weight: 500;
    color: var(--bl-mixes-secondary, hsla(0, 0%, 100%, 0.64)) !important;
}

[data-theme="light"] .bl-single-remix__meta-value {
    color: rgba(0, 0, 0, 0.55) !important;
}

.bl-single-remix__meta-row-sep,
.bl-single-remix__meta-dot {
    display: inline-block;
    margin: 0 0.45em;
    color: var(--bl-accent, #d90c0c) !important;
    font-size: 1.45em !important;
    font-weight: 700;
    line-height: 1;
    vertical-align: -0.08em;
}

.bl-single-remix__block-title {
    margin: 0 0 8px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: #fff !important;
}

[data-theme="light"] .bl-single-remix__block-title {
    color: #111 !important;
}

.bl-single-remix__version-chip {
    background: #fff !important;
    color: #111 !important;
    border: none !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    gap: 5px !important;
    padding: 5px 10px 5px 8px !important;
}

[data-theme="light"] .bl-single-remix__version-chip {
    background: #111 !important;
    color: #fff !important;
}

.bl-single-remix__version-chip:hover:not(:disabled),
.bl-single-remix__version-chip.is-playing {
    background: var(--bl-accent, #d90c0c) !important;
    color: #fff !important;
}

.bl-single-remix__version-chip:not(.is-playing):not(:hover) .bl-single-remix__version-chip-play {
    color: inherit;
}

.bl-single-remix__format-name {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.bl-single-remix__format-desc {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.bl-single-remix__formats-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.bl-single-remix__format {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
}

.bl-single-remix__buy.is-downloadable .bl-mixes-buy__btn,
.bl-single-remix__buy.is-downloadable .bl-mixes-buy__pay {
    display: none !important;
}

.bl-single-remix__buy.is-downloadable .bl-mixes-buy__download {
    display: inline-flex !important;
}

.bl-single-remix__buy.is-in-cart .bl-mixes-buy__btn {
    display: none !important;
}

.bl-single-remix__buy.is-in-cart .bl-mixes-buy__pay {
    display: inline-flex !important;
}

/* Bridge EDD oculto para compra desde el menú ⋯ */
.bl-single-remix__buy--bridge {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 768px) {
    .bl-single-remix__hero.bl-mixes-hero {
        padding-top: 48px !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        text-align: center !important;
        gap: 18px !important;
        --bl-mixes-art: 210px;
    }

    .bl-single-remix__hero .bl-mixes-hero__artwork {
        width: min(var(--bl-mixes-art), 68vw) !important;
        height: min(var(--bl-mixes-art), 68vw) !important;
        margin: 0 auto !important;
    }

    .bl-single-remix__meta {
        padding-right: 0 !important;
        max-width: none !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }

    .bl-single-remix__hero .bl-mixes-hero__title,
    .bl-single-remix__artist,
    .bl-single-remix__hero .bl-mixes-hero__dj,
    .bl-single-remix__meta-line,
    .bl-single-remix__block-title,
    .bl-single-remix__format {
        text-align: center !important;
    }

    .bl-single-remix__meta-line {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
    }

    .bl-single-remix__meta-row {
        justify-content: center !important;
    }

    .bl-single-remix__meta-row-sep {
        display: none !important;
    }

    .bl-single-remix__version-chips {
        justify-content: center !important;
    }

    .bl-single-remix__formats-row {
        align-items: center !important;
    }

    .bl-single-remix__top-actions {
        right: 4px !important;
    }
}
