/* =========================================================
   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);
}

.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: 'Sora', sans-serif;
    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 rgba(255, 255, 255, 0.1);
    background: #111;
    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: #111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.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;
}

/* =========================================================
   --- TITULO INTERMEDIO DE VERSIONES MEJORADO ---
   ========================================================= */
.rel-title-custom {
    text-align: center !important;
    font-size: 22px !important; 
    font-weight: 500 !important; 
    margin: 50px 0 35px 0 !important;
    color: rgba(255, 255, 255, 0.6) !important; 
    font-family: 'Sora', sans-serif !important;
    text-transform: none !important; 
    letter-spacing: 0.5px;
}

.rel-title-custom span { 
    color: #ffffff !important; 
    font-weight: 800 !important;
}
.rel-title-custom::after { display: none !important; }

.filters-section {
    align-items: center;
}

#single-version-reset {
    opacity: 0;
    pointer-events: none;
    transform: translateY(2px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#single-version-reset.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* =========================================================
   --- ESTRUCTURA NATIVA Y PROPIA DE LA TABLA SINGLE ---
   ========================================================= */
#dj-remix-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
    margin-top: 15px;
}

#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 */
#dj-remix-table th:nth-child(2) { text-align: left; } /* REMIXER */
#dj-remix-table th:nth-child(3) { text-align: left; } /* TITLE */

#dj-remix-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: background 0.2s ease;
}

#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 */
#dj-remix-table td:nth-child(2) { text-align: left; } /* Columna Remixer */
#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: 'Sora', sans-serif !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: 'Sora', sans-serif !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: 'Sora', sans-serif !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 */
#dj-remix-table td,
.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; }
    #dj-remix-table th:nth-child(2), #dj-remix-table td:nth-child(2), #dj-remix-table th:nth-child(4), #dj-remix-table td:nth-child(4), #dj-remix-table th:nth-child(5), #dj-remix-table td:nth-child(5), #dj-remix-table th:nth-child(6), #dj-remix-table td:nth-child(6), #dj-remix-table th:nth-child(7), #dj-remix-table td:nth-child(7) { display: none !important; }
    #dj-remix-table th:nth-child(1), #dj-remix-table td:nth-child(1) { width: 75px !important; display: table-cell !important; text-align: center !important; vertical-align: middle !important; }
    #dj-remix-table th:nth-child(3), #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; }
    #dj-remix-table th:nth-child(8), #dj-remix-table td:nth-child(8) { width: 100px !important; display: table-cell !important; text-align: center !important; vertical-align: middle !important; }
    #dj-remix-table td:last-child .edd-add-to-cart,
    #dj-remix-table td:last-child .edd_go_to_checkout,
    #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: 'Sora', sans-serif !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: 'Sora', sans-serif !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: 'Sora', sans-serif !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: 'Sora', sans-serif !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;
    }

    #dj-remix-table th:nth-child(3),
    #dj-remix-table td:nth-child(3),
    #dj-remix-table th:nth-child(4),
    #dj-remix-table td:nth-child(4),
    #dj-remix-table th:nth-child(5),
    #dj-remix-table td:nth-child(5),
    #dj-remix-table th:nth-child(6),
    #dj-remix-table td:nth-child(6) {
        display: none !important;
    }

    #dj-remix-table th:nth-child(1),
    #dj-remix-table td:nth-child(1) {
        width: 68px !important;
        display: table-cell !important;
    }

    #dj-remix-table th:nth-child(2),
    #dj-remix-table td:nth-child(2) {
        width: auto !important;
        display: table-cell !important;
        text-align: left !important;
    }

    #dj-remix-table th:nth-child(7),
    #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: 'Sora', sans-serif !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;
    }
}
