/* Single listing (job_listing) — mockup layout */

/* Single listing header (single page only) */
body.single-job_listing .pd-single-header {
	background: #fff;
	border-bottom: 1px solid #e2e8f0;
	position: relative;
	z-index: 3000;
}

body.single-job_listing .pd-single-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
}

body.single-job_listing .pd-single-header__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 18px;
}

body.single-job_listing .pd-single-header__link {
	color: #0f172a;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
	font-weight: 600;
	text-decoration: none;
}

body.single-job_listing .pd-single-header__link:hover,
body.single-job_listing .pd-single-header__link:focus {
	text-decoration: underline;
}

body.single-job_listing .pd-single-header__item {
	position: relative;
}

body.single-job_listing .pd-single-header__submenu {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 10px;
	min-width: 220px;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
	z-index: 3001;
	list-style: none;
	margin: 0;
}

body.single-job_listing .pd-single-header__item--has-submenu.pd-menu-open .pd-single-header__submenu {
	display: block;
}

body.single-job_listing .pd-single-header__submenu-link {
	display: block;
	padding: 8px 10px;
	border-radius: 10px;
	color: #0f172a;
	font-weight: 700;
	text-decoration: none;
}

body.single-job_listing .pd-single-header__submenu-link:hover,
body.single-job_listing .pd-single-header__submenu-link:focus {
	background: #f8fafc;
}

body.single-job_listing .pd-single-header__logo {
	display: inline-block;
}

/* Step A sanity check */
.pd-single__debug {
	position: fixed;
	bottom: 12px;
	left: 12px;
	z-index: 99999;
	background: #000;
	color: #fff;
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
}

/* Step D: override global narrow wrappers (scoped) */
.pd-single .site-content,
.pd-single .content-area,
.pd-single main,
.pd-single .container {
	max-width: none !important;
	width: 100% !important;
}

/* Page wrapper */
.pd-single {
	background: #f8fafc;
	padding: 0 0 28px;
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Top section with gradient backdrop (screenshot reference) */
.pd-single__top {
	padding: 18px 0 28px;
	background: linear-gradient(180deg, #60a5fa 0%, #1d4ed8 55%, #0b1a4a 100%);
	margin-bottom: 55px; /* reserve space below gradient for the shifted cards */
}

.pd-single__return {
	margin: 0 0 14px;
}

/* Smaller Return to Search button (about 35% smaller) */
.pd-single__return .pd-btn {
	padding: 8px 10px;
	border-radius: 8px;
	font-size: 11px;
	line-height: 1.2;
}

.pd-single__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.pd-single__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: start;
}

/* Keep the hero/contact cards aligned in the top grid */
.pd-single__grid--top {
	align-items: stretch;
	transform: translateY(55px);
}

@media (min-width: 980px) {
	.pd-single__grid {
		grid-template-columns: minmax(0, 1fr) 340px;
	}
}

.pd-single__main {
	min-width: 0;
}

.pd-single__sidebar {
	min-width: 0;
}

@media (min-width: 980px) {
	.pd-single__sidebar {
		position: sticky;
		top: 24px;
	}
}

/* Cards */
.pd-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.pd-card + .pd-card {
	margin-top: 18px;
}

.pd-card__title {
	margin: 0 0 12px 0;
	font-size: 18px;
	font-weight: 800;
	color: #0f172a;
}

.pd-card__title-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.pd-card__title-row .pd-card__title {
	margin: 0;
}

.pd-card__title-icon {
	display: inline-flex;
	width: 24px;
	height: 24px;
	color: #2563eb;
}

/* Hero */
.pd-hero {
	--pd-hero-avatar: 124px;
	display: grid;
	grid-template-columns: var(--pd-hero-avatar) 1fr;
	gap: 18px;
	align-items: start;
}

@media (min-width: 720px) {
	.pd-hero {
		--pd-hero-avatar: 160px;
	}
}

@media (min-width: 980px) {
	.pd-hero {
		--pd-hero-avatar: 200px;
		gap: 22px;
		min-height: 260px;
	}
}

.pd-hero__media {
	width: var(--pd-hero-avatar);
	height: var(--pd-hero-avatar);
	border-radius: 999px;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	background: #fff;
}

.pd-hero__image {
	width: 100%;
	height: 100%;
	border-radius: 0;
	border: 0;
	display: block;
	background: #fff;
}

.pd-hero__image--bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* Some global theme styles force `img { height: auto !important; }`.
   Ensure the avatar always matches the fixed media container. */
.pd-hero__media img.pd-hero__image {
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: contain;
	object-position: center;
}

.pd-hero__image--placeholder {
	width: 100%;
	height: 100%;
	background: #e2e8f0;
}

.pd-verified {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 6px;
}

.pd-verified__icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
}

.pd-verified__badge {
	display: block;
	height: 18px;
	width: auto;
	max-width: 100%;
}

.pd-verified::after {
	content: none;
}

.pd-hero__title-row {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}

.pd-hero__pronouns {
	color: #64748b;
	font-size: 13px;
	font-weight: 500;
}

.pd-hero__title {
	margin: 0;
	font-size: 30px;
	line-height: 1.15;
	font-weight: 900;
	color: #0f172a;
}

@media (min-width: 980px) {
	.pd-hero__title {
		font-size: 34px;
		line-height: 1.12;
	}
}

.pd-hero__subtitle {
	margin: 6px 0 0;
	font-size: 15px;
	font-weight: 600;
	color: #334155;
}

@media (min-width: 980px) {
	.pd-hero__subtitle {
		font-size: 16px;
	}
}

/* Chips */
.pd-chips {
	margin: 14px 0 14px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pd-chip {
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #0f172a;
}

/* Tag-chip cards (Therapeutic Approaches / Issues / Who I Work With) */
.pd-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pd-tag {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 10px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	color: #334155;
	font-size: 13px;
	font-weight: 600;
}

.pd-details--tags {
	margin-top: 12px;
}

.pd-details--tags summary {
	color: #0f172a;
	font-weight: 700;
	text-decoration: none;
}

.pd-details--tags summary:hover,
.pd-details--tags summary:focus {
	text-decoration: underline;
}

/* Buttons */
.pd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 12px;
	padding: 12px 16px;
	font-weight: 800;
	text-decoration: none;
	border: 1px solid transparent;
}

.pd-btn--primary {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

.pd-btn--primary:hover,
.pd-btn--primary:focus {
	background: #1d4ed8;
	border-color: #1d4ed8;
	color: #fff;
}

.pd-btn--ghost {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(226, 232, 240, 0.9);
	color: #0f172a;
}

.pd-btn--ghost:hover,
.pd-btn--ghost:focus {
	background: #fff;
	color: #0f172a;
}

/* Contact card */
.pd-contact__items {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 8px;
}

@media (min-width: 980px) {
	.pd-contact {
		min-height: 260px;
	}
}

.pd-contact__item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	border-top: 1px solid #e2e8f0;
	/* Prevent overflow from long content */
	min-width: 0;
	overflow: hidden;
}

.pd-contact__item:first-child {
	border-top: 0;
	padding-top: 0;
}

.pd-contact__item-icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	color: #64748b;
	margin-top: 2px;
}

.pd-contact__item-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.pd-contact__link {
	color: #334155;
	font-weight: 700;
	text-decoration: none;
	/* Prevent long URLs from overflowing */
	word-break: break-all;
	overflow-wrap: anywhere;
	display: inline-block;
	max-width: 100%;
}

.pd-contact__link:hover,
.pd-contact__link:focus {
	text-decoration: underline;
}

/* Reveal button for phone/website */
.pd-contact__reveal {
	color: var(--pd-primary, #6366f1);
	font-family: inherit;
	font-size: inherit;
	font-weight: 600;
	text-decoration: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: color 0.15s ease;
}

.pd-contact__reveal:hover,
.pd-contact__reveal:focus {
	color: var(--pd-primary-dark, #4f46e5);
	text-decoration: underline;
}

a.pd-contact__reveal {
	display: inline-block;
}

.pd-contact__cta {
	margin-top: 14px;
	width: 100%;
}

/* The top-right sidebar contact card should not be sticky */
.pd-single__sidebar--static {
	position: static !important;
}

/* About Me highlighted callout block */
.pd-about__callout {
	background: #f1f5f9;
	border-left: 4px solid #2563eb;
	border-radius: 10px;
	padding: 16px 16px;
	margin: 0 0 14px;
}

.pd-hero__links {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pd-hero__link {
	color: #2563eb;
	font-weight: 800;
	text-decoration: none;
}

.pd-hero__link:hover,
.pd-hero__link:focus {
	text-decoration: underline;
}

/* Prose */
.pd-prose {
	color: #0f172a;
}

.pd-prose p {
	margin: 0 0 12px;
}

.pd-prose p:last-child {
	margin-bottom: 0;
}

/* Don’t let content images overflow cards */
.pd-prose img {
	max-width: 100%;
	height: auto;
}

.pd-prose figure {
	max-width: 100%;
}

/* Row grid for the accordion cards */
.pd-row-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-top: 18px;
}

@media (min-width: 980px) {
	.pd-row-grid {
		grid-template-columns: 1fr;
	}
}

/* Clean lists */
.pd-clean-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pd-clean-list li {
	padding: 6px 0;
	border-top: 1px solid #e2e8f0;
}

.pd-clean-list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.pd-details {
	margin-top: 10px;
}

.pd-details summary {
	cursor: pointer;
	color: #2563eb;
	font-weight: 900;
	list-style: none;
}

.pd-details summary::-webkit-details-marker {
	display: none;
}

/* At a glance */
.pd-glance__items {
	display: flex;
	flex-direction: column;
}

.pd-glance__item {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 12px;
	padding: 14px 0;
	border-top: 1px solid #e2e8f0;
}

.pd-glance__item:first-child {
	border-top: 0;
	padding-top: 0;
}

.pd-glance__icon {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #60a5fa;
}

.pd-glance__icon img {
	width: 18px;
	height: 18px;
	display: block;
}

.pd-glance__icon svg {
	width: 18px;
	height: 18px;
	display: block;
	color: #64748b;
}

.pd-glance__k {
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 800;
	color: #64748b;
	margin-bottom: 2px;
}

.pd-glance__k--with-logo {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.pd-glance__logo {
	width: auto;
	height: 14px;
	display: block;
}

.pd-glance__v {
	font-weight: 800;
	color: #0f172a;
}

/* Mid-page CTA */
.pd-interest {
	margin-top: 26px;
	background: #f8fafc;
	text-align: center;
}

.pd-interest__title {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 800;
	color: #0f172a;
}

.pd-interest__cta {
	min-width: 180px;
}

@media (max-width: 979px) {
	.pd-single__sidebar {
		position: static;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════════
   Enquiry Modal (Ninja Forms)
   ═══════════════════════════════════════════════════════════════════════════════ */

.pd-enquiry-modal .modal-content {
	border-radius: 12px;
	border: none;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.pd-enquiry-modal .modal-header {
	border-bottom: 1px solid #e2e8f0;
	padding: 1.25rem 1.5rem;
}

.pd-enquiry-modal .modal-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
}

.pd-enquiry-modal .modal-body {
	padding: 1.5rem;
}

/* Ninja Forms styling within modal */
.pd-enquiry-modal .nf-form-content {
	padding: 0;
}

.pd-enquiry-modal .nf-form-title {
	display: none; /* Hide form title, we use modal title */
}

.pd-enquiry-modal .nf-field-label label {
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.375rem;
}

.pd-enquiry-modal .ninja-forms-field {
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pd-enquiry-modal .ninja-forms-field:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
	outline: none;
}

.pd-enquiry-modal textarea.ninja-forms-field {
	min-height: 120px;
	resize: vertical;
}

.pd-enquiry-modal input[type="submit"],
.pd-enquiry-modal .nf-form-content input[type="button"] {
	background: #2563eb;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 0.875rem 2rem;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease;
}

.pd-enquiry-modal input[type="submit"]:hover,
.pd-enquiry-modal .nf-form-content input[type="button"]:hover {
	background: #1d4ed8;
}

.pd-enquiry-modal .nf-error-msg {
	color: #dc2626;
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

.pd-enquiry-modal .nf-response-msg {
	padding: 1rem;
	border-radius: 8px;
	margin-bottom: 1rem;
}

.pd-enquiry-modal .nf-response-msg.nf-success-msg {
	background: #dcfce7;
	color: #166534;
}

/* Disclaimer text */
.pd-enquiry-modal__disclaimer {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e2e8f0;
	font-size: 0.8125rem;
	color: #64748b;
	line-height: 1.6;
}

.pd-enquiry-modal__disclaimer p {
	margin: 0 0 0.75rem;
}

.pd-enquiry-modal__disclaimer p:last-child {
	margin-bottom: 0;
}

.pd-enquiry-modal__disclaimer strong {
	color: #dc2626;
}

.pd-enquiry-modal__fallback {
	text-align: center;
	padding: 2rem;
	color: #64748b;
}

/* Hide reCAPTCHA error if not configured - form still works without it */
.pd-enquiry-modal .g-recaptcha-error,
.pd-enquiry-modal .nf-field-container .nf-error-msg[id*="recaptcha"],
.pd-enquiry-modal .recaptcha-error {
	display: none;
}

/* Style reCAPTCHA badge if it loads */
.pd-enquiry-modal .grecaptcha-badge {
	margin: 1rem 0;
}

/* ==========================================================================
   Media Section (Video & Gallery)
   ========================================================================== */

.pd-media {
	margin-bottom: 2rem;
}

.pd-media .pd-card__title {
	margin-bottom: 1.25rem;
}

/* Video container with 16:9 aspect ratio */
.pd-media__video {
	margin-bottom: 1.5rem;
}

.pd-media__video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	border-radius: 12px;
	background: #0f172a;
}

.pd-media__video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Gallery grid */
.pd-media__gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 12px;
}

.pd-media__gallery-item {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	background: #f1f5f9;
	border: 0;
	padding: 0;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pd-media__gallery-item:hover,
.pd-media__gallery-item:focus {
	transform: scale(1.03);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
	outline: none;
}

.pd-media__gallery-item:focus-visible {
	outline: 2px solid #3b82f6;
	outline-offset: 2px;
}

.pd-media__gallery-item img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

/* Caption on thumbnail */
.pd-media__caption {
	display: block;
	padding: 8px 10px;
	font-size: 0.8125rem;
	line-height: 1.3;
	color: #334155;
	background: #fff;
	text-align: left;
	border-top: 1px solid #e2e8f0;
}

/* Larger thumbnails on wider screens */
@media (min-width: 640px) {
	.pd-media__gallery {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		gap: 16px;
	}
}

@media (min-width: 1024px) {
	.pd-media__gallery {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	}
}

/* ==========================================================================
   Lightbox
   ========================================================================== */

.pd-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pd-lightbox[hidden] {
	display: none;
}

.pd-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.85);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.pd-lightbox__container {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 60px 20px 80px;
	box-sizing: border-box;
}

.pd-lightbox__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.15);
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	transition: background 0.15s ease;
	z-index: 10;
}

.pd-lightbox__close:hover,
.pd-lightbox__close:focus {
	background: rgba(255, 255, 255, 0.25);
}

.pd-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.15);
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	transition: background 0.15s ease;
	z-index: 10;
}

.pd-lightbox__nav:hover,
.pd-lightbox__nav:focus {
	background: rgba(255, 255, 255, 0.25);
}

.pd-lightbox__nav--prev {
	left: 16px;
}

.pd-lightbox__nav--next {
	right: 16px;
}

.pd-lightbox__figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}

.pd-lightbox__img {
	max-width: calc(100vw - 140px);
	max-height: calc(100vh - 180px);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
	background: #0f172a;
}

.pd-lightbox__caption {
	margin-top: 16px;
	padding: 12px 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-align: center;
	max-width: 600px;
}

.pd-lightbox__counter {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.875rem;
	font-weight: 500;
}

/* Mobile adjustments */
@media (max-width: 640px) {
	.pd-lightbox__container {
		padding: 50px 12px 70px;
	}
	
	.pd-lightbox__nav {
		width: 40px;
		height: 40px;
	}
	
	.pd-lightbox__nav--prev {
		left: 8px;
	}
	
	.pd-lightbox__nav--next {
		right: 8px;
	}
	
	.pd-lightbox__img {
		max-width: calc(100vw - 80px);
		max-height: calc(100vh - 160px);
	}
	
	.pd-lightbox__close {
		top: 10px;
		right: 10px;
	}
}

/* Practitioner articles (single listing) */
body.single-job_listing .pd-card__heading {
	margin: 0 0 12px 0;
	font-size: 18px;
	font-weight: 800;
	color: #0f172a;
}

/* ═══════════════════════════════════════════════════════════════════════════════
   PRACTITIONER ARTICLES SECTION — Editorial redesign
   ═══════════════════════════════════════════════════════════════════════════════ */

body.single-job_listing .pd-articles-section {
	margin: 32px 0;
	padding: 32px 28px;
	background: linear-gradient(135deg, #faf5ff 0%, #f0f9ff 100%);
	border-radius: 16px;
	border: 1px solid rgba(139, 92, 246, 0.1);
}

body.single-job_listing .pd-articles-section__header {
	margin-bottom: 24px;
	text-align: center;
}

body.single-job_listing .pd-articles-section__title {
	margin: 0 0 6px 0;
	font-size: 22px;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.02em;
}

body.single-job_listing .pd-articles-section__subtitle {
	margin: 0;
	font-size: 15px;
	color: #64748b;
	font-style: italic;
}

body.single-job_listing .pd-articles-section__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

@media (max-width: 700px) {
	body.single-job_listing .pd-articles-section__grid {
		grid-template-columns: 1fr;
	}
}

/* Article card */
body.single-job_listing .pd-article-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.04);
	transition: box-shadow 200ms ease, transform 200ms ease;
}

body.single-job_listing .pd-article-card:hover {
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1), 0 2px 8px rgba(15, 23, 42, 0.06);
	transform: translateY(-2px);
}

body.single-job_listing .pd-article-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

body.single-job_listing .pd-article-card__link:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
	border-radius: 12px;
}

/* Image area */
body.single-job_listing .pd-article-card__image {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e2e8f0;
}

body.single-job_listing .pd-article-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

body.single-job_listing .pd-article-card:hover .pd-article-card__img {
	transform: scale(1.03);
}

/* Gradient placeholder when no featured image */
body.single-job_listing .pd-article-card__placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #c7d2fe 0%, #ddd6fe 50%, #fbcfe8 100%);
}

/* Card body */
body.single-job_listing .pd-article-card__body {
	padding: 18px 20px 20px;
}

/* Meta row */
body.single-job_listing .pd-article-card__meta {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #64748b;
}

body.single-job_listing .pd-article-card__separator {
	color: #cbd5e1;
}

/* Title */
body.single-job_listing .pd-article-card__title {
	margin: 0 0 8px 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #0f172a;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Excerpt */
body.single-job_listing .pd-article-card__excerpt {
	margin: 0 0 12px 0;
	font-size: 14px;
	line-height: 1.55;
	color: #475569;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* CTA */
body.single-job_listing .pd-article-card__cta {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #2563eb;
	transition: color 150ms ease;
}

body.single-job_listing .pd-article-card:hover .pd-article-card__cta {
	color: #1d4ed8;
}

/* More articles link */
body.single-job_listing .pd-articles-section__footer {
	margin-top: 24px;
	text-align: center;
}

body.single-job_listing .pd-articles-section__more {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	font-size: 15px;
	font-weight: 700;
	color: #4f46e5;
	background: #fff;
	border: 1px solid #c7d2fe;
	border-radius: 8px;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

body.single-job_listing .pd-articles-section__more:hover,
body.single-job_listing .pd-articles-section__more:focus {
	background: #4f46e5;
	border-color: #4f46e5;
	color: #fff;
}

body.single-job_listing .pd-articles-section__more:focus-visible {
	outline: 2px solid #4f46e5;
	outline-offset: 2px;
}

/* Legacy styles (keep for backward compatibility, can remove later) */
	display: block;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f8fafc;
	padding: 14px 14px;
	text-decoration: none;
	transition: box-shadow 150ms ease, background-color 150ms ease;
}

body.single-job_listing .pd-article-linkbox:hover,
body.single-job_listing .pd-article-linkbox:focus {
	background: #fff;
	box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

body.single-job_listing .pd-article-linkbox:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

body.single-job_listing .pd-article-linkbox__title {
	display: block;
	color: #0f172a;
	font-weight: 800;
	margin-bottom: 4px;
}

body.single-job_listing .pd-article-linkbox__excerpt {
	display: block;
	color: #475569;
	margin-bottom: 8px;
}

body.single-job_listing .pd-article-linkbox__cta {
	display: inline-block;
	color: #2563eb;
	font-weight: 800;
}
