/**
 * 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;
}

.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 3rem;
	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: wrap;
	gap: 2.5rem;
	margin-bottom: 3rem;
}

.bcy-single-item .bcy-hero-left,
.bcy-single-item .bcy-hero-right {
	flex: 1 1 0;
	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;
}

.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;
}

.bcy-single-item .bcy-stores .bcy-label {
	margin-bottom: 0.75rem;
}

.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;
	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;
}

/* About + info items */
.bcy-single-item .bcy-about {
	margin-bottom: 1.5rem;
}

.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;
	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-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-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-item-layout--album .bcy-page-title {
		font-size: 1.75rem;
	}
	.bcy-single-item .bcy-hero {
		flex-direction: column;
		gap: 1.5rem;
	}
	.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;
	}
	.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;
	}
}
