/* Home page section headings, breadcrumbs — isolated from main styles.css */
.pb-home-section {
	margin-bottom: 2.75rem;
}

.pb-home-section--last {
	margin-bottom: 1rem;
}

.pb-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.15rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid #eef2f6;
}

.pb-section-head__title {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
	color: #1a1a2e;
}

.pb-section-head__icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: rgba(0, 166, 255, 0.1);
	color: #00A6FF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95rem;
	flex-shrink: 0;
}

.pb-section-head__link {
	font-size: 0.84rem;
	font-weight: 600;
	color: #00A6FF;
	text-decoration: none;
	white-space: nowrap;
}

.pb-section-head__link i {
	font-size: 0.72rem;
	margin-left: 4px;
}

.pb-section-head__link:hover {
	color: #0088cc;
}

.pb-card.pb-card--home {
	border: 1px solid #eef2f6;
	border-radius: 12px !important;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pb-card.pb-card--home:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.pb-home-grid .pb-card-list__item {
	margin-bottom: 0;
}

.pb-song-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.35rem;
	font-size: 0.78rem;
	color: #64748b;
}

.pb-song-meta span {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
}

.pb-song-meta--center {
	justify-content: center;
}

.pb-song-meta--compact {
	margin-top: 0.15rem;
}

.pb-home-artist__photo {
	width: 120px !important;
	height: 120px !important;
	object-fit: cover;
	margin: 0 auto 0.75rem;
	display: block;
}

.pb-home-news__title {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #1a1a2e;
	line-height: 1.35;
	margin-top: 0.15rem;
}

.pb-home-chart__item {
	border-radius: 12px !important;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05) !important;
}

.pb-home-collection {
	border-radius: 12px;
	border: 1px solid #eef2f6;
}

.pb-breadcrumbs {
	margin: 0 0 1.25rem;
	padding: 0;
}

.pb-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pb-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.82rem;
}

.pb-breadcrumbs__link {
	color: #64748b;
	font-weight: 600;
	text-decoration: none;
}

.pb-breadcrumbs__link:hover {
	color: #00A6FF;
}

.pb-breadcrumbs__current {
	color: #1a1a2e;
	font-weight: 700;
}

.pb-breadcrumbs__sep {
	font-size: 0.55rem;
	color: #cbd5e1;
}

.pb-theme-dark .pb-section-head {
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.pb-theme-dark .pb-section-head__title {
	color: #f1f5f9;
}

.pb-theme-dark .pb-home-news__title {
	color: #f1f5f9;
}

.pb-theme-dark .pb-breadcrumbs__link {
	color: #94a3b8;
}

.pb-theme-dark .pb-breadcrumbs__current {
	color: #f1f5f9;
}
