:root {
	--ps-biblechat-brand: #DD183B;
	--ps-biblechat-soft: #FFEDE6;
	--ps-biblechat-border: #FFD1BF;
	--ps-biblechat-text: #241316;
	--ps-biblechat-muted: #70565c;
	--ps-biblechat-white: #ffffff;
}

.ps-biblechat-wrap {
	max-width: 860px;
	margin: 0 auto;
	padding: 32px 18px 56px;
	color: var(--ps-biblechat-text);
	font-family: Heebo, system-ui, sans-serif;
}

.ps-biblechat-archive {
	max-width: 1100px;
}

.ps-biblechat-header,
.ps-biblechat-hero {
	margin: 0 0 26px;
}

.ps-biblechat-kicker {
	color: var(--ps-biblechat-brand);
	font-family: Poppins, system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.78rem;
	margin: 0 0 8px;
}

.ps-biblechat-title {
	font-family: Poppins, system-ui, sans-serif;
	font-size: clamp(1.55rem, 2.8vw, 2.05rem);
	line-height: 1.18;
	margin: 8px 0 12px;
	letter-spacing: 0;
	color: var(--ps-biblechat-text);
}

.ps-biblechat-archive .ps-biblechat-title {
	max-width: 760px;
}

.ps-biblechat-linked-reading .ps-biblechat-title {
	margin-bottom: 18px;
}

.ps-biblechat-linked-reading .ps-rf-progress-bar-wrap {
	margin: 0 0 14px;
}

.ps-biblechat-linked-reading .ps-rf-tools-bar {
	margin: 0 0 18px;
}

.ps-biblechat-linked-reading .ps-biblechat-reading-assignment {
	margin-top: 14px;
}

.ps-biblechat-reading-completion-wrap,
.ps-biblechat-reading-nav-links {
	font-family: Heebo, system-ui, sans-serif;
}

.ps-biblechat-subtitle,
.ps-biblechat-date,
.ps-biblechat-muted {
	color: var(--ps-biblechat-muted);
	line-height: 1.6;
}

.ps-biblechat-hero-actions {
	margin-bottom: 16px;
}

.ps-biblechat-back-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ps-biblechat-border);
	border-radius: 999px;
	background: #fff;
	color: var(--ps-biblechat-brand);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 8px 13px;
	text-decoration: none;
}

.ps-biblechat-back-button:hover,
.ps-biblechat-back-button:focus {
	background: var(--ps-biblechat-soft);
	color: var(--ps-biblechat-brand);
	text-decoration: none;
}

.ps-biblechat-hero-description {
	max-width: 780px;
	margin: 12px 0 0;
	color: var(--ps-biblechat-text);
	font-size: 1.02rem;
	line-height: 1.7;
}

.ps-biblechat-hero-disclaimer {
	max-width: 780px;
	margin: 8px 0 0;
	color: var(--ps-biblechat-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.ps-biblechat-reading-assignment {
	background: var(--ps-biblechat-soft);
	border: 1px solid var(--ps-biblechat-border);
	border-radius: 14px;
	display: inline-block;
	margin: 10px 0 0;
	padding: 10px 14px;
	line-height: 1.55;
}

.ps-biblechat-reading-assignment a {
	color: var(--ps-biblechat-brand);
	font-weight: 700;
	text-decoration: none;
}

.ps-biblechat-reading-assignment a:hover,
.ps-biblechat-reading-assignment a:focus {
	text-decoration: underline;
}

.ps-biblechat-audio-card {
	background: radial-gradient(circle at top left, rgba(255, 237, 230, 0.22), transparent 34%), linear-gradient(135deg, #241316, #111111);
	border: 1px solid rgba(255, 209, 191, 0.22);
	border-radius: 22px;
	padding: 22px;
	margin: 26px 0;
	box-shadow: 0 18px 38px rgba(36, 19, 22, 0.18);
	color: #fff !important;
	overflow: hidden;
}

.ps-biblechat-audio-card .wp-audio-shortcode,
.ps-biblechat-audio-preview .wp-audio-shortcode {
	width: 100% !important;
}

.ps-biblechat-audio-layout {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
}

.ps-biblechat-audio-main {
	min-width: 0;
	color: #fff !important;
}

.ps-biblechat-audio-artwork {
	width: 112px;
	max-width: 112px;
	flex: 0 0 112px;
	aspect-ratio: 1 / 1;
	background: #fff7f3;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ps-biblechat-brand);
	font-family: Poppins, system-ui, sans-serif;
	font-weight: 800;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.ps-biblechat-audio-artwork img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.ps-biblechat-audio-kicker {
	margin: 0 0 5px;
	color: #ffd1bf !important;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ps-biblechat-audio-title {
	margin: 0 0 5px;
	color: #fff !important;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1.28rem;
	line-height: 1.25;
	letter-spacing: 0;
}

.ps-biblechat-audio-reading {
	margin: 0 0 13px;
	color: rgba(255, 255, 255, 0.82) !important;
	line-height: 1.45;
}

.ps-biblechat-native-player {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	padding: 10px;
	color: #fff !important;
}

.ps-biblechat-native-player .mejs-container,
.ps-biblechat-native-player .mejs-container .mejs-controls,
.ps-biblechat-native-player .wp-audio-shortcode {
	background: transparent !important;
}

.ps-biblechat-native-player .mejs-controls {
	display: flex !important;
	align-items: center !important;
	gap: 6px;
}

.ps-biblechat-native-player .mejs-time-rail {
	flex: 1 1 auto !important;
	min-width: 78px !important;
	margin: 0 4px !important;
}

.ps-biblechat-native-player .mejs-controls .mejs-time-rail .mejs-time-current {
	background: var(--ps-biblechat-brand);
}

.ps-biblechat-native-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgba(255, 255, 255, 0.28);
}

.ps-biblechat-native-player .mejs-time,
.ps-biblechat-native-player .mejs-currenttime-container,
.ps-biblechat-native-player .mejs-duration-container,
.ps-biblechat-native-player .mejs-time-float {
	display: none !important;
}

.ps-biblechat-seek-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 1px;
	width: 34px !important;
	min-width: 34px !important;
	height: 34px !important;
	margin: 0 2px !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 209, 191, 0.42) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
	font: 800 0.58rem/1 Poppins, system-ui, sans-serif !important;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: none !important;
	text-indent: 0 !important;
	letter-spacing: 0;
	appearance: none;
	-webkit-appearance: none;
}

.ps-biblechat-seek-button .ps-biblechat-seek-icon {
	width: 12px;
	height: 12px;
	flex: 0 0 auto;
	fill: currentColor;
}

.ps-biblechat-seek-button span {
	display: inline-block;
	color: inherit;
	font: inherit;
	line-height: 1;
}

.ps-biblechat-seek-button:hover,
.ps-biblechat-seek-button:focus {
	background: var(--ps-biblechat-brand) !important;
	color: #fff !important;
	outline: none;
}

.ps-biblechat-audio-card .ps-biblechat-buttons {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 18px;
	padding-top: 16px;
}

.ps-biblechat-scripture-block {
	background: #fff7f3;
	border: 1px solid var(--ps-biblechat-border);
	border-left: 6px solid var(--ps-biblechat-brand);
	border-radius: 18px;
	padding: 22px 24px;
	margin: 26px 0;
}

.ps-biblechat-scripture-item {
	padding: 0 0 18px;
	margin: 0 0 20px;
	border-bottom: 1px solid rgba(221, 24, 59, 0.14);
}

.ps-biblechat-scripture-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.ps-biblechat-scripture-quote {
	font-size: 1.02rem;
	line-height: 1.75;
	font-style: italic;
	margin: 0 0 8px;
}

.ps-biblechat-scripture-ref {
	color: var(--ps-biblechat-brand);
	font-weight: 700;
	font-family: Poppins, system-ui, sans-serif;
	margin: 0;
}

.ps-biblechat-scripture-ref a {
	color: var(--ps-biblechat-brand);
	text-decoration: none;
}

.ps-biblechat-scripture-ref a:hover,
.ps-biblechat-scripture-ref a:focus {
	text-decoration: underline;
}

.ps-biblechat-section {
	background: #ffffff;
	border: 1px solid var(--ps-biblechat-border);
	border-radius: 18px;
	padding: 22px 24px;
	margin: 24px 0;
	box-shadow: 0 10px 26px rgba(120, 35, 45, 0.06);
}

.ps-biblechat-section-title {
	color: var(--ps-biblechat-brand);
	font-family: Poppins, system-ui, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 0.92rem;
	margin: 0 0 14px;
}

.ps-biblechat-section-content {
	line-height: 1.72;
}

.ps-biblechat-section-content p:last-child {
	margin-bottom: 0;
}

.ps-biblechat-think-list {
	margin: 0;
	padding-left: 1.35rem;
}

.ps-biblechat-think-list li {
	margin: 0 0 14px;
	line-height: 1.65;
}

.ps-biblechat-think-list strong {
	color: var(--ps-biblechat-text);
	font-weight: 800;
}

.ps-biblechat-prayer-block {
	background: linear-gradient(135deg, #fff7f3, #ffffff);
	border: 1px solid var(--ps-biblechat-border);
	border-left: 6px solid var(--ps-biblechat-brand);
}

.ps-biblechat-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.ps-biblechat-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--ps-biblechat-brand);
	color: #fff !important;
	border: 1px solid var(--ps-biblechat-brand);
	border-radius: 999px;
	padding: 10px 16px;
	font-family: Poppins, system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
}

.ps-biblechat-button:hover,
.ps-biblechat-button:focus {
	background: #b91431;
	border-color: #b91431;
	color: #fff !important;
}

.ps-biblechat-spotify-button {
	gap: 9px;
}

.ps-biblechat-spotify-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.ps-biblechat-button-secondary {
	background: #fff;
	color: var(--ps-biblechat-brand) !important;
}

.ps-biblechat-button-secondary:hover,
.ps-biblechat-button-secondary:focus {
	background: var(--ps-biblechat-brand);
	color: #fff !important;
}

.ps-biblechat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.ps-biblechat-archive-heading {
	color: var(--ps-biblechat-text);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 18px 0 18px;
	letter-spacing: 0;
}

.ps-biblechat-episode-list {
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid rgba(221, 24, 59, 0.14);
}

.ps-biblechat-card {
	background: #fff;
	border: 1px solid var(--ps-biblechat-border);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 26px rgba(120, 35, 45, 0.06);
}

.ps-biblechat-archive .ps-biblechat-card {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 0;
	border: 0;
	border-bottom: 1px solid rgba(221, 24, 59, 0.14);
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	padding: 18px 0;
	overflow: visible;
}

.ps-biblechat-featured-card {
	display: grid;
	grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
	align-items: stretch;
	margin-bottom: 34px;
}

.ps-biblechat-card-image {
	display: block;
	background: var(--ps-biblechat-soft);
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.ps-biblechat-archive .ps-biblechat-card-image {
	width: 88px;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	align-self: start;
	box-shadow: 0 9px 18px rgba(120, 35, 45, 0.1);
}

.ps-biblechat-card-image span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	color: var(--ps-biblechat-brand);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.74rem;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.ps-biblechat-featured-card .ps-biblechat-card-image {
	aspect-ratio: auto;
	min-height: 100%;
}

.ps-biblechat-card-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.ps-biblechat-card-body {
	padding: 22px;
}

.ps-biblechat-archive .ps-biblechat-card-body {
	padding: 0 0 0 18px;
}

.ps-biblechat-card-title {
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1.22rem;
	line-height: 1.28;
	margin: 0 0 10px;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.ps-biblechat-card-title a {
	color: var(--ps-biblechat-text);
	text-decoration: none;
}

.ps-biblechat-card-title a:hover,
.ps-biblechat-card-title a:focus {
	color: var(--ps-biblechat-brand);
}

.ps-biblechat-card-meta,
.ps-biblechat-card-reading,
.ps-biblechat-card-excerpt {
	color: var(--ps-biblechat-muted);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0 0 10px;
}

.ps-biblechat-archive .ps-biblechat-card-meta {
	color: var(--ps-biblechat-brand);
	font-size: 0.86rem;
	font-weight: 800;
	margin-bottom: 4px;
}

.ps-biblechat-archive .ps-biblechat-card-title {
	font-size: 1.18rem;
	margin-bottom: 7px;
}

.ps-biblechat-archive .ps-biblechat-card-reading {
	font-size: 0.9rem;
	margin-bottom: 7px;
}

.ps-biblechat-archive .ps-biblechat-card-excerpt {
	font-size: 0.94rem;
	margin-bottom: 12px;
	max-width: 760px;
}

.ps-biblechat-featured-card .ps-biblechat-card-title {
	font-size: 1.55rem;
	line-height: 1.2;
}

.ps-biblechat-featured-card .ps-biblechat-card-excerpt {
	font-size: 1rem;
}

.ps-biblechat-card-reading {
	color: var(--ps-biblechat-brand);
	font-weight: 700;
}

.ps-biblechat-card-button {
	margin-top: 4px;
}

.ps-biblechat-archive .ps-biblechat-card-button {
	padding: 8px 13px;
	font-size: 0.86rem;
}

.ps-biblechat-audio-preview {
	margin: 12px 0;
}

.ps-biblechat-pagination {
	margin-top: 34px;
	border: 1px solid var(--ps-biblechat-border);
	border-radius: 8px;
	background: #fff;
	padding: 0;
}

.ps-biblechat-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 0;
}

.ps-biblechat-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	min-height: 46px;
	padding: 10px 15px;
	border: 1px solid var(--ps-biblechat-border);
	border-radius: 8px;
	background: #fff;
	color: var(--ps-biblechat-brand);
	font-family: Poppins, system-ui, sans-serif;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.ps-biblechat-pagination .page-numbers.current,
.ps-biblechat-pagination .page-numbers:hover,
.ps-biblechat-pagination .page-numbers:focus {
	background: var(--ps-biblechat-brand);
	border-color: var(--ps-biblechat-brand);
	color: #fff;
	text-decoration: none;
}

.ps-biblechat-episode-nav {
	margin: 34px 0 0;
	padding-top: 26px;
	border-top: 1px solid var(--ps-biblechat-border);
}

.ps-biblechat-episode-nav-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 14px;
	align-items: stretch;
}

.ps-biblechat-episode-nav-link,
.ps-biblechat-episode-nav-all {
	border: 1px solid var(--ps-biblechat-border);
	border-radius: 14px;
	background: #fff;
	color: var(--ps-biblechat-text);
	padding: 14px;
	text-decoration: none;
}

.ps-biblechat-episode-nav-link {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.ps-biblechat-episode-nav-link span {
	color: var(--ps-biblechat-brand);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ps-biblechat-episode-nav-link strong {
	color: var(--ps-biblechat-text);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.94rem;
	line-height: 1.3;
}

.ps-biblechat-episode-nav-next {
	text-align: right;
}

.ps-biblechat-episode-nav-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ps-biblechat-brand);
	font-family: Poppins, system-ui, sans-serif;
	font-weight: 800;
	white-space: nowrap;
}

.ps-biblechat-episode-nav-link:hover,
.ps-biblechat-episode-nav-link:focus,
.ps-biblechat-episode-nav-all:hover,
.ps-biblechat-episode-nav-all:focus {
	background: var(--ps-biblechat-soft);
	color: var(--ps-biblechat-brand);
	text-decoration: none;
}

.ps-biblechat-episode-nav-empty {
	display: block;
}

.ps-biblechat-shortcode-list .ps-biblechat-grid {
	grid-template-columns: 1fr;
}

@media (max-width: 900px) {
	.ps-biblechat-grid,
	.ps-biblechat-featured-card,
	.ps-biblechat-episode-nav-inner {
		grid-template-columns: 1fr;
	}

	.ps-biblechat-episode-nav-next {
		text-align: left;
	}

	.ps-biblechat-episode-nav-empty {
		display: none;
	}
}

@media (max-width: 640px) {
	.ps-biblechat-wrap {
		padding: 24px 14px 44px;
	}

	.ps-biblechat-section,
	.ps-biblechat-scripture-block,
	.ps-biblechat-audio-card {
		border-radius: 16px;
		padding: 18px;
	}

	.ps-biblechat-audio-layout {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
	}

	.ps-biblechat-audio-artwork {
		width: 92px;
		max-width: 92px;
		flex-basis: 92px;
	}

	.ps-biblechat-native-player {
		padding: 8px;
	}

	.ps-biblechat-native-player .mejs-controls {
		gap: 4px;
	}

	.ps-biblechat-native-player .mejs-time-rail {
		min-width: 52px !important;
		margin: 0 2px !important;
	}

	.ps-biblechat-seek-button {
		width: 31px !important;
		min-width: 31px !important;
		height: 31px !important;
		margin: 0 1px !important;
		font-size: 0.52rem !important;
	}

	.ps-biblechat-seek-button .ps-biblechat-seek-icon {
		width: 10px;
		height: 10px;
	}

	.ps-biblechat-archive .ps-biblechat-card {
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 16px 0;
	}

	.ps-biblechat-archive .ps-biblechat-card-image {
		width: 64px;
		border-radius: 7px;
	}

	.ps-biblechat-archive .ps-biblechat-card-body {
		padding-left: 12px;
	}

	.ps-biblechat-buttons,
	.ps-biblechat-button {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.ps-biblechat-audio-layout {
		grid-template-columns: 1fr;
	}

	.ps-biblechat-audio-artwork {
		width: 92px;
		max-width: 92px;
	}
}
