/*
 * Pivot Door Company – Blog Styles
 * Applies to: home.php (blog listing) and single.php (individual post)
 *
 * Design tokens inherited from site:
 *   Font body:     Roboto, sans-serif
 *   Font heading:  "League Spartan", sans-serif
 *   Accent pink:   #E72C84
 *   Black:         #000
 *   White:         #fff
 *   Light gray bg: #fafafa
 *   Mid gray text: #848484
 */

/* ============================================================
   BLOG PAGE – GLOBAL OVERRIDES
   ============================================================ */

/* Hide the sub-menu overlay bar that appears site-wide */
.sub-menu-back {
	display: none !important;
}

/* Override global a { color: #000 } for hero titles */
.pdc-single-hero__title a,
.pdc-blog-hero .pdc-single-hero__title a {
	color: #fff;
}

.pdc-single-hero__title a:hover,
.pdc-blog-hero .pdc-single-hero__title a:hover {
	color: rgba(255,255,255,0.8);
}

/* Hide Genesis archive/page description on blog pages */
.archive-description.posts-page-description {
	display: none !important;
}

/* ============================================================
   SHARED UTILITIES
   ============================================================ */

.pdc-blog-section-title {
	font-family: "League Spartan", sans-serif;
	font-size: clamp(35px, 4.67vw, 50px);
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin: 0 0 24px;
	color: #000;
	padding-bottom: clamp(27px, 5.44vh, 47px);
	background-image: url("/wp-content/uploads/2025/02/pivot-door-underscore-bar.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: clamp(0px, 42.92vw, 200px) clamp(5px, 2.778vh, 20px);
  	line-height: .8;
  	
  	letter-spacing: -8px;
  	text-align: left;
  	letter-spacing: -3px;
  	margin-bottom: clamp(20px, 6.333vh, 57px);
}

.pdc-blog-cat {
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #E72C84;
	text-decoration: none;
	margin-right: 10px;
}

.pdc-blog-cat:hover {
	text-decoration: underline;
}

.pdc-blog-btn {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 22px;
	border: 1px solid currentColor;
	transition: background 0.2s, color 0.2s;
	cursor: pointer;
}

.pdc-blog-btn--outline {
	color: #fff;
	border: none;
	background: transparent;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 4px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
    font-size: 14px;
}

.pdc-blog-btn--outline:hover, .pdc-blog-btn--outline:focus {
	background: transparent;
	color: rgba(255,255,255,0.8);
	text-decoration: underline;
}

.pdc-blog-btn--outline svg {
	flex-shrink: 0;
}

.pdc-blog-btn--sm {
	color: #000;
	border-color: #000;
	background: transparent;
	padding: 7px 16px;
	font-size: 10px;
	border-radius: 5px;
}

.pdc-blog-btn--sm:hover {
	background: #000;
	color: #fff;
}

/* ============================================================
   SECTION 1 – HERO (blog listing & single post share styles)
   ============================================================ */

.pdc-blog-hero,
.pdc-single-hero {
	position: relative;
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
}

.pdc-blog-hero__overlay,
.pdc-single-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.15) 100%);
}

.pdc-blog-hero__content,
.pdc-single-hero__content {
	position: relative;
	z-index: 1;
	max-width: 700px;
	padding: 48px 48px 56px;
	color: #fff;
}

.pdc-blog-hero__meta,
.pdc-single-hero__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.pdc-blog-hero__meta .pdc-blog-cat,
.pdc-single-hero__meta .pdc-blog-cat {
	color: #E72C84;
}

.pdc-blog-hero__date {
	font-size: 10px;
	font-family: "Roboto", sans-serif;
	color: rgba(255,255,255,0.75);
	letter-spacing: 0.08em;
}

.pdc-blog-hero__title {
	font-family: "League Spartan", sans-serif;
	font-size: clamp(28px, 4vw, 52px);
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.pdc-blog-hero__title a {
	color: #fff;
	text-decoration: none;
}

.pdc-blog-hero__excerpt {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255,255,255,0.88);
	margin: 0 0 28px;
	max-width: 520px;
}

/* Single post hero – left-to-right gradient (dark left, image visible right) */
.pdc-single-hero .pdc-single-hero__overlay {
	background: linear-gradient(to right, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.15) 100%);
}

.pdc-single-hero .pdc-single-hero__content {
	max-width: 55%;
	padding: 56px 48px 64px;
}

/* NEW / category badge */
.pdc-single-hero__badge {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
	background: #fff;
	padding: 3px 10px;
	margin-bottom: 16px;
	border-radius: 3px;
}

/* Title */
.pdc-single-hero__title {
	font-family: "League Spartan", sans-serif;
	font-size: clamp(24px, 3.5vw, 50px);
	font-weight: 700;
	line-height: 1.05;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 16px;
}

/* Meta row: pencil icon + category + bullet + read time */
.pdc-single-hero__meta {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.pdc-single-hero__cat-icon {
	color: #E72C84;
	font-size: 12px;
}

.pdc-single-hero__sep {
	color: rgba(255,255,255,0.5);
	font-size: 12px;
}

.pdc-single-hero__readtime {
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	color: rgba(255,255,255,0.75);
	letter-spacing: 0.05em;
}

/* Excerpt */
.pdc-single-hero__excerpt {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255,255,255,0.88);
	margin: 0;
	max-width: 480px;
}

/* ============================================================
   HERO SLIDER – Splide overrides
   ============================================================ */

.pdc-blog-hero-slider {
	position: relative;
}

/* Make each slide behave like the old single hero */
.pdc-hero-splide .splide__slide.pdc-blog-hero {
	min-height: 500px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
}

/* Splide pagination dots */
.pdc-hero-splide .splide__pagination {
	bottom: 75px;
}

.pdc-hero-splide .splide__pagination__page {
	background: rgba(255,255,255,0.5);
	width: 10px;
	height: 10px;
	opacity: 1;
	transition: background 0.3s;
}

.pdc-hero-splide .splide__pagination__page.is-active {
	background: #E72C84;
	transform: scale(1.2);
}

/* ============================================================
   SECTION 2 – FEATURED ARTICLES
   ============================================================ */

.pdc-blog-featured {
	padding: 56px 48px;
	background: #fff;
	max-width: 1280px;
	margin: 0 auto;
}

.pdc-blog-featured__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 32px;
	/*border-bottom: 2px solid #000;*/
	padding-bottom: 16px;
}

.pdc-blog-filter-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-left: auto;
}

.pdc-filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: none;
	border: 1px solid #000;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 7px 14px;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	color: #000;
	border-radius: 5px;
}

.pdc-filter-btn:hover {
	background: #000;
	color: #fff;
}

.pdc-filter-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pdc-cat-btn {
	background: none;
	border: 1px solid #ddd;
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 5px 12px;
	cursor: pointer;
	color: #848484;
	transition: all 0.2s;
}

.pdc-cat-btn.active,
.pdc-cat-btn:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

/* Clear filter button */
.pdc-clear-filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: none;
	border: 1px solid #E72C84;
	color: #E72C84;
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 5px 12px;
	cursor: pointer;
	border-radius: 2px;
	transition: all 0.2s;
}

.pdc-clear-filter-btn:hover {
	background: #E72C84;
	color: #fff;
}

/* Loading state */
.pdc-loading {
	grid-column: 1 / -1;
	text-align: center;
	padding: 60px 0;
	color: #848484;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

.pdc-no-posts {
	grid-column: 1 / -1;
	text-align: center;
	padding: 60px 0;
	color: #848484;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

/* Pagination */
.pdc-blog-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 48px;
	flex-wrap: wrap;
}

.pdc-page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	background: none;
	border: 1px solid #ddd;
	color: #555;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s;
}

.pdc-page-btn:hover {
	border-color: #000;
	color: #000;
}

.pdc-page-btn.active {
	background: #E72C84;
	border-color: #E72C84;
	color: #fff;
}

.pdc-page-btn--prev,
.pdc-page-btn--next {
	padding: 0 14px;
	letter-spacing: 0.1em;
}

.pdc-page-ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	color: #aaa;
	font-size: 14px;
}

/* Article card grid */
.pdc-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.pdc-blog-card {
	display: flex;
	flex-direction: column;
	position:relative;
}

/* Stretched link — title <a> covers the entire card via ::after */
.pdc-blog-card__link {
	text-decoration: none;
	color: inherit;
}

.pdc-blog-card__link::after {
	content: '';
	position: absolute;
	inset: 0;
}

/* Category link sits above the stretched link */
.pdc-blog-card .pdc-blog-cat {
	position: relative;
	z-index: 1;
}

.pdc-blog-card__img-wrap {
	position: relative;
	aspect-ratio: 3/4;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	transition: transform 0.4s ease;
}

.pdc-blog-card:hover .pdc-blog-card__img-wrap {
	transform: scale(1.02);
}

.pdc-blog-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 55%, rgba(0,0,0,0) 100%);
}

/* Circular arrow icon – top right */
.pdc-blog-card__icon {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	opacity: 0.9;
	transition: opacity 0.2s;
}

.pdc-blog-card:hover .pdc-blog-card__icon {
	opacity: 1;
}

/* Body overlays the bottom of the image on desktop.
   Card article is position:relative; body is position:absolute anchored to it. */
.pdc-blog-card__body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 20px 18px;
}

.pdc-blog-card__meta {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
	flex-wrap: wrap;
}

.pdc-blog-card__sep {
	color: rgba(255,255,255,0.5);
	font-size: 10px;
}

.pdc-blog-card__date {
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	color: rgba(255,255,255,0.75);
	letter-spacing: 0.05em;
}

/* Override pink cat link color inside cards */
.pdc-blog-card .pdc-blog-cat {
	color: #E72C84;
}

.pdc-blog-card__title {
	font-family: "Roboto Flex", sans-serif;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0 0 8px;
	font-size: 27px;
  font-style: normal;
  font-weight: 500;
	color: #fff;
}

.pdc-blog-card__excerpt {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255,255,255,0.82);
	margin: 0;
}

/* ============================================================
   SECTION 3 – POPULAR NOW
   ============================================================ */

.pdc-blog-popular {
	padding: 56px 48px;
	max-width: 1280px;
	margin: 0 auto;
}

.pdc-blog-popular__heading {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #000;
	font-feature-settings: 'dlig' on;
	font-family: "League Spartan", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0.22px;
	text-transform: uppercase;
	margin: 0 0 32px;
	white-space: nowrap;
}

.pdc-blog-popular__heading::after {
	content: '';
	display: block;
	flex: 1;
	height: 3px;
	background: linear-gradient(90deg, #314760 7%, #3C5978 14%, #56819F 17.5%, #8DB1C2 21%, #F4D251 28%, #1E4B9E 35%, #8153A0 42%, #BE6397 49%, #F2A784 56%, #F8D491 63%, #F5BF6B 70%, #F19B66 77%, #ED756F 84%, #EA5082 91%, #E9359D 98%);
	backdrop-filter: blur(400px);
}

.pdc-blog-popular__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.pdc-blog-popular__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

.pdc-blog-popular__sep {
	color: #818181;
	font-size: 10px;
}

.pdc-blog-popular__date {
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	color: #818181;
}

.pdc-blog-popular__title {
	font-family: "Roboto Flex", sans-serif;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0 0 8px;
	font-size: 27px;
  font-style: normal;
  font-weight: 500;
}

.pdc-blog-popular__title a {
	color: #000;
	text-decoration: none;
	font-size: 30px;
  	line-height: 1;
}

.pdc-blog-popular__title a:hover {
	color: #E72C84;
}

.pdc-blog-popular__excerpt {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #555;
	margin: 0 0 12px;
}

.pdc-blog-popular__link {
	color: #000;
	text-align: center;
	font-feature-settings: 'dlig' on;
	font-family: "Roboto Flex", "Roboto", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 1.44px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.pdc-blog-popular__link:hover {
	color: #E72C84;
}

/* ============================================================
   SECTION 4 – NEWSLETTER
   ============================================================ */

.pdc-blog-newsletter {
	background: #fff;
	color: #000;
	padding: 56px 48px;
	max-width: 1280px;
	margin: 0 auto;
	border-top: 1px solid #e8e8e8;
}

.pdc-blog-newsletter__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto 1fr;
	grid-template-areas:
		"title img"
		"body  img";
	gap: 0 48px;
	align-items: start;
}

/* Hide mobile-only title on desktop */
.pdc-blog-newsletter__title--mobile {
	display: none;
}

.pdc-blog-newsletter__title {
	grid-area: title;
	color: #000;
	font-feature-settings: 'dlig' on;
	font-family: "League Spartan", sans-serif;
	font-size: 65px;
	font-style: normal;
	font-weight: 700;
	line-height: 63px;
	letter-spacing: -2.25px;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.pdc-blog-newsletter__body {
	grid-area: body;
	align-self: start;
}

.pdc-blog-newsletter__sub {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1.65;
	color: #555;
	margin: 0 0 24px;
}

.pdc-blog-newsletter__img {
	grid-area: img;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pdc-blog-newsletter__img img {
	max-width: 100%;
	height: auto;
	display: block;
}

.pdc-newsletter-form {
	display: flex;
	gap: 8px;
	align-items: center;
}

.pdc-newsletter-form__input-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	border: 1px solid #d0d0d0;
	background: #fff;
	padding: 0 14px;
	gap: 10px;
}

.pdc-newsletter-form__icon {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.pdc-newsletter-form__input {
	flex: 1;
	padding: 12px 0;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	border: none;
	background: transparent;
	color: #000;
	outline: none;
}

.pdc-newsletter-form__input::placeholder {
	color: #AEAEAE;
}

.pdc-newsletter-form__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s;
}

.pdc-newsletter-form__btn:hover {
	background: #E72C84;
}

/* Smaller variant (used in single post sidebar) */
.pdc-newsletter-form--sm {
	flex-direction: column;
	gap: 0;
}

.pdc-newsletter-form--sm .pdc-newsletter-form__input-wrap {
	width: 100%;
	margin-bottom: 8px;
}

.pdc-newsletter-form--sm .pdc-newsletter-form__input {
	color: #000;
}

.pdc-newsletter-form--sm .pdc-newsletter-form__input::placeholder {
	color: #aaa;
}

.pdc-newsletter-form--sm .pdc-newsletter-form__btn {
	width: 100%;
	background: #000;
}

.pdc-newsletter-form--sm .pdc-newsletter-form__btn:hover {
	background: #333;
}

/* ============================================================
   SECTION 5 – EXPLORE MORE
   ============================================================ */

.pdc-blog-explore {
	padding: 56px 48px;
	background: #fff;
}

.pdc-blog-explore__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
}

.pdc-blog-explore__item {
	display: block;
	text-decoration: none;
}

.pdc-blog-explore__img {
	position: relative;
	aspect-ratio: 4/3;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.pdc-blog-explore__img::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.35);
	transition: background 0.3s;
}

.pdc-blog-explore__item:hover .pdc-blog-explore__img::after {
	background: rgba(0,0,0,0.5);
}

.pdc-blog-explore__label {
	position: relative;
	z-index: 1;
	font-family: "League Spartan", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
	padding: 16px 20px;
}

/* ============================================================
   SINGLE POST – LAYOUT
   ============================================================ */

/* Mobile-only header — hidden by default on desktop */
.pdc-single-mobile-header {
	display: none;
}

.pdc-single-wrap {
	display: grid;
	grid-template-columns: 315px 1fr;
	gap: 0;
	max-width: 1280px;
	margin: 0 auto;
	padding: 48px 32px 80px;
	align-items: start;
}

/* ============================================================
   SINGLE POST – SIDEBAR
   ============================================================ */

.pdc-single-sidebar {
	position: sticky;
	top: 80px;
	padding-right: 15px;
	
}

.pdc-single-back {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #121212;
	text-decoration: none;
	margin-bottom: 24px;
}

.pdc-single-back__icon {
	display: flex;
	flex-shrink: 0;
}

.pdc-single-back__label {
	text-decoration: none;
	transition: text-decoration 0.15s;
}

.pdc-single-back:hover .pdc-single-back__label,
.pdc-single-back:focus .pdc-single-back__label {
	text-decoration: underline;
}

.pdc-single-byline {
	color: #000;
	text-align: center;
	font-feature-settings: 'dlig' on;
	font-family: "Roboto Flex", sans-serif;
	font-size: 14.33px;
	font-style: normal;
	font-weight: 600;
	line-height: 24.267px;
	margin-bottom: 16px;
	overflow: hidden;
    white-space: nowrap;
}

.pdc-single-readtime {
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	color: #848484;
	margin: 0 0 24px;
}

/* Listen button */
.pdc-listen-wrap {
	margin-bottom: 16px;
}

.pdc-listen-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	background: none;
	border: 1px solid #000 !important;
	border-radius: 6px;
	font-family: "Roboto Flex", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #171717;
	padding: 10px 16px;
	cursor: pointer;
	text-align: left;
	transition: border-color 0.2s, background 0.2s;
}

.pdc-listen-btn:hover,
.pdc-listen-btn.playing {
	border-color: #000;
	color:#000;
	background: #f5f5f5;
}

.pdc-listen-btn__icon {
	display: flex;
	flex-shrink: 0;
}

/* Show play icon by default, hide pause */
.pdc-icon-pause { display: none; }

/* When playing: swap icons */
.pdc-listen-btn.playing .pdc-icon-play  { display: none; }
.pdc-listen-btn.playing .pdc-icon-pause { display: inline-flex; }

.pdc-listen-btn__text {
	flex: 1;
}
.pdc-listen-btn__text:hover, .pdc-listen-btn__text:focus {
	color:#000;
}

/* Table of Contents */
.pdc-single-toc {
	margin-bottom: 32px;
	padding-bottom: 24px;
}

.pdc-single-toc__heading {
	color: #000;
	font-feature-settings: 'dlig' on;
	font-family: "Roboto Flex";
	font-size: 15.33px;
	font-style: normal;
	font-weight: 300;
	line-height: 14px;
	text-transform: unset;
	margin-bottom: 12px;
}

/* Grey divider under heading */
.pdc-single-toc__heading::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #D9D9D9;
	margin-top: 12px;
}

/* ── Strip ALL Easy TOC plugin box/counter styling ── */

/* The plugin renders as #ez-toc-container — target it directly */
#ez-toc-container,
.pdc-single-toc .ez-toc-container,
.pdc-single-toc [id^="ez-toc"],
.pdc-single-toc [class*="ez-toc"] {
	border: none !important;
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Hide the plugin's own title */
.pdc-single-toc .ez-toc-title-container,
.pdc-single-toc .ez-toc-title {
	display: none !important;
}

/* Remove numbering — plugin uses <ol> + CSS counters */
.pdc-single-toc ol.ez-toc-list,
.pdc-single-toc ul.ez-toc-list {
	list-style: none !important;
	list-style-type: none !important;
	counter-reset: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pdc-single-toc .ez-toc-list li {
	list-style: none !important;
	list-style-type: none !important;
}

/* Kill the "1." counter pseudo-element and ::marker (plugin injects on both li and a) */
.pdc-single-toc .ez-toc-list li::before,
.pdc-single-toc .ez-toc-list li::marker,
.pdc-single-toc .ez-toc-list li a::before {
	content: none !important;
	display: none !important;
}

/* ── TOC items — manual fallback + plugin ── */

.pdc-manual-toc li,
.pdc-single-toc .ez-toc-list li {
	border-left: 2px solid #D9D9D9 !important;
	padding: 6px 0 6px 10px !important;
	transition: border-color 0.2s;
}

.pdc-manual-toc li a,
.pdc-single-toc .ez-toc-list li a {
	font-family: "Roboto Flex", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	line-height: 1.45;
	display: block;
	transition: color 0.2s;
}

.pdc-manual-toc li a:hover,
.pdc-single-toc .ez-toc-list li a:hover {
	color: #000;
}

/* Active TOC item — set by JS IntersectionObserver */
.pdc-manual-toc li.pdc-toc-active,
.pdc-single-toc .ez-toc-list li.pdc-toc-active {
	border-left-color: #E73086 !important;
}

.pdc-manual-toc li.pdc-toc-active > a,
.pdc-single-toc .ez-toc-list li.pdc-toc-active > a {
	font-weight: 700;
	color: #000;
}

.pdc-manual-toc li {
	margin-bottom: 6px;
}

.pdc-manual-toc a {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
}

.pdc-manual-toc a:hover {
	color: #E72C84;
}

/* Related Articles */
.pdc-single-related {
	margin-bottom: 32px;
	padding-bottom: 24px;
	
}

.pdc-single-related__heading {
	display: flex;
	align-items: center;
	gap: 16px;
	white-space: nowrap;
	margin: 0 0 20px;
	color: #000;
	font-feature-settings: 'dlig' on;
	font-family: "League Spartan";
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.13px;
	text-transform: uppercase;
}

.pdc-single-related__heading::after {
	content: '';
	display: block;
	flex: 1;
	height: 3px;
	background: linear-gradient(90deg, #314760 7%, #3C5978 14%, #56819F 17.5%, #8DB1C2 21%, #F4D251 28%, #1E4B9E 35%, #8153A0 42%, #BE6397 49%, #F2A784 56%, #F8D491 63%, #F5BF6B 70%, #F19B66 77%, #ED756F 84%, #EA5082 91%, #E9359D 98%);
}

.pdc-related-item {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.pdc-related-item__img-wrap {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
	display: block;
}

.pdc-related-item__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pdc-related-item__body {
	flex: 1;
}

.pdc-related-item__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
}

.pdc-related-item__date {
	font-family: "Roboto", sans-serif;
	font-size: 9px;
	color: #848484;
}

.pdc-related-item__title {
	color: #000;
font-feature-settings: 'dlig' on;
font-family: "Roboto Flex";
font-size: 15.33px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 115.407% */
margin: 0px 5px;
}

.pdc-related-item__title a {
	color: #000;
	text-decoration: none;
}

.pdc-related-item__title a:hover {
	color: #E72C84;
}

/* Subscribe (sidebar) */
.pdc-single-subscribe__label {
	color: #000;
font-feature-settings: 'dlig' on;
font-family: "League Spartan";
font-size: 12px;
font-style: normal;
font-weight: 800;
line-height: 21px; /* 161.538% */
letter-spacing: 0.13px;
text-transform: uppercase;
margin: 30px 0;
}

/* ============================================================
   SINGLE POST – MAIN CONTENT
   ============================================================ */

.pdc-single-main {
	padding-left: 48px;
}

/* Hide the TOC the plugin auto-inserts into article content — we show ours in the sidebar */
.pdc-single-main #ez-toc-container,
.pdc-single-main .ez-toc-container,
.pdc-single-main [class*="ez-toc"] {
	display: none !important;
}

.pdc-single-content {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	line-height: 1.75;
	color: #222;
}

.pdc-single-content h2,
.pdc-single-content h3 {
	font-family: "League Spartan", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 40px 0 16px;
	color: #000;
}

.pdc-single-content h2 {
	font-size: 20px;
	/*padding-top: 32px;*/
}

.pdc-single-content h3 {
	font-size: 16px;
}

.pdc-single-content p {
	margin: 0 0 20px;
}

.pdc-single-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 24px 0;
}

.pdc-single-content figcaption {
	font-size: 11px;
	color: #848484;
	font-style: italic;
	margin-top: -16px;
	margin-bottom: 24px;
}

/* Pull quote */
.pdc-single-content blockquote {
	margin: 40px 0;
	padding: 0 32px;
	border-left: none;
	text-align: center;
}

.pdc-single-content blockquote p {
	font-family: "League Spartan", sans-serif;
	font-size: clamp(18px, 2vw, 28px);
	font-weight: 600;
	line-height: 1.4;
	color: #000;
	font-style: italic;
}

/* Post footer: divider, byline, back to top */
.pdc-single-post-footer {
	margin: 40px 0 32px;
}

/* Divider and byline — mobile only, hidden on desktop */
.pdc-single-post-footer__divider,
.pdc-single-post-footer__byline {
	display: none;
}

/* Byline styles (applied when shown on mobile) */
.pdc-single-post-footer__byline {
	font-family: "Roboto Flex", sans-serif;
	font-size: 15.33px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 0 0 20px;
}

.pdc-single-back-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #121212;
	text-decoration: none;
}

.pdc-single-back-top:hover .pdc-single-back-top__label {
	text-decoration: underline;
}

/* Prev / Next nav */
.pdc-single-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 56px;
	padding-top: 24px;
}

.pdc-single-nav__prev a,
.pdc-single-nav__next a {
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

.pdc-single-nav__prev a:hover,
.pdc-single-nav__next a:hover {
	color: #E72C84;
}

.pdc-single-nav__dots {
	display: flex;
	gap: 8px;
	align-items: center;
}

.pdc-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ccc;
	display: inline-block;
}

.pdc-dot--active {
	background: #E72C84;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {

	.pdc-single-content h2 {
		font-size: 16px;
	}
	.pdc-blog-grid,
	.pdc-blog-popular__grid,
	.pdc-blog-explore__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pdc-single-wrap {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		padding: 32px 24px 60px;
	}

	/* Main content first, sidebar below */
	.pdc-single-main {
		grid-row: 1;
		padding-left: 0;
	}

	.pdc-single-sidebar {
		grid-row: 2;
		position: static;
		padding-right: 0;
		border-right: none;
		border-top: 0px;
		padding-top: 32px;
		margin-top: 32px;
	}
	.pdc-single-nav {
		border-top: 0px;
	}

	/* Hide hero text overlay on single post only — image only on mobile */
	.pdc-single-hero .pdc-single-hero__content {
		display: none;
	}

	/* Hide back link in sidebar on mobile (shown in mobile header instead) */
	.pdc-single-back--sidebar {
		display: none;
	}

	/* Show mobile header block */
	.pdc-single-mobile-header {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 32px;
	}

	.pdc-single-mobile-header .pdc-single-back {
		margin-bottom: 16px;
	}

	.pdc-single-mobile-header .pdc-single-hero__badge {
		display: inline-block;
		border: 1px solid #000;
		margin-bottom: -5px;
	}

	.pdc-single-mobile-header__title {
		font-family: "League Spartan", sans-serif;
		font-size: 28px;
		font-weight: 700;
		line-height: 1.2;
		color: #000;
		margin: 12px 0 10px;
	}

	.pdc-single-mobile-header .pdc-single-hero__meta {
		color: #555;
		font-size: 13px;
		margin-bottom: 12px;
	}

	.pdc-single-mobile-header .pdc-single-hero__sep {
		color: #555;
	}

	.pdc-single-mobile-header .pdc-single-hero__readtime {
		color: #555;
		font-size: 13px;
	}

	.pdc-single-mobile-header .pdc-single-hero__cat-icon {
		color: #555;
	}

	/* Hide description on mobile */
	.pdc-single-mobile-header__desc {
		display: none;
	}

	/* Audio button in mobile header */
	.pdc-single-mobile-header__audio {
		margin: 30px 0;
		width: 100%;
	}

	.pdc-single-mobile-header__audio .pdc-listen-wrap {
		width: 100%;
	}

	/* Hide audio from sidebar on mobile (shown in mobile header instead) */
	.pdc-single-back--sidebar ~ * .pdc-listen-wrap,
	.pdc-single-sidebar .pdc-listen-wrap {
		display: none;
	}

	/* Hide byline, TOC and read time from sidebar on mobile */
	.pdc-single-sidebar .pdc-single-byline,
	.pdc-single-sidebar .pdc-single-toc,
	.pdc-single-sidebar .pdc-single-readtime {
		display: none;
	}

	/* Show divider and byline in post footer on mobile */
	.pdc-single-post-footer__divider {
		display: block;
		border: none;
		border-top: 1px solid #e8e8e8;
		margin: 0 0 20px;
	}

	.pdc-single-post-footer__byline {
		display: block;
	}

	/* Blog page paragraph line height */
	.pdc-single-content p,
	.pdc-blog-featured p,
	.pdc-blog-popular p {
		line-height: 25px;
	}
}

@media (max-width: 768px) {
	/* Hero slider – full bleed on mobile */
	.splide {
		padding: 0 !important;
	}

	.pdc-hero-splide .splide__pagination {
		bottom: 10px;
	}

	.pdc-blog-hero,
	.pdc-single-hero {
		min-height: 360px;
	}

	.pdc-blog-hero__content,
	.pdc-single-hero__content {
		padding: 32px 24px 40px;
	}

	.pdc-blog-featured,
	.pdc-blog-popular,
	.pdc-blog-explore,
	.pdc-blog-newsletter {
		padding: 40px 24px;
	}

	.pdc-blog-grid,
	.pdc-blog-popular__grid,
	.pdc-blog-explore__grid {
		grid-template-columns: 1fr;
	}

	.pdc-blog-featured__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.pdc-blog-filter-bar {
		/*margin-left: 0;*/
	}

	/* Featured article cards – image on top, text below on mobile */
	.pdc-blog-card__img-wrap {
		aspect-ratio: 16/9;
	}

	.pdc-blog-card__overlay {
		display: none;
	}

	/* Reset absolute so body flows below the image */
	.pdc-blog-card__body {
		position: static;
		padding: 14px 0 0;
	}

	.pdc-blog-card__date,
	.pdc-blog-card__sep {
		color: #818181;
	}

	.pdc-blog-card__title {
		color: #000;
		font-size: 16px;
	}

	.pdc-blog-card__excerpt {
		color: #555;
	}

	/* Newsletter – mobile: single column, DOM order = title → img → body */
	.pdc-blog-newsletter__inner {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.pdc-blog-newsletter__title--desktop {
		display: none;
	}

	.pdc-blog-newsletter__title--mobile {
		display: block;
		font-size: 32px;
		line-height: 1.2;
		letter-spacing: -0.5px;
		margin: 0;
	}

	.pdc-newsletter-form {
		flex-direction: column;
		gap: 12px;
	}

	.pdc-newsletter-form__input-wrap,
	.pdc-newsletter-form__btn {
		width: 100%;
		box-sizing: border-box;
	}

	.pdc-newsletter-form__btn {
		justify-content: center;
	}
}
