/**
 * Single playlist / single release – same design (album-style layout per screenshot).
 *
 * @package Bryzant_Connector
 */
.single-playlist,
.single-brm_release {
	background: #F5F5F5;
}

.single-playlist .qodef-page-title,
.single-brm_release .qodef-page-title {
	display: none;
}

.playlist-answer-blocks {
	display: none;
}

.bcy-single-main {
	max-width: 1200px;
	margin: 0 auto 2rem;
}

.bcy-single-inner {
	position: relative;
}

/* Page title at top */
.bcy-single-item.bcy-item-layout--album .bcy-page-title {
	margin: 0 0 2rem;
	font-size: 2.25rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.2;
	text-align: center;
}

/* Hero: two columns – left: artwork + caption + follow/share; right: Available On + About + info */
.bcy-single-item .bcy-hero {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 2.5rem;
	margin-bottom: 3rem;
}

.bcy-single-item .bcy-hero-left {
	flex: 0 0 20%;
	min-width: 0;
}

.bcy-single-item .bcy-hero-right {
	flex: 0 0 80%;
	min-width: 0;
}

.bcy-single-item .bcy-album-holder {
	width: 100%;
}

.bcy-single-item .bcy-album-image {
	margin-bottom: 0.75rem;
}

.bcy-single-item .bcy-album-image img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	display: block;
}

.bcy-single-item .bcy-album-placeholder {
	width: 100%;
	aspect-ratio: 1;
	background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
	border-radius: 8px;
	display: block;
}

.bcy-single-item .bcy-artwork-caption {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-bottom: 1.5rem;
}

.bcy-single-item .bcy-caption-subtitle,
.bcy-single-item .bcy-caption-title {
	display: block;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #444;
	line-height: 1.4;
}

.bcy-single-item .bcy-embed-holder {
	border-radius: 8px;
	overflow: hidden;
	margin-top: 1rem;
}

.bcy-single-item .bcy-embed-holder iframe {
	display: block;
	width: 100%;
}

/* Follow and Share under artwork */
.bcy-single-item .bcy-follow-share {
	margin-top: 1.5rem;
	display: flex;
	gap: 20px;
	align-items: center;
}

.bcy-single-item .bcy-follow-share .bcy-label {
	margin-bottom: 0;
}

.bcy-single-item .bcy-label {
	margin: 0 0 0.75rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #1a1a1a;
}

.bcy-single-item .bcy-label:after {
	content: ':';
}

.bcy-single-item .bcy-social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
}

.bcy-single-item .bcy-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #111;
	color: #111;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bcy-single-item .bcy-social-icon:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

.bcy-social-icon-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
}

.bcy-social-icon-inner svg {
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
}

/* Available On – white buttons with labels */
.bcy-single-item .bcy-stores {
	margin-bottom: 1.5rem;
	display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

.bcy-single-item .bcy-stores .bcy-label {
	/*margin-bottom: 0.75rem;*/
	margin-bottom: 0;
}

.bcy-stores-items span.bcy-store-label {
	display: none;
}

.bcy-single-item .bcy-stores-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.bcy-single-item .bcy-store-item {
	display: inline-flex;
	align-items: center;
	/*height: 52px;
	padding: 10px 26px;*/
	height: 35px;
	padding: 5px 10px;
	background: #fff;
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.bcy-single-item .bcy-store-item:hover {
	background: #fff;
}

.bcy-single-item .bcy-store-item.bcy-store--spotify {
	background: #fff;
	border-color: #e0e0e0;
	color: #1a1a1a;
}

/* Icon inside store button */
.bcy-store-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	/*margin-right: 12px;*/
	color: #000;
}

.bcy-store-icon i {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 1.2rem;
	align-items: center;
    display: flex;
    justify-content: center;
}

/* About + info items */
.bcy-single-item .bcy-about {
	margin-bottom: 1.5rem;
	display: flex;
	align-items: baseline;
	gap: 12px;
	flex-wrap: nowrap;
}

.bcy-single-item .bcy-about .bcy-label {
	margin: 0;
	white-space: nowrap;
}

.bcy-single-item .bcy-content-text.bcy-about-line {
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
	flex-wrap: nowrap;
}

.bcy-single-item .bcy-about-preview {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1 1 auto;
	min-width: 0;
}

.bcy-single-item .bcy-about-full {
	display: none;
	white-space: normal;
}

.bcy-single-item .bcy-about.is-expanded .bcy-about-preview {
	display: none;
}

.bcy-single-item .bcy-about.is-expanded .bcy-about-full {
	display: inline;
}

.bcy-single-item .bcy-about-toggle {
	flex: 0 0 auto;
	border: none;
	background: transparent;
	color: inherit;
	cursor: pointer;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: 600;
	text-decoration: underline;
	white-space: nowrap;
}

.bcy-single-item .bcy-about.is-expanded .bcy-about-toggle {
	margin-left: 0;
	margin-top: 0;
	display: inline-block;
}

.bcy-single-item .bcy-about.is-expanded .bcy-content-text.bcy-about-line {
	display: block;
}

.bcy-single-item .bcy-about.is-expanded .bcy-about-toggle {
	margin-left: 0;
	display: inline;
}

.bcy-single-item .bcy-about-toggle:hover {
	text-decoration: none;
}

.bcy-single-item .bcy-content-text {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
}

.bcy-single-item .bcy-content-text p {
	margin: 0 0 0.75rem;
}

.bcy-single-item .bcy-info-items {
	/*display: flex;
	flex-direction: column;*/
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/*gap: 0.5rem;*/
}

.bcy-single-item .bcy-info-item {
	display: flex;
	align-items: flex-start;
	gap: 0.35rem;
	flex-wrap: wrap;
}

.bcy-single-item .bcy-info-item .bcy-info-label {
	font-size: 0.95rem;
	font-weight: 600;
	color: #1a1a1a;
	flex-shrink: 0;
}

.bcy-single-item .bcy-info-item .bcy-info-label:after {
	content: ':';
}

.bcy-single-item .bcy-info-item .bcy-info-content {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #444;
}

/* Tracklist – full-width table */
.bcy-tracklist-section {
	margin: 3rem 0;
	width: 100%;
}

.bcy-section-title {
	margin: 0 0 1.25rem;
	font-size: 1.75rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.2;
	text-align: left;
}

.bcy-tracklist-wrapper {
	overflow-x: auto;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.bcy-tracklist-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.bcy-tracklist-table thead {
	background: #f8f8f8;
	border-bottom: 1px solid #e8e8e8;
}

.bcy-tracklist-table th {
	padding: 14px 16px;
	text-align: left;
	font-weight: 600;
	color: #1a1a1a;
}

.bcy-tracklist-table .bcy-col-num {
	width: 4rem;
	text-align: left;
}

.bcy-tracklist-table .bcy-col-artwork {
	width: 4rem;
	vertical-align: middle;
	/* Tighter padding so artwork sits close to title, like Figma */
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 8px;
}

.bcy-tracklist-table .bcy-col-date {
	width: 8rem;
	text-align: left;
	color: #6b7280;
	font-size: 0.9rem;
	white-space: nowrap;
}

.bcy-tracklist-table .bcy-track-artwork {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 0; /* square artwork like Figma */
}

.bcy-track-artwork-wrap {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bcy-track-artwork-wrap .bcy-track-artwork,
.bcy-track-artwork-wrap .bcy-track-artwork-placeholder {
	width: 40px;
	height: 40px;
}

.bcy-track-preview-btn {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: none;
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	transform: scale(0.96);
	transition: opacity 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.bcy-track-preview-btn i {
	font-size: 14px;
}

.bcy-track-artwork-wrap:hover .bcy-track-preview-btn,
.bcy-track-row:hover .bcy-track-preview-btn,
.bcy-track-preview-btn:focus-visible {
	opacity: 1;
	transform: scale(1);
}

.bcy-track-preview-btn:hover {
	background: rgba(0, 0, 0, 0.5);
}

/* Preview modal */
.bcy-preview-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
}

.bcy-preview-modal.is-open {
	display: flex;
}

.bcy-preview-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.bcy-preview-dialog {
	position: relative;
	z-index: 1;
	width: min(620px, calc(100vw - 32px));
	margin: 0;
	background: transparent;
	border-radius: 16px;
	padding: 0;
	box-shadow: none;
	max-height: calc(100vh - 32px);
	overflow: hidden;
}

.bcy-preview-player {
	width: 100%;
	background: rgba(20, 20, 20, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 14px 16px 12px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(10px);
	/* Prevent the modal from going off-screen on small viewports */
	max-height: calc(100vh - 32px);
	overflow-y: hidden;
	display: flex;
	flex-direction: column;
}

.bcy-preview-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 10px 0 10px;
}

.bcy-preview-close {
	border: none;
	background: transparent;
	color: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
}

.bcy-preview-close:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.bcy-preview-cover {
	width: 100%;
	border-radius: 10px;
	background: radial-gradient(circle at 0 0, #555 0, #222 55%, #000 100%);
	position: relative;
	display: block;
	overflow: hidden;
	flex-shrink: 0;
}

.bcy-preview-cover.has-image {
	background-color: #000;
}

.bcy-preview-cover.has-image::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--bcy-preview-artwork);
	background-size: cover;
	background-position: center;
	filter: blur(20px) saturate(1.05);
	transform: scale(1.08);
	opacity: 0.55;
}

.bcy-preview-cover-image {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: inherit;
	object-position: center;
	position: relative;
	z-index: 1;
	max-height: none;
	display: block;
}

.bcy-preview-cover.has-image .bcy-preview-cover-image {
	display: block;
}

.bcy-preview-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.bcy-preview-title {
	font-weight: 700;
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.bcy-preview-subtitle {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.75);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.bcy-preview-spotify {
	margin-top: 2px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.78rem;
	color: rgba(179, 255, 179, 0.9);
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
}

.bcy-preview-spotify.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.bcy-preview-spotify i {
	font-size: 0.9rem;
}

.bcy-preview-spotify:hover {
	text-decoration: underline;
}

.bcy-preview-controls {
	display: flex;
	align-items: center;
	gap: 14px;
}

.bcy-preview-play {
	width: 46px;
	height: 46px;
	border-radius: 999px;
	border: none;
	cursor: pointer;
	background: #1db954;
	color: #111;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	box-shadow: 0 10px 22px rgba(29, 185, 84, 0.28);
}

.bcy-preview-play:hover {
	filter: brightness(1.05);
}

.bcy-preview-play i {
	font-size: 16px;
	margin-left: 2px; /* optical centering for play icon */
}

.bcy-preview-progress {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.bcy-preview-time {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.72);
	white-space: nowrap;
}

.bcy-preview-range {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	height: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	outline: none;
}

.bcy-preview-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
	cursor: pointer;
}

.bcy-preview-right {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
}

.bcy-preview-vol,
.bcy-preview-more {
	border: none;
	background: transparent;
	color: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
}

.bcy-preview-vol:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.bcy-preview-more {
	opacity: 0.6;
	cursor: default;
}

.bcy-preview-audio {
	display: none;
}

.bcy-tracklist-table .bcy-track-artwork-placeholder {
	display: block;
	width: 40px;
	height: 40px;
	background: #eee;
	border-radius: 0;
}

.bcy-tracklist-table .bcy-col-duration {
	width: 5rem;
	text-align: right;
}

.bcy-tracklist-table tbody tr {
	border-bottom: 1px solid #eee;
	transition: background 0.15s ease;
}

.bcy-tracklist-table tbody tr:last-child {
	border-bottom: none;
}

.bcy-tracklist-table tbody tr:hover {
	background: #fafafa;
}

.bcy-tracklist-table td {
	padding: 14px 16px;
	vertical-align: middle;
	color: #444;
}

.bcy-tracklist-table .bcy-col-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start; /* keep title + artist left-aligned */
	gap: 2px;
	/* Remove extra left padding so text hugs artwork column */
	padding-left: 0;
}

.bcy-tracklist-table .bcy-track-title {
	font-weight: 600;
	color: #1a1a1a;
}

.bcy-tracklist-table .bcy-track-title-link {
	text-decoration: none;
	color: inherit;
}

.bcy-tracklist-table .bcy-track-title-link:hover .bcy-track-title {
	text-decoration: underline;
}

.bcy-tracklist-table .bcy-track-subtitle {
	font-size: 0.875rem;
	color: #737373;
}

.bcy-tracklist-table .bcy-col-duration {
	text-align: right;
	color: #737373;
}

.bcy-track-toggle {
	display: none;
	margin-left: 4px;
	border: 1px solid #d4d4d8;
	background: #fafafa;
	border-radius: 999px;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.bcy-track-toggle-icon {
	font-size: 13px;
	line-height: 1;
}

.bcy-track-toggle.is-open .bcy-track-toggle-icon {
	transform: rotate(45deg);
}

.bcy-track-extra {
	display: none;
	margin-top: 4px;
}

.bcy-track-extra-row {
	font-size: 0.8rem;
	color: #6b7280;
	display: flex;
	gap: 4px;
}

.bcy-track-extra-label::after {
	content: ':';
	margin-right: 2px;
}

.bcy-tracklist-table .bcy-track-play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #4a4a4a;
	text-decoration: none;
	transition: color 0.2s ease;
}

.bcy-tracklist-table .bcy-track-play:hover {
	color: #1a1a1a;
}

.bcy-tracklist-table .bcy-track-play svg {
	width: 24px;
	height: 24px;
}

/* Related – Other Albums / Other Playlists grid */
.bcy-related-section {
	margin: 3rem 0;
	width: 100%;
}

.bcy-related-section .bcy-section-title {
	text-align: center;
	margin-bottom: 1.5rem;
}

.bcy-related-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

.bcy-related-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/*.bcy-related-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}*/

.bcy-related-artwork {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f0f0f0;
}

.bcy-related-artwork img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bcy-related-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
}

.bcy-related-meta {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.75rem 0 0;
}

.bcy-related-name {
	font-weight: 600;
	font-size: 0.95rem;
	color: #1a1a1a;
	line-height: 1.3;
}

.bcy-related-subtitle {
	font-size: 0.85rem;
	color: #737373;
	line-height: 1.3;
}

/* Lyrics & Video sections */
.bcy-lyrics-section,
.bcy-video-section {
	margin: 3rem 0;
	width: 100%;
}

.bcy-lyrics-section .bcy-section-title,
.bcy-video-section .bcy-section-title {
	text-align: left;
	margin-bottom: 1rem;
}

.bcy-lyrics-content {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #444;
}

.bcy-video-holder {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.bcy-video-holder iframe {
	max-width: 100%;
	display: block;
}

/* Prev / Next navigation */
.bcy-prev-next {
	margin: 1.5rem 0 2.5rem;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.9rem;
}

.bcy-prev-next a {
	color: #111;
	text-decoration: none;
	font-weight: 500;
}

.bcy-prev-next a:hover {
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
	.bcy-related-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.bcy-single-item .bcy-info-items {
		grid-template-columns: repeat(1, 1fr);
	}
	.bcy-single-item .bcy-about {
		flex-wrap: wrap;
	}
	.bcy-single-item .bcy-stores {
		display: block;
	}
	.bcy-single-item .bcy-stores .bcy-label, 
	.bcy-single-item .bcy-follow-share .bcy-label,
	.bcy-single-item .bcy-about .bcy-label {
		margin-bottom: 0.75rem;
	}
	.bcy-single-item .bcy-follow-share {
		display: block;
	}
	.bcy-single-item .bcy-about {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		gap: 0;
	}
	.bcy-single-item .bcy-content-text.bcy-about-line {
		flex-wrap: wrap;
		align-items: baseline;
	}
	.bcy-single-item .bcy-about-toggle {
		margin-left: 0;
	}
	.bcy-single-item.bcy-item-layout--album .bcy-page-title {
		font-size: 1.75rem;
	}
	.bcy-single-item .bcy-hero {
		flex-direction: column;
		gap: 1.5rem;
		align-items: inherit;
	}
	.bcy-single-item .bcy-hero-left {
		flex: none;
		max-width: 320px;
		margin: 0 auto 0 0;
	}
	.bcy-section-title {
		font-size: 1.5rem;
	}
	.bcy-tracklist-table th,
	.bcy-tracklist-table td {
		padding: 10px 12px;
		font-size: 0.875rem;
	}
	/* Hide table header on mobile 
	.bcy-tracklist-table thead {
		display: none;
	}

	/* Ensure title cell is left-aligned and uses full width */
	.bcy-tracklist-table .bcy-col-title {
		text-align: left;
		width: 100%;
	}

	/* Accordion: show + icon, hide extra by default */
	.bcy-track-toggle {
		display: inline-flex;
	}
	.bcy-track-num-text {
		display: none;
	}
	/* Hide desktop columns (we show these inside accordion instead) */
	.bcy-tracklist-table .bcy-col-date,
	.bcy-tracklist-table td.bcy-col-date,
	.bcy-tracklist-table .bcy-col-duration,
	.bcy-tracklist-table td.bcy-col-duration {
		display: none;
	}
	.bcy-track-row.is-open .bcy-track-extra {
		display: block;
	}
	.bcy-related-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
}

@media (max-width: 480px) {
	.bcy-single-main {
		padding: 0 0.75rem;
	}
	.bcy-single-item .bcy-hero-left {
		max-width: 100%;
	}
	.bcy-tracklist-table .bcy-col-num {
		width: 2.5rem;
	}
	.bcy-tracklist-table .bcy-col-duration {
		width: 4rem;
	}
	.bcy-related-grid {
		grid-template-columns: 1fr;
	}

	.bcy-preview-cover-image {
		max-height: none;
	}
}

/* On short viewports keep the modal anchored to the top so bottom controls stay visible */
@media (max-height: 720px) {
	.bcy-preview-modal {
		align-items: flex-start;
		padding: 0;
	}

	/* On short viewports, compress vertical spacing so artwork can use more height
	   (prevents side letterboxing caused by over-clamping the cover height). */
	.bcy-preview-dialog {
		max-height: calc(100vh - 16px);
	}

	.bcy-preview-player {
		max-height: calc(100vh - 16px);
		padding: 10px 12px 10px;
	}

	.bcy-preview-top {
		margin: 6px 0 6px;
	}
}
