/**
 * BeatLatin — Perfil DJ
 * Hero Apple + tabla numerada (mismo thead/filas/tipografía que mixes).
 */

/* ---------- Hero ---------- */
.bl-dj-profile {
	padding-top: 0;
	padding-bottom: 8px;
}

.bl-dj-profile__hero.bl-mixes-hero {
	align-items: center !important;
}

.bl-dj-profile__artwork {
	background: var(--bl-featured-photo-bg, #3a3a3c);
	overflow: hidden;
}

.bl-dj-profile__artwork img {
	object-fit: cover;
	object-position: center top;
}

[data-theme="light"] .bl-dj-profile__artwork {
	--bl-featured-photo-bg: #e6e6ea;
	background: var(--bl-featured-photo-bg, #e6e6ea);
}

.bl-dj-profile__placeholder {
	font-size: 64px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--bl-mixes-secondary, hsla(0, 0%, 100%, 0.45));
}

.bl-dj-profile__name.bl-mixes-hero__title {
	color: var(--bl-mixes-primary, hsla(0, 0%, 100%, 0.92)) !important;
}

.bl-dj-profile__name a,
.bl-dj-profile .bl-mixes-hero__dj-link {
	color: inherit !important;
	pointer-events: none;
	text-decoration: none !important;
}

.bl-dj-profile__meta {
	justify-content: center;
}

.bl-dj-profile__bio {
	margin: 10px 0 14px;
	max-width: 42em;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	color: var(--bl-mixes-secondary, hsla(0, 0%, 100%, 0.64));
}

/* Meta línea: mismo patrón que single remix */
.bl-dj-profile__meta-line {
	margin: 0;
	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-dj-profile__meta-row {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: baseline;
}

.bl-dj-profile__meta-row-sep,
.bl-dj-profile__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-dj-profile__meta-bit {
	color: inherit;
}

.bl-dj-profile__meta-label {
	margin-right: 0.28em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
}

[data-theme="light"] .bl-dj-profile__meta-label {
	color: #111;
}

.bl-dj-profile__meta-value {
	font-weight: 500;
	color: var(--bl-mixes-secondary, hsla(0, 0%, 100%, 0.64));
}

[data-theme="light"] .bl-dj-profile__meta-value {
	color: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
	.bl-dj-profile__hero.bl-mixes-hero {
		align-items: center;
		justify-items: center;
		text-align: center;
	}

	.bl-dj-profile__meta {
		align-items: center;
		text-align: center;
		width: 100%;
	}

	.bl-dj-profile__bio {
		font-size: 13px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.bl-dj-profile__meta-line {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		text-align: center;
	}

	.bl-dj-profile__meta-row {
		justify-content: center;
	}

	.bl-dj-profile__meta-row-sep {
		display: none;
	}
}

/* ---------- Tabla (alineada a mixes) ---------- */
.bl-dj-catalog.remix-grid-wrapper.bl-mixes {
	padding-top: 8px;
}

.bl-dj-catalog .bl-catalog-section-title,
.bl-dj-catalog__title {
	display: none !important;
}

/* Thead = mixes (vence tables-theme .dj-container #bl-dj-table th) */
.bl-dj-catalog.dj-container #bl-dj-table.bl-mixes-table thead th,
.bl-dj-catalog #bl-dj-table.bl-mixes-table thead th {
	position: relative !important;
	padding: 0 12px 10px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	letter-spacing: 0.01em !important;
	text-align: left !important;
	text-transform: none !important;
	color: var(--bl-mixes-secondary) !important;
	border: none !important;
	border-bottom: 1px solid var(--bl-mixes-divider) !important;
	background: transparent !important;
	background-color: transparent !important;
	white-space: nowrap !important;
}

.bl-dj-catalog.dj-container #bl-dj-table.bl-mixes-table thead {
	background: transparent !important;
}

.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--index {
	padding-left: 2px !important;
	padding-right: 0 !important;
	width: 28px !important;
}

.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--buy,
.bl-dj-catalog.dj-container #bl-dj-table.bl-mixes-table thead th.bl-mixes-col--buy {
	text-align: right !important;
}

/* Filas = alto mixes 54px */
.bl-dj-catalog #bl-dj-table .bl-mixes-row,
.bl-dj-catalog.dj-container #bl-dj-table .bl-mixes-row {
	height: var(--bl-mixes-row-h, 54px) !important;
}

.bl-dj-catalog #bl-dj-table .bl-mixes-row td,
.bl-dj-catalog.dj-container #bl-dj-table .bl-mixes-row td {
	padding: 0 12px !important;
	height: var(--bl-mixes-row-h, 54px) !important;
	vertical-align: middle !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.2307692308 !important;
	color: var(--bl-mixes-secondary) !important;
	border: none !important;
	border-bottom: 1px solid var(--bl-mixes-divider) !important;
	background: transparent !important;
}

/* Hover sutil en fila; now-playing sin caja/fondo (solo play rojo) */
.bl-dj-catalog #bl-dj-table .bl-mixes-row:hover:not(.now-playing) td {
	background: var(--bl-mixes-row-hover) !important;
}

.bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row.now-playing:not(.is-expanded):not(.is-version-open) td,
.bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row.now-playing:not(.is-expanded):not(.is-version-open):hover td,
[data-theme="light"] .bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row.now-playing:not(.is-expanded):not(.is-version-open) td,
[data-theme="light"] .bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row.now-playing:not(.is-expanded):not(.is-version-open):hover td,
[data-theme="dark"] .bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row.now-playing:not(.is-expanded):not(.is-version-open) td,
html body .bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row.now-playing:not(.is-expanded):not(.is-version-open) td {
	background: transparent !important;
	background-color: transparent !important;
}

@media (min-width: 769px) {
	.bl-dj-catalog #bl-dj-table col.bl-dj-col-index {
		width: 28px;
	}

	.bl-dj-catalog #bl-dj-table col.bl-dj-col-title {
		width: 32%;
	}

	.bl-dj-catalog #bl-dj-table col.bl-dj-col-version {
		width: 12%;
	}

	.bl-dj-catalog #bl-dj-table col.bl-dj-col-bpm,
	.bl-dj-catalog #bl-dj-table col.bl-dj-col-key {
		width: 8%;
	}

	.bl-dj-catalog #bl-dj-table col.bl-dj-col-genre {
		width: 12%;
	}

	.bl-dj-catalog #bl-dj-table col.bl-dj-col-date {
		width: 10%;
	}

	.bl-dj-catalog #bl-dj-table col.bl-dj-col-buy {
		width: 14%;
	}

	.bl-dj-catalog .bl-mixes-col--index,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--index,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--index {
		width: 28px !important;
		min-width: 28px !important;
		max-width: 28px !important;
		padding-left: 2px !important;
		padding-right: 0 !important;
		text-align: center !important;
		overflow: visible !important;
	}

	.bl-dj-catalog .bl-mixes-col--title,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--title,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--title {
		width: 32% !important;
		padding-left: 8px !important;
		padding-right: 12px !important;
	}

	.bl-dj-catalog .bl-mixes-col--version,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--version,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--version {
		width: 12% !important;
	}

	.bl-dj-catalog .bl-mixes-col--bpm,
	.bl-dj-catalog .bl-mixes-col--key,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--bpm,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--key,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--bpm,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--key {
		width: 8% !important;
	}

	.bl-dj-catalog .bl-mixes-col--genre,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--genre,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--genre {
		width: 12% !important;
	}

	.bl-dj-catalog .bl-mixes-col--date,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--date,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--date {
		width: 10% !important;
	}

	.bl-dj-catalog .bl-mixes-col--buy,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--buy,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--buy {
		width: 14% !important;
		text-align: right !important;
	}

	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--version,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--bpm,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--key,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--genre,
	.bl-dj-catalog #bl-dj-table thead th.bl-mixes-col--date,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--version,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--bpm,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--key,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--genre,
	.bl-dj-catalog #bl-dj-table tbody td.bl-mixes-col--date {
		padding-left: 12px !important;
		padding-right: 12px !important;
		text-align: left !important;
	}
}

.bl-dj-catalog #bl-dj-table.bl-mixes-table thead th,
.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody td {
	box-sizing: border-box;
}

/* Tipografía 13 / 400 (título + artista) */
.bl-dj-catalog .bl-mixes-row__title-link,
.bl-dj-catalog .remix-title-link {
	display: flex !important;
	flex-direction: column !important;
	gap: 2px !important;
	min-width: 0 !important;
	text-decoration: none !important;
	color: inherit !important;
}

.bl-dj-catalog .bl-mixes-row__title,
.bl-dj-catalog .remix-title-main,
.bl-dj-catalog.dj-container #bl-dj-table .remix-title-main,
.bl-dj-catalog.dj-container #bl-dj-table .remix-title-link {
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.2307692308 !important;
	letter-spacing: 0 !important;
	color: var(--bl-mixes-primary) !important;
}

.bl-dj-catalog .bl-mixes-row__artist,
.bl-dj-catalog .remix-title-artist,
.bl-dj-catalog.dj-container #bl-dj-table .remix-title-artist {
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.25 !important;
	color: var(--bl-mixes-secondary) !important;
}

/* Play índice: sin cuadro / fondo / radio */
.bl-dj-catalog .bl-dj-index.bl-mixes-row__play,
.bl-dj-catalog .bl-dj-index.bl-mixes-row__play:hover,
.bl-dj-catalog .bl-dj-index.bl-mixes-row__play:focus,
.bl-dj-catalog .bl-dj-index.bl-mixes-row__play:active,
.remix-grid-wrapper.bl-dj-catalog .bl-dj-index.bl-mixes-row__play {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 22px !important;
	width: 22px !important;
	height: 22px !important;
	min-width: 22px !important;
	min-height: 22px !important;
	max-width: 22px !important;
	max-height: 22px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	overflow: visible !important;
	cursor: pointer;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	color: var(--bl-red, #d90c0c) !important;
}

.bl-dj-index:disabled {
	cursor: default;
	opacity: 0.45;
}

.bl-dj-index__num {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: var(--bl-mixes-secondary, hsla(0, 0%, 100%, 0.55));
	z-index: 1;
	pointer-events: none;
}

.bl-dj-catalog .bl-mixes-row__shade,
.bl-dj-catalog .bl-mixes-row__art {
	display: none !important;
}

/* Barras / glyphs rojos */
.bl-dj-catalog .bl-mixes-playback-bars {
	position: absolute !important;
	inset: 0 !important;
	z-index: 2;
	display: flex !important;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	color: var(--bl-red, #d90c0c) !important;
	background: transparent !important;
}

.bl-dj-catalog .bl-mixes-playback-bars__svg,
.bl-dj-catalog .bl-mixes-glyph {
	position: absolute;
	width: 14px;
	height: 14px;
	opacity: 0;
	color: var(--bl-red, #d90c0c) !important;
}

.bl-dj-catalog .bl-mixes-glyph path,
.bl-dj-catalog .bl-mixes-playback-bars__bar {
	fill: currentColor;
}

.bl-dj-catalog .bl-mixes-row .bl-dj-index__num {
	opacity: 1;
}

.bl-dj-catalog .bl-mixes-row.now-playing:not(.paused) .bl-dj-index__num {
	opacity: 0;
}

.bl-dj-catalog .bl-mixes-row.now-playing:not(.paused) .bl-mixes-playback-bars__svg {
	opacity: 1;
}

.bl-dj-catalog .bl-mixes-row.now-playing:not(.paused) .bl-mixes-glyph--play {
	opacity: 0;
}

.bl-dj-catalog .bl-mixes-row.now-playing.paused .bl-dj-index__num {
	opacity: 0;
}

.bl-dj-catalog .bl-mixes-row.now-playing.paused .bl-mixes-glyph--play {
	opacity: 1;
}

.bl-dj-catalog .bl-mixes-row.now-playing.paused .bl-mixes-glyph--pause,
.bl-dj-catalog .bl-mixes-row.now-playing.paused .bl-mixes-playback-bars__svg {
	opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
	.bl-dj-catalog .bl-mixes-row.has-preview:hover:not(.now-playing) .bl-dj-index__num {
		opacity: 0;
	}

	.bl-dj-catalog .bl-mixes-row.has-preview:hover:not(.now-playing) .bl-mixes-glyph--play {
		opacity: 1;
	}

	.bl-dj-catalog .bl-mixes-row.now-playing:not(.paused):hover .bl-mixes-playback-bars__svg {
		opacity: 0;
	}

	.bl-dj-catalog .bl-mixes-row.now-playing:not(.paused):hover .bl-mixes-glyph--play {
		opacity: 0;
	}

	.bl-dj-catalog .bl-mixes-row.now-playing:not(.paused):hover .bl-mixes-glyph--pause {
		opacity: 1;
	}
}

/* Buy — mismo patrón mixes (thead + celda alineados a la derecha) */
.bl-dj-catalog .bl-mixes-buy-cluster {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 2px;
	max-width: 100%;
	vertical-align: middle;
}

.bl-dj-catalog .bl-mixes-buy-cluster .bl-mixes-buy {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

.bl-dj-catalog .bl-mixes-row td.bl-mixes-col--buy,
.bl-dj-catalog.dj-container #bl-dj-table.bl-mixes-table tbody td.bl-mixes-col--buy {
	text-align: right !important;
	overflow: visible !important;
	max-width: none !important;
	color: var(--bl-mixes-primary) !important;
}

.bl-dj-catalog.dj-container #bl-dj-table.bl-mixes-table thead th.bl-mixes-col--buy {
	text-align: right !important;
}

/* Sin barra roja now-playing */
.bl-dj-catalog.bl-mixes .bl-mixes-row.now-playing,
.bl-dj-catalog.bl-mixes .bl-mixes-row.now-playing td,
.bl-dj-catalog.bl-mixes .bl-mixes-row.now-playing td:first-child,
.bl-dj-catalog.dj-container #bl-dj-table .remix-row.now-playing,
.bl-dj-catalog.dj-container #bl-dj-table .remix-row.now-playing td,
.bl-dj-catalog.dj-container #bl-dj-table .remix-row.now-playing td:first-child {
	box-shadow: none !important;
	border-left: 0 !important;
}

/* Legacy search */
.dj-filters-section,
#dj-search-input,
#dj-reset-filters,
.dj-search-count {
	display: none !important;
}

/* ---------- Móvil: grid full-width (sin carátula) ----------
   table-layout falla aquí: las columnas se encogen al texto y
   dejan hueco a la derecha. Filas = grid 28px | 1fr | auto. */
@media (max-width: 768px) {
	.bl-dj-catalog.remix-grid-wrapper.bl-mixes,
	.bl-dj-catalog.bl-mixes.dj-container,
	.bl-dj-catalog .bl-mixes-table-wrap {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	.bl-dj-catalog.dj-container #bl-dj-table.bl-mixes-table,
	.bl-dj-catalog #bl-dj-table.bl-mixes-table {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		table-layout: auto !important;
		border-collapse: collapse !important;
	}

	.bl-dj-catalog #bl-dj-table.bl-mixes-table thead,
	.bl-dj-catalog #bl-dj-table colgroup {
		display: none !important;
	}

	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody {
		display: block !important;
		width: 100% !important;
	}

	/* Vence .bl-mixes-table tr.bl-mixes-row { display: table-row !important } */
	/* Excluir subfilas de versión: si no, [hidden] no oculta (ID > [hidden]). */
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row),
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.remix-row:not(.bl-mixes-version-row),
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) {
		display: grid !important;
		grid-template-columns: 28px minmax(0, 1fr) max-content !important;
		grid-template-areas: "index title buy" !important;
		align-items: center !important;
		column-gap: 8px !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		height: auto !important;
		min-height: var(--bl-mixes-row-h, 54px) !important;
		margin: 0 !important;
		padding: 6px 0 6px 14px !important;
		border-bottom: 1px solid var(--bl-mixes-divider) !important;
	}

	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-version-row[hidden],
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-version-row.is-collapsed,
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-version-row[hidden],
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-version-row.is-collapsed {
		display: none !important;
	}

	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-version-row.is-version-open,
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-version-row.is-version-open {
		display: grid !important;
		grid-template-columns: 28px minmax(0, 1fr) max-content !important;
		grid-template-areas: "index title buy" !important;
		align-items: center !important;
		column-gap: 8px !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		height: auto !important;
		min-height: 44px !important;
		margin: 0 !important;
		padding: 4px 0 4px 14px !important;
		border-bottom: 1px solid var(--bl-mixes-divider) !important;
	}

	/* Ocultar celdas; index/title/buy se reactivan abajo (misma especificidad). */
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td,
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td,
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-version-row.is-version-open > td,
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-version-row.is-version-open > td {
		display: none !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		height: auto !important;
		padding: 0 !important;
		border: none !important;
		overflow: visible !important;
	}

	/* Fondo transparente solo fuera del grupo acordeón */
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row):not(.is-expanded) > td,
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row):not(.is-expanded) > td {
		background: transparent !important;
		background-color: transparent !important;
	}

	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td.bl-mixes-col--index,
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td:nth-child(1),
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td.bl-mixes-col--index,
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td:nth-child(1),
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-version-row.is-version-open > td.bl-mixes-col--index,
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-version-row.is-version-open > td:nth-child(1),
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-version-row.is-version-open > td.bl-mixes-col--index,
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-version-row.is-version-open > td:nth-child(1) {
		display: flex !important;
		grid-area: index !important;
		align-items: center !important;
		justify-content: center !important;
		width: 28px !important;
		min-width: 28px !important;
	}

	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td.bl-mixes-col--title,
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td:nth-child(2),
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td.bl-mixes-col--title,
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td:nth-child(2),
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-version-row.is-version-open > td.bl-mixes-col--title,
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-version-row.is-version-open > td:nth-child(2),
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-version-row.is-version-open > td.bl-mixes-col--title,
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-version-row.is-version-open > td:nth-child(2) {
		display: block !important;
		grid-area: title !important;
		min-width: 0 !important;
		width: auto !important;
		overflow: hidden !important;
		text-align: left !important;
	}

	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td.bl-mixes-col--buy,
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td:nth-child(8),
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td.bl-mixes-col--buy,
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-row:not(.bl-mixes-version-row) > td:nth-child(8),
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-version-row.is-version-open > td.bl-mixes-col--buy,
	.bl-dj-catalog #bl-dj-table.bl-mixes-table tbody tr.bl-mixes-version-row.is-version-open > td:nth-child(8),
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-version-row.is-version-open > td.bl-mixes-col--buy,
	.bl-dj-catalog.bl-mixes #bl-dj-table tbody tr.bl-mixes-version-row.is-version-open > td:nth-child(8) {
		display: flex !important;
		grid-area: buy !important;
		align-items: center !important;
		justify-content: flex-end !important;
		width: auto !important;
		min-width: 0 !important;
		flex-shrink: 0 !important;
		text-align: right !important;
		overflow: visible !important;
	}

	.bl-dj-catalog #bl-dj-table .bl-mixes-row__title-link,
	.bl-dj-catalog #bl-dj-table .remix-title-link {
		display: flex !important;
		flex-direction: column !important;
		min-width: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden !important;
	}

	.bl-dj-catalog #bl-dj-table .bl-mixes-row__title,
	.bl-dj-catalog #bl-dj-table .remix-title-main,
	.bl-dj-catalog #bl-dj-table .bl-mixes-row__artist,
	.bl-dj-catalog #bl-dj-table .remix-title-artist {
		display: block !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		max-width: 100% !important;
		font-weight: 400 !important;
	}

	.bl-dj-catalog #bl-dj-table .bl-mixes-buy-cluster {
		display: inline-flex !important;
		justify-content: flex-end !important;
		max-width: 100% !important;
	}

	/* Sin caja gris now-playing — excepto grupo de versiones abierto (como audio) */
	.bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row.now-playing:not(.is-expanded):not(.is-version-open) > td,
	.bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row.now-playing:not(.is-expanded):not(.is-version-open):hover > td,
	[data-theme="light"] .bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row.now-playing:not(.is-expanded):not(.is-version-open) > td,
	[data-theme="light"] .bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row.now-playing:not(.is-expanded):not(.is-version-open):hover > td,
	[data-theme="dark"] .bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row.now-playing:not(.is-expanded):not(.is-version-open) > td {
		background: transparent !important;
		background-color: transparent !important;
	}

	.bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row:hover:not(.now-playing):not(.is-expanded):not(.is-version-open) > td,
	[data-theme="light"] .bl-dj-catalog.bl-mixes #bl-dj-table .bl-mixes-row:hover:not(.now-playing):not(.is-expanded):not(.is-version-open) > td {
		background: transparent !important;
		background-color: transparent !important;
	}

	.bl-dj-catalog .bl-mixes-pagination .bl-catalog-pagination {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.bl-dj-catalog .bl-mixes-pagination .bl-catalog-pagination__meta {
		width: 100%;
		text-align: center;
	}

	.bl-dj-catalog .bl-mixes-pagination .pagination-wrapper {
		margin-left: 0;
		justify-content: center;
		width: 100%;
	}
}
