.paliverse-podcast-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin: 32px 0;
}

.paliverse-podcast-card {
	background: #ffffff;
	border: 1px solid #d9dde3;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(18, 31, 53, 0.08);
	display: flex;
	flex-direction: column;
}

.paliverse-podcast-thumb {
	aspect-ratio: 16 / 10;
	background: #c79a51;
	display: block;
}

.paliverse-podcast-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.paliverse-podcast-placeholder {
	display: grid;
	place-items: center;
	height: 100%;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.paliverse-podcast-content {
	padding: 20px;
}

.paliverse-podcast-meta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	font-size: 0.9rem;
	color: #526070;
	margin-bottom: 10px;
}

.paliverse-podcast-title {
	margin: 0 0 10px;
	font-size: 1.35rem;
	line-height: 1.2;
}

.paliverse-podcast-title a {
	color: #122035;
	text-decoration: none;
}

.paliverse-podcast-people {
	margin: 0 0 14px;
	color: #0f172a;
	font-weight: 600;
}

.paliverse-podcast-excerpt {
	color: #334155;
	margin-bottom: 16px;
}

.paliverse-podcast-player {
	width: 100%;
}

.paliverse-podcast-link {
	margin: 14px 0 0;
}

.paliverse-podcast-link a {
	color: #7f1100;
	font-weight: 600;
	text-decoration: none;
}

.paliverse-podcast-link a:hover,
.paliverse-podcast-link a:focus-visible {
	color: #7f1100;
	text-decoration: underline;
}

.paliverse-podcast-archive {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

.paliverse-podcast-archive-header {
	margin-bottom: 24px;
}

.paliverse-language-switcher-wrap {
	margin-bottom: 14px;
}

.paliverse-language-selector {
	min-width: 180px;
	padding: 10px 12px;
	border: 1px solid #d2b07c;
	border-radius: 999px;
	background: #fffaf2;
	color: #7f1100;
	font-weight: 600;
}

.paliverse-podcast-archive-header h1 {
	margin-bottom: 10px;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.05;
}

.paliverse-podcast-archive-header p {
	/* max-width: 760px; */
	font-size: 1.05rem;
	color: #475569;
}

.paliverse-podcast-archive-description {
	/* max-width: 760px; */
	font-size: 1.05rem;
	color: #475569;
}

.paliverse-podcast-archive-description p {
	margin: 0 0 12px;
}

.paliverse-podcast-single {
	max-width: 1160px;
	margin: 0 auto;
	padding: 28px 20px 64px;
}

.paliverse-podcast-single-card {
	display: grid;
	gap: 24px;
}

.paliverse-podcast-single-topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.paliverse-podcast-backlink {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #7f1100;
	font-weight: 700;
	text-decoration: none;
}

.paliverse-podcast-backlink::before {
	content: "<";
}

.paliverse-podcast-single-hero {
	display: grid;
	grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.paliverse-podcast-single-cover img,
.paliverse-podcast-single-placeholder {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	object-fit: cover;
	display: block;
	background: #c79a51;
}

.paliverse-podcast-single-placeholder {
	display: grid;
	place-items: center;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
}

.paliverse-podcast-single-kicker {
	margin: 0 0 10px;
	color: #7f1100;
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.paliverse-podcast-single-title {
	margin: 0 0 14px;
	font-size: clamp(1.9rem, 3.5vw, 3rem);
	line-height: 1.08;
	color: #10233d;
}

.paliverse-podcast-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-bottom: 14px;
	color: #526070;
	font-size: 0.98rem;
}

.paliverse-podcast-single-people {
	margin-bottom: 14px;
	color: #122035;
}

.paliverse-podcast-single-people p {
	margin: 0 0 8px;
}

.paliverse-podcast-single-player {
	width: 100%;
	margin-bottom: 14px;
}

.paliverse-podcast-single-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.paliverse-podcast-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	background: #c79a51;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.paliverse-podcast-button:hover,
.paliverse-podcast-button:focus-visible {
	background: #7f1100;
	color: #ffffff;
}

.paliverse-podcast-button-secondary {
	background: #e6edf5;
	color: #10233d;
}

.paliverse-podcast-single-body {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
	gap: 24px;
	align-items: start;
}

.paliverse-podcast-single-content {
	font-size: 1rem;
	line-height: 1.75;
	color: #1e293b;
}

.paliverse-podcast-single-panel {
	background: #f8fafc;
	border: 1px solid #dbe3ec;
	border-radius: 22px;
	padding: 18px;
	margin-bottom: 16px;
}

.paliverse-podcast-single-panel h2 {
	margin: 0 0 14px;
	font-size: 1.15rem;
	color: #10233d;
}

.paliverse-podcast-single-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.paliverse-podcast-single-list li {
	margin-bottom: 12px;
	color: #334155;
}

.paliverse-podcast-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.paliverse-podcast-tag {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #dff3ff;
	color: #0b4e73;
	font-weight: 600;
	font-size: 0.92rem;
}

.paliverse-podcast-related {
	margin-top: 8px;
}

.paliverse-podcast-related-header h2 {
	margin: 0 0 8px;
	font-size: 1.4rem;
	color: #10233d;
}

@media (max-width: 900px) {
	.paliverse-podcast-single-hero,
	.paliverse-podcast-single-body {
		grid-template-columns: 1fr;
	}
}
