/* PCF Clinical Trials Portal — aligned with blocksy-pcf-main tokens */

/* Visually hidden but exposed to assistive tech (labels, new-tab hints, section headings). */
.pcf-ct-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pcf-ct-portal {
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-archive {
	padding-top: 6rem;
	padding-bottom: 4rem;
}

.pcf-ct-archive__header {
	margin-bottom: 2rem;
}

/* Align the header column with the centered hero box (default mode only). */
.pcf-ct-archive:has(.pcf-ct-filters--hero:not(.pcf-ct-filters--hero-full):not(.pcf-ct-filters--hero-container)) .pcf-ct-archive__header {
	width: min(50vw, 100%);
	margin-inline: auto;
}
@media ( max-width: 1023px ) {
	.pcf-ct-archive:has(.pcf-ct-filters--hero) .pcf-ct-archive__header {
		width: 100%;
	}
}

.pcf-ct-archive__title {
	font-size: 2rem;
	font-family: var(--serif-font, source-serif-pro, serif);
	color: var(--dark-blue, #012c49);
	font-weight: 700;
	margin: 0.5rem 0 0;
	line-height: 1.2;
}

.pcf-ct-archive__intro {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.5;
  margin: 0.75rem 0 0;
  max-width: 60rem;
  font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

/* ── Filters ────────────────────────────────────────────────── */

.pcf-ct-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: flex-end;
	padding: 1.5rem;
	background: var(--beige, #e7e4dd);
	margin-bottom: 2rem;
}

/* Homepage navy hero search band (Huddlekit #37–42, #59) */
.pcf-ct-filters--hero {
	flex-direction: column;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 0;
	width: min( 50vw, 100% );
	margin-inline: auto;
	/* Tight gap to ad carousel below (~12–16px once banners are 300px). */
	margin-bottom: 0.875rem;
	padding: 2.75rem 0;
	padding-inline: 2.5rem;
	box-sizing: border-box;
	background: var(--dark-blue, #012c49);
	color: #fff; /* on-dark default for every text node in the band */
}

/* Full-bleed hero (edge to edge); padding-inline still applies for gutters. */
.pcf-ct-filters--hero.pcf-ct-filters--hero-full {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc( 50% - 50vw );
	margin-right: calc( 50% - 50vw );
}

/* Stretch to parent container width (no 50vw centering). */
.pcf-ct-filters--hero.pcf-ct-filters--hero-container {
	width: 100%;
}

/* Inner fills the narrowed hero; gutters live on --hero padding-inline. */
.pcf-ct-filters__inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
	max-width: none;
	margin-inline: auto;
}

.pcf-ct-filters__heading {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: var(--serif-font, source-serif-pro, serif);
	font-size: clamp( 1.75rem, 4vw, 2.75rem );
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #fff;
}

.pcf-ct-filters__heading--uppercase { text-transform: uppercase; }
.pcf-ct-filters__heading--lowercase { text-transform: lowercase; }

.pcf-ct-filters__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 1.5rem;
	width: 100%;
	max-width: none;
	margin: 0;
}

.pcf-ct-filter-field {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	flex: 1;
	min-width: 180px;
}

.pcf-ct-filter-field--disease,
.pcf-ct-filter-field--keyword {
	flex: 1 1 14rem;
	min-width: 0;
}

/* Hero: disease on its own row; keyword + circle button share row 2. */
.pcf-ct-filters--hero .pcf-ct-filter-field--disease {
	flex: 1 1 100%;
}

.pcf-ct-filters--hero .pcf-ct-filter-field--keyword {
	flex: 1 1 auto;
	min-width: 0;
}

/* Long placeholder needs a slightly smaller size so words fit without clipping. */
#pcf-ct-keyword::placeholder {
	font-size: 1.05rem;
	color: #6b6b6b;
	opacity: 1;
}

.pcf-ct-filter-field label,
.pcf-ct-filter-label {
	display: block;
	font-size: 0.875rem;
	line-height: 1.3;
	font-weight: 700;
	color: var(--dark-blue, #012c49);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-filters--hero .pcf-ct-filter-field label,
.pcf-ct-filters--hero .pcf-ct-filter-label,
.pcf-ct-filters--hero .pcf-ct-filters__heading {
	color: #fff;
}

.pcf-ct-filter-field select,
.pcf-ct-filter-field input[type="search"] {
	box-sizing: border-box;
	padding: 0.5rem 0.75rem;
	border: 1px solid var(--filter-border, #808080);
	border-radius: 0;
	font-size: 1.05rem;
	line-height: 1.3;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
	background: #fff;
	width: 100%;
	color: var(--dark-blue, #012c49);
	min-height: 2.75rem; /* ≥ 44px touch target */
}

.pcf-ct-filters--hero .pcf-ct-filter-field input[type="search"] {
	border: none;
	border-radius: 0.5rem;
	padding: 0.85rem 1.1rem;
	min-height: 3.25rem;
	font-size: 1.05rem;
	/* Explicit — a theme token otherwise leaves the field transparent on the navy band. */
	background: #fff;
	color: var(--dark-blue, #012c49);
}

/* On-dark focus: white ring + soft glow (never orange — reads as error).
   !important beats Blocksy's input:focus outline-color token. */
.pcf-ct-filters--hero .pcf-ct-filter-field input[type="search"]:focus,
.pcf-ct-filters--hero .pcf-ct-filter-field input[type="search"]:focus-visible {
	outline: 2px solid #fff !important;
	outline-offset: 3px;
	border-color: transparent;
	box-shadow: 0 0 0 4px rgba( 255, 255, 255, 0.35 );
}

.pcf-ct-multiselect {
	position: relative;
}

.pcf-ct-multiselect__trigger {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	width: 100%;
	margin: 0;
	padding: 0.5rem 0.75rem;
	border: 1px solid var(--filter-border, #808080);
	border-radius: 0;
	background: #fff;
	font-size: 1.05rem;
	line-height: 1.3; /* match input/select height (theme's default button line-height is taller otherwise) */
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
	color: var(--dark-blue, #012c49);
	cursor: pointer;
	text-align: left;
	min-height: 2.75rem;
}

.pcf-ct-filters--hero .pcf-ct-multiselect__trigger {
	border: none;
	border-radius: 0.5rem;
	padding: 0.85rem 1.1rem;
	min-height: 3.25rem;
}

.pcf-ct-filters--hero .pcf-ct-multiselect__trigger:focus,
.pcf-ct-filters--hero .pcf-ct-multiselect__trigger:focus-visible {
	outline: 2px solid #fff !important;
	outline-offset: 3px;
	box-shadow: 0 0 0 4px rgba( 255, 255, 255, 0.35 );
}

.pcf-ct-filters--hero .pcf-ct-multiselect__value--placeholder {
	color: #6b6b6b;
}

.pcf-ct-multiselect__caret {
	transition: transform 0.15s;
	color: var(--orange, #e66b2e);
	flex-shrink: 0;
	font-size: 1.5rem;
}

.pcf-ct-multiselect__trigger[aria-expanded="true"] .pcf-ct-multiselect__caret {
	transform: rotate( 180deg );
}

.pcf-ct-multiselect__panel {
	position: absolute;
	top: calc( 100% + 0.25rem );
	left: 0;
	z-index: 20;
	min-width: 100%;
	width: max-content;
	max-width: 24rem;
	padding: 0.35rem 0.5rem;
	background: #fff;
	border: 1px solid rgba( 1, 44, 73, 0.25 ); /* --dark-blue @ 25% */
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1rem rgba( 0, 0, 0, 0.12 );
	/* Explicit — hero band sets color:#fff and would cascade into this white panel. */
	color: var(--dark-blue, #012c49);
}

/* Beat `.pcf-ct-filters--hero .pcf-ct-filter-field label { color:#fff }` inside the panel. */
.pcf-ct-filters--hero .pcf-ct-multiselect__panel,
.pcf-ct-filters--hero .pcf-ct-multiselect__panel label,
.pcf-ct-filters--hero .pcf-ct-multiselect__panel .pcf-ct-phase-label-item {
	color: var(--dark-blue, #012c49);
}

.pcf-ct-multiselect__panel[hidden] {
	display: none;
}

.pcf-ct-phase-options {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.pcf-ct-phase-option {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5625rem 0.35rem; /* ~9px — keeps the 4 rows uniform */
	box-sizing: border-box;
	min-height: 2.5rem;
}

.pcf-ct-phase-label-item,
.pcf-ct-filter-field .pcf-ct-phase-label-item {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	cursor: pointer;
	/* Beat .pcf-ct-filter-field label { font-size: 0.875rem } → 14px. */
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	color: var(--dark-blue, #012c49);
	line-height: 1.3;
}

.pcf-ct-info {
	position: relative;
	top: -0.125rem; /* nudge the ⓘ ~2px up for better baseline alignment */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: help;
	color: var(--main-blue, #003e70);
	font-style: normal;
	line-height: 1;
}

.pcf-ct-info:hover::after,
.pcf-ct-info:focus::after {
	content: attr(data-tip);
	position: absolute;
	left: 0;
	bottom: calc(100% + 0.4rem);
	width: max-content;
	max-width: 16rem;
	padding: 0.5rem 0.65rem;
	background: var(--dark-blue, #012c49);
	color: #fff;
	font-size: 0.85rem;
	line-height: 1.35;
	border-radius: 0.25rem;
	white-space: normal;
	z-index: 10;
	box-shadow: 0 0.25rem 0.75rem rgba( 0, 0, 0, 0.2 );
}

.pcf-ct-btn {
	padding: 0.65rem 1.75rem;
	background: var(--main-blue, #003e70);
	color: #fff;
	border: none;
	border-radius: 0;
	font-size: 1.05rem;
	font-weight: 700;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
	cursor: pointer;
	align-self: flex-end;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.pcf-ct-btn:hover,
.pcf-ct-btn:focus-visible {
	background: var(--dark-blue, #012c49);
	outline: 2px solid var(--dark-blue, #012c49);
	outline-offset: 2px;
}

/* Orange circular search CTA (mockup #42) */
.pcf-ct-btn--search-circle {
	flex: 0 0 auto;
	align-self: flex-end;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	min-width: 3.25rem;
	min-height: 3.25rem;
	padding: 0;
	border-radius: 50%;
	background: var(--orange, #e66b2e);
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
}

.pcf-ct-btn--search-circle:hover,
.pcf-ct-btn--search-circle:focus-visible {
	background: var(--orange, #e66b2e);
	filter: brightness( 1.08 );
	outline: 2px solid #fff;
	outline-offset: 3px;
}

/* ── Loading / states ────────────────────────────────────────── */

.pcf-ct-loading,
.pcf-ct-error {
	padding: 2rem;
	text-align: center;
	color: #666;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-error { color: #c0392b; }

.pcf-ct-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 3rem 2rem;
	text-align: center;
	color: #888;
	width: 100%;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-empty svg { color: #bbb; margin-bottom: 0.25rem; }

.pcf-ct-empty__title {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--dark-blue, #012c49);
	margin: 0;
	font-family: var(--serif-font, source-serif-pro, serif);
}

.pcf-ct-empty__hint {
	font-size: 0.92rem;
	color: #777;
	margin: 0;
	max-width: 36rem;
	line-height: 1.55;
}

/* ── Trial cards ─────────────────────────────────────────────── */

.pcf-ct-trial {
	border: 1px solid var(--divider-color, #dadada);
	border-radius: 0;
	padding: 1.25rem 1.5rem;
	margin-bottom: 1.25rem;
	transition: box-shadow 0.15s;
	background: #fff;
	position: relative;
}

.pcf-ct-trial:hover {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.pcf-ct-trial__header {
	margin-bottom: 0.75rem;
}

.pcf-ct-trial__title {
	font-size: 1.6875rem;
	margin: 0 0 0.5rem;
	line-height: 1.185;
	font-family: var(--serif-font, source-serif-pro, serif);
	font-weight: 700;
}

.pcf-ct-trial__title a,
article.pcf-ct-trial h3 a {
	text-decoration: none;
	color: var(--main-blue, #003e70);
	opacity: 1;
}

.pcf-ct-trial__title a:hover,
.pcf-ct-trial__title a:focus-visible,
article.pcf-ct-trial h3 a:hover,
article.pcf-ct-trial h3 a:focus-visible {
	text-decoration: underline;
	opacity: 1;
	color: var(--main-blue, #003e70);
}

/* Orange circle + white chevron — sized above theme's 20px circle-arrow token. */
.pcf-ct-trial__go {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-left: 0.5rem;
	border-radius: 50%;
	background-color: var(--orange, #e66b2e);
	vertical-align: middle;
	position: relative;
	flex-shrink: 0;
	line-height: 1;
}

.pcf-ct-trial__go::before {
	content: '\203A'; /* › */
	color: #fff;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	/* Optical center — chevron glyph sits slightly left of geometric center. */
	transform: translateX( 1px );
	position: relative;
	top: -1px;
}

/* ── Badges ──────────────────────────────────────────────────── */

.pcf-ct-trial__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.pcf-ct-badge {
	display: inline-block;
	padding: 0.15rem 0.55rem;
	border-radius: 0.25rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
	text-transform: uppercase;
}

.pcf-ct-badge--nct    { background: var(--beige, #e7e4dd); color: var(--dark-blue, #012c49); }
.pcf-ct-badge--status { background: #e8f5e9; color: #2e7d32; }
/* Orange-tint from --orange (not off-token #fff3e0 / #bf360c). */
.pcf-ct-badge--phase  {
	background: rgba( 230, 107, 46, 0.14 );
	color: var(--dark-blue, #012c49);
}

/* ── Summary & locations ─────────────────────────────────────── */

.pcf-ct-trial__summary {
	font-size: 1.25rem;
	color: #000;
	line-height: 1.5;
	margin: 0.6rem 0;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-trial__locations {
	list-style: none;
	padding: 0;
	margin: 0.5rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 1rem;
	font-size: 0.9rem;
	color: #666;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-locations__more {
	font-style: italic;
}

.pcf-ct-trial__cta {
	display: inline-block;
	margin-top: 0.9rem;
	font-size: 0.95rem;
	color: var(--main-blue, #003e70);
	font-weight: 700;
	position: relative;
	z-index: 1;
	text-decoration: none;
	border-bottom: 2px solid var(--main-blue, #003e70);
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-trial__cta:hover { opacity: 0.5; }

/* ── Pagination ──────────────────────────────────────────────── */

.pcf-ct-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 2rem;
	flex-wrap: wrap;
}

.pcf-ct-pagination__btn {
	padding: 0.4rem 1.1rem;
	background: #fff;
	border: 2px solid var(--main-blue, #003e70);
	color: var(--main-blue, #003e70);
	border-radius: 0;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 700;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.pcf-ct-pagination__btn:hover,
.pcf-ct-pagination__btn:focus-visible {
	background: var(--main-blue, #003e70);
	color: #fff;
}

.pcf-ct-pagination__info {
	font-size: 0.95rem;
	color: #666;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

/* ── Responsive (archive) ────────────────────────────────────── */

/* Tablet: 50vw is too narrow — full width of parent, still no full-bleed.
   Include modifiers so their higher specificity (0,3,0) does not beat width:100%. */
@media ( max-width: 1023px ) {
	.pcf-ct-filters--hero,
	.pcf-ct-filters--hero.pcf-ct-filters--hero-full,
	.pcf-ct-filters--hero.pcf-ct-filters--hero-container {
		width: 100%;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media ( max-width: 640px ) {
	.pcf-ct-filters { flex-direction: column; }
	.pcf-ct-filter-field { min-width: 100%; }
	.pcf-ct-btn { width: 100%; }

	.pcf-ct-filters--hero,
	.pcf-ct-filters--hero.pcf-ct-filters--hero-full,
	.pcf-ct-filters--hero.pcf-ct-filters--hero-container {
		width: 100%;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-inline: 1.25rem;
	}

	.pcf-ct-filters__inner {
		width: 100%;
		max-width: none;
	}

	.pcf-ct-filters__row {
		flex-direction: column;
		align-items: stretch;
	}

	.pcf-ct-filters--hero .pcf-ct-filter-field {
		min-width: 100%;
		flex: 1 1 auto;
	}

	.pcf-ct-btn--search-circle {
		width: 3.25rem;
		max-width: 3.25rem;
		align-self: center;
	}
}

/* ── Single trial ────────────────────────────────────────────── */

.pcf-ct-single { max-width: 860px; margin: 0 auto; padding-top: 6rem; padding-bottom: 4rem; }

/* Shared beige chip: results "Back to Search" + single "Find More Trials" */
.pcf-ct-back {
	display: inline-block;
	font-size: 0.88rem;
	margin-bottom: 1.5rem;
	padding: 0.45rem 0.85rem;
	background: var(--beige, #e7e4dd);
	border-bottom: none;
	color: var(--dark-blue, #012c49);
	border-radius: 0;
	text-decoration: none;
	font-weight: 700;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	transition: background-color 0.15s ease, filter 0.15s ease;
}

.pcf-ct-back:hover,
.pcf-ct-back:focus-visible {
	opacity: 1;
	filter: brightness(0.94);
}

.pcf-ct-single__topbar {
	margin-bottom: 0.75rem;
}

.pcf-ct-single__topbar .pcf-ct-back {
	margin-bottom: 0;
}

.pcf-ct-single__title {
	font-size: 1.9rem;
	line-height: 1.3;
	margin: 0 0 0.5rem;
	font-family: var(--serif-font, source-serif-pro, serif);
	color: var(--dark-blue, #012c49);
	font-weight: 700;
}

.pcf-ct-single__official-title {
	font-size: 0.92rem;
	color: #333;
	margin: 0 0 1rem;
	font-style: italic;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-single__badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.4rem;
	margin-bottom: 0; /* rail gap handles spacing now */
}

.pcf-ct-single__section {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--divider-color, #dadada);
}

.pcf-ct-single__section:last-child { border-bottom: none; }

.pcf-ct-single__section h2 {
	font-size: 1.6875rem;
	line-height: 1.185;
	margin: 0 0 1rem;
	color: var(--dark-blue, #012c49);
	font-family: var(--serif-font, source-serif-pro, serif);
	font-weight: 700;
}

.pcf-ct-single__plain-summary {
	background: var(--beige, #e7e4dd);
	padding: 1.25rem 1.5rem;
}

.pcf-ct-ai-label {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--main-blue, #003e70);
	background: rgba(0, 62, 112, 0.08);
	padding: 0.1rem 0.5rem;
	margin-bottom: 0.5rem;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-single__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem 3rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid var(--divider-color, #dadada);
	padding-bottom: 2rem;
}

.pcf-ct-single__grid .pcf-ct-single__section {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.pcf-ct-single__source { margin-top: 2rem; }

/* Header full-width on row 1; narrow left "Share This Page" rail + main body on row 2 —
   mimics pcf.org article pages (Huddlekit #15/#33). On mobile the grid collapses to a single
   column and, because the rail follows the header in document order, the share row lands
   directly under the trial title (Huddlekit #36). */
.pcf-ct-single__layout {
	display: grid;
	grid-template-columns: 16rem minmax(0, 1fr);
	column-gap: 2rem;
}

.pcf-ct-single__header {
	grid-column: 1 / -1;
}

.pcf-ct-single__rail {
	grid-column: 1;
	position: sticky;
	top: 9rem;
	align-self: start; /* don't stretch — required for sticky in a grid row */
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	text-align: center;
}

.pcf-ct-single__rail .share_this_article_icons {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.pcf-ct-single__rail .share_this_article_icons a {
	font-size: 2.5rem;
}

/* Keep Copy/Email/Print only — hide X/Twitter, Facebook, LinkedIn (4th–6th <a> in share_this_article_adv). */
.pcf-ct-single__rail .share_this_article_icons a:nth-child(n+4) {
	display: none;
}

.pcf-ct-single__body {
	grid-column: 2;
	min-width: 0; /* let the body shrink so long titles/tables don't overflow the grid column */
}

@media ( max-width: 48rem ) {
	.pcf-ct-single__layout {
		grid-template-columns: 1fr;
		row-gap: 1rem;
	}

	.pcf-ct-single__header,
	.pcf-ct-single__rail,
	.pcf-ct-single__body {
		grid-column: 1;
	}

	/* Tighten the gap so the share row sits snugly under the title. */
	.pcf-ct-single__rail {
		position: static;
		top: auto;
		margin-top: -0.5rem;
	}
}

/* Beige chip (no underline / no arrow) for the ClinicalTrials.gov source link. */
.pcf-ct-ctgov-link {
	display: inline-block;
	padding: 0.15rem 0.55rem;
	background: var(--beige, #e7e4dd);
	color: var(--dark-blue, #012c49);
	font-size: 0.88rem; /* smaller than body prose per client QA (#34); inherits a larger 20px otherwise */
	font-weight: 700;
	text-decoration: none;
}

.pcf-ct-ctgov-link:hover,
.pcf-ct-ctgov-link:focus-visible {
	opacity: 0.8;
}

/* ── Prose ───────────────────────────────────────────────────── */

.pcf-ct-prose {
	font-size: 1.125rem;
	line-height: 1.5;
	color: #000;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}
.pcf-ct-prose p { margin-bottom: 0.75rem; }

/* ── Detail table ────────────────────────────────────────────── */

.pcf-ct-table { width: 100%; border-collapse: collapse; font-size: 1rem; font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif); }
.pcf-ct-table th {
	text-align: left;
	padding: 0.6rem 1rem 0.6rem 0.75rem;
	color: var(--dark-blue, #012c49);
	font-weight: 700;
	width: 40%;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.03em;
}
.pcf-ct-table td { padding: 0.6rem 0 0.6rem 0.75rem; color: #333; }
.pcf-ct-table tr + tr th,
.pcf-ct-table tr + tr td { border-top: 1px solid var(--divider-color, #dadada); }

/* ── Expandable eligibility ──────────────────────────────────── */

.pcf-ct-details {
	margin-top: 1rem;
	border: 1px solid var(--divider-color, #dadada);
}

.pcf-ct-details summary {
	padding: 0.6rem 0.9rem;
	cursor: pointer;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--main-blue, #003e70);
	list-style: none;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.pcf-ct-details summary::-webkit-details-marker { display: none; }
.pcf-ct-details summary::before { content: '+ '; }
.pcf-ct-details[open] summary::before { content: '− '; }

.pcf-ct-eligibility {
	padding: 1rem;
	font-size: 0.88rem;
	border-top: 1px solid var(--divider-color, #dadada);
	color: #222;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

/* ── Lists ───────────────────────────────────────────────────── */

.pcf-ct-list {
	list-style: disc;
	padding-left: 1.25rem;
	font-size: 1.125rem;
	color: #000;
	line-height: 1.5;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-locations-list {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 220px, 1fr ) );
	gap: 0.75rem;
}

.pcf-ct-location {
	font-size: 1rem;
	line-height: 1.5;
	color: #444;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-location__status {
	font-size: 0.78rem;
	color: #2e7d32;
}

.pcf-ct-location__city { font-weight: 700; color: #222; }

/* ── Outline button ──────────────────────────────────────────── */

.pcf-ct-btn--outline {
	display: inline-block;
	padding: 0.55rem 1.5rem;
	background: transparent;
	color: var(--main-blue, #003e70);
	border: 2px solid var(--main-blue, #003e70);
	border-radius: 0;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.pcf-ct-btn--outline:hover,
.pcf-ct-btn--outline:focus-visible {
	background: var(--main-blue, #003e70);
	color: #fff;
}

/* ── Single responsive ───────────────────────────────────────── */

@media ( max-width: 640px ) {
	.pcf-ct-single__grid { grid-template-columns: 1fr; gap: 0; }
	.pcf-ct-locations-list { grid-template-columns: 1fr; }
}

/* ── Prev/Next trial navigation ──────────────────────────────── */

.pcf-ct-trial-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 0.5rem 0;
	margin-bottom: 0.5rem;
}

.pcf-ct-trial-nav__btn {
	display: grid;
	gap: 0.15rem 0.35rem;
	max-width: calc(50% - 0.5rem);
	text-decoration: none;
	color: var(--main-blue, #003e70);
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
	min-width: 0;
}

.pcf-ct-trial-nav__btn:hover { opacity: 0.65; }

.pcf-ct-trial-nav__btn--prev {
	grid-template-areas:
		"arrow label"
		"title title";
	grid-template-columns: auto minmax(0, 1fr);
	text-align: left;
	justify-items: start;
	margin-right: auto;
}

.pcf-ct-trial-nav__btn--next {
	grid-template-areas:
		"label arrow"
		"title title";
	grid-template-columns: minmax(0, 1fr) auto;
	text-align: right;
	justify-items: end;
	margin-left: auto;
}

.pcf-ct-trial-nav__btn--prev .pcf-ct-trial-nav__arrow { grid-area: arrow; }
.pcf-ct-trial-nav__btn--prev .pcf-ct-trial-nav__label { grid-area: label; }
.pcf-ct-trial-nav__btn--prev .pcf-ct-trial-nav__title { grid-area: title; }

.pcf-ct-trial-nav__btn--next .pcf-ct-trial-nav__label { grid-area: label; }
.pcf-ct-trial-nav__btn--next .pcf-ct-trial-nav__arrow { grid-area: arrow; }
.pcf-ct-trial-nav__btn--next .pcf-ct-trial-nav__title { grid-area: title; }

.pcf-ct-trial-nav__label {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--dark-blue, #012c49);
	line-height: 1.2;
}

.pcf-ct-trial-nav__arrow {
	font-size: 0.875rem;
	line-height: 1.2;
	color: var(--main-blue, #003e70);
}

.pcf-ct-trial-nav__title {
	display: block;
	font-size: 0.88rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--main-blue, #003e70);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 14rem;
}

.pcf-ct-trial-nav--bottom {
	margin-top: 1rem;
	padding-top: 0.75rem;
	border-top: 1px solid var(--filter-border, #808080);
}

@media ( max-width: 48rem ) {
	.pcf-ct-trial-nav__title {
		max-width: 8rem;
	}
}

/* ── Guided search panel ─────────────────────────────────────── */

.pcf-ct-keyword-wrap { position: relative; }

.pcf-ct-guided-panel {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--filter-border, #808080);
  z-index: 100;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}

.pcf-ct-guided-panel[hidden] { display: none; }

.pcf-ct-guided-group__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--dark-blue, #012c49);
  font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
  margin-bottom: 0.4rem;
}

.pcf-ct-guided-group__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pcf-ct-guided-term {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  cursor: pointer;
  font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
  color: #333;
  padding: 0.15rem 0;
}

.pcf-ct-guided-other {
  width: 100%;
  padding: 0.4rem 0.6rem;
  border: 1px solid var(--filter-border, #808080);
  font-size: 0.88rem;
  font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
  margin-top: 0.4rem;
}

/* ── Locations page ──────────────────────────────────────────── */

.pcf-ct-locations-page { max-width: 860px; margin: 0 auto; padding-top: 6rem; padding-bottom: 4rem; }

.pcf-ct-locations-page .pcf-ct-locations-page__title {
  font-size: 1.9rem;
  font-family: var(--serif-font, source-serif-pro, serif);
  color: var(--dark-blue, #012c49);
  font-weight: 700;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.pcf-ct-locations-page .pcf-ct-locations-page__subtitle {
  /* Theme h6: aktiv-grotesk 700 20px (not serif). */
  font-size: 1.25rem;
  font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
  color: var(--dark-blue, #012c49);
  font-weight: 700;
  margin: 0 0 1.5rem;
  border-bottom: 2px solid var(--divider-color, #dadada);
  padding-bottom: 0.75rem;
}

.pcf-ct-full-location__no-contact {
  margin: 0.4rem 0 0;
  font-size: 0.88rem;
  font-style: italic;
  color: #6b6b6b;
}

.pcf-ct-full-locations-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.pcf-ct-full-location {
  padding: 1rem 1.25rem;
  border: 1px solid var(--divider-color, #dadada);
  font-size: 0.92rem;
  font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
  line-height: 1.6;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.pcf-ct-full-location__facility {
  font-size: 1rem;
  color: var(--dark-blue, #012c49);
}

.pcf-ct-full-location__address { color: #333; }

.pcf-ct-location-contacts {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 0;
  font-size: 0.88rem;
  color: #555;
}

.pcf-ct-location-contact a { color: var(--main-blue, #003e70); }

.pcf-ct-locations-link { margin-top: 1rem; display: inline-block; }
.pcf-ct-locations-list__more { font-style: italic; font-size: 0.82rem; color: #6b6b6b; }

@media ( max-width: 48rem ) {
	.pcf-ct-locations-link { white-space: normal; text-align: center; }
	.pcf-ct-locations-link__break { display: block; }
}

/* ── Results page ────────────────────────────────────────────── */
/* Width comes from Blocksy `.ct-container` on the same element. */

.pcf-ct-results-page {
	padding-top: 3rem; /* ~48px — match portal homepage rhythm */
	padding-bottom: 4rem;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-results-page__title {
	font-size: 1.9rem;
	font-family: var(--serif-font, source-serif-pro, serif);
	color: var(--dark-blue, #012c49);
	font-weight: 700;
	margin: 0 0 0.25rem;
	line-height: 1.3;
}

.pcf-ct-results-page__count {
	font-size: 0.95rem;
	color: #666;
	margin: 0 0 1.5rem;
	font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-results-page__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 20.5rem; /* ~328px rail for a future 300×300 ad */
	column-gap: 2rem;
	align-items: start;
}

.pcf-ct-results-page__main {
	min-width: 0;
}

.pcf-ct-results-page__rail {
	width: 20.5rem;
	position: sticky;
	top: 9rem; /* clear the fixed site header — matches the single-page rail */
}

.pcf-ct-results-page__rail:has(.pcf-ct-featured-stack) {
	position: static;
	top: auto;
}

@media ( max-width: 48rem ) {
	.pcf-ct-results-page__layout {
		grid-template-columns: 1fr;
		row-gap: 1.5rem;
	}

	.pcf-ct-results-page__rail {
		width: 100%;
		max-width: 18.75rem; /* 300px */
		position: static;
	}
}

/* ── AI Summary ──────────────────────────────────────────────── */

.pcf-ct-single__ai-summary {
  background: #f0f4f8;
  border-left: 4px solid var(--main-blue, #003e70);
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}

.pcf-ct-ai-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--main-blue, #003e70);
  background: #dce8f5;
  padding: 0.1rem 0.45rem;
  margin-bottom: 0.5rem;
}

.pcf-ct-single__ai-summary p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.pcf-ct-location-contacts {
  list-style: none;
  padding: 0;
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #555;
  font-family: var(--sans-serif-font, aktiv-grotesk, sans-serif);
}
.pcf-ct-location-contact { line-height: 1.5; }
.pcf-ct-location-contact a { color: var(--main-blue, #003e70); }

/* ── Portal home layout (optional right rail) ────────────────── */

.pcf-ct-portal__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 20.5rem;
	column-gap: 2rem;
	align-items: start;
}

.pcf-ct-portal__rail {
	width: 20.5rem;
	position: sticky;
	top: 9rem;
}

@media ( max-width: 48rem ) {
	.pcf-ct-portal__layout {
		grid-template-columns: 1fr;
		row-gap: 1.5rem;
	}

	.pcf-ct-portal__rail {
		width: 100%;
		max-width: 18.75rem;
		position: static;
		margin-inline: auto;
	}
}

/* ── Ad carousel ─────────────────────────────────────────────── */

.pcf-ct-featured-carousel {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 0.75rem auto 1rem;
	max-width: 100%;
}

.pcf-ct-featured-carousel__track {
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 0.75rem;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	max-width: 100%;
}

.pcf-ct-featured-carousel__track::-webkit-scrollbar {
	display: none;
}

.pcf-ct-featured-carousel__item {
	flex: 0 0 auto;
	width: 300px;
	max-width: min(300px, 100%);
	aspect-ratio: 6 / 5;
	height: auto;
	display: block;
	overflow: hidden;
}

.pcf-ct-featured-carousel__item--wide {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 149 / 18;
	align-self: center;
	scroll-snap-align: start;
}

.pcf-ct-featured-carousel--wide-cols-2 .pcf-ct-featured-carousel__item--wide {
	width: calc( ( 100% - 0.75rem ) / 2 );
}

.pcf-ct-featured-carousel--wide-cols-3 .pcf-ct-featured-carousel__item--wide {
	width: calc( ( 100% - 1.5rem ) / 3 );
}

@media ( max-width: 48rem ) {
	.pcf-ct-featured-carousel--wide-cols-2 .pcf-ct-featured-carousel__item--wide,
	.pcf-ct-featured-carousel--wide-cols-3 .pcf-ct-featured-carousel__item--wide {
		width: 100%;
	}
}

.pcf-ct-featured-carousel__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pcf-ct-featured-carousel__caret {
	flex-shrink: 0;
	border: 0;
	background: transparent;
	padding: 0.25rem;
	margin: 0;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: var(--orange, #e66b2e);
}

.pcf-ct-featured-carousel__caret[hidden] {
	display: none;
}

/* Portal home ribbon: wide banner above H1, 1/view */
.pcf-ct-featured-carousel--ribbon {
	margin: 0 0 2.5rem;
}

.pcf-ct-featured-carousel--ribbon .pcf-ct-featured-carousel__item--wide,
.pcf-ct-featured-carousel--ribbon .pcf-ct-featured-carousel__item {
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 149 / 18;
	max-height: 8.75rem; /* client spec: ~140 tall */
	align-self: center;
	scroll-snap-align: start;
}

.pcf-ct-featured-carousel--ribbon .pcf-ct-featured-carousel__item img {
	object-fit: cover;
}

.pcf-ct-featured-carousel__item .pcf-ct-featured-carousel__img--mobile {
	display: none;
}

@media ( max-width: 48rem ) {
	.pcf-ct-featured-carousel--ribbon .pcf-ct-featured-carousel__item:has( .pcf-ct-featured-carousel__img--mobile ) {
		aspect-ratio: 450 / 145;
		max-height: 9.0625rem;
		width: min( 28.125rem, 100% );
	}

	.pcf-ct-featured-carousel--ribbon .pcf-ct-featured-carousel__item:has( .pcf-ct-featured-carousel__img--mobile ) .pcf-ct-featured-carousel__img--desktop {
		display: none;
	}

	.pcf-ct-featured-carousel--ribbon .pcf-ct-featured-carousel__item:has( .pcf-ct-featured-carousel__img--mobile ) .pcf-ct-featured-carousel__img--mobile {
		display: block;
	}

	.pcf-ct-featured-carousel--ribbon .pcf-ct-featured-carousel__caret {
		display: none;
	}
}

/* Portal home right rail: vertical box carousel, 3 visible */
.pcf-ct-featured-carousel--vertical {
	flex-direction: column;
	width: 100%;
	margin: 0;
	gap: 0.5rem;
}

.pcf-ct-featured-carousel--vertical .pcf-ct-featured-carousel__track {
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 48.875rem; /* 3 × 15.625rem + 2 × 1rem gaps */
	gap: 1rem;
	scroll-snap-type: y mandatory;
}

.pcf-ct-featured-carousel--vertical .pcf-ct-featured-carousel__item {
	width: 100%;
	max-width: 18.75rem;
	aspect-ratio: 6 / 5;
	scroll-snap-align: start;
	align-self: center;
}

.pcf-ct-featured-carousel--vertical .pcf-ct-featured-carousel__caret {
	transform: rotate( 90deg );
}

/* Results / portal rail: one card visible, carets on either side */
.pcf-ct-featured-carousel--rail {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	gap: 0.25rem;
}

.pcf-ct-featured-carousel--rail .pcf-ct-featured-carousel__track {
	flex: 1 1 auto;
	min-width: 0;
	scroll-snap-type: x mandatory;
}

.pcf-ct-featured-carousel--rail .pcf-ct-featured-carousel__item {
	scroll-snap-align: start;
	width: 100%;
	max-width: 18.75rem;
	height: auto;
	aspect-ratio: 6 / 5;
}

.pcf-ct-featured-carousel--rail .pcf-ct-featured-carousel__caret {
	padding: 0.125rem;
	font-size: 2rem;
}

.pcf-ct-featured-stack {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	width: 100%;
}

.pcf-ct-featured-stack__item {
	display: block;
	width: 100%;
	max-width: 18.75rem;
	aspect-ratio: 6 / 5;
	overflow: hidden;
}

.pcf-ct-featured-stack__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media ( max-width: 24.375rem ) {
	.pcf-ct-featured-carousel__item,
	.pcf-ct-featured-carousel--rail .pcf-ct-featured-carousel__item {
		width: min(300px, calc(100vw - 2rem));
	}
}

/* ── Video banner ────────────────────────────────────────────── */

.pcf-ct-video-banner {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin-bottom: 2rem;
	min-height: 37.5rem;
	overflow: hidden;
}

.pcf-ct-video-banner__media,
.pcf-ct-video-banner__panel {
	flex: 1 1 50%;
}

.pcf-ct-video-banner__media {
	position: relative;
	min-height: 37.5rem;
	background: #111;
}

.pcf-ct-video-banner__play {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.pcf-ct-video-banner__poster {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pcf-ct-video-banner__poster--empty {
	background: #1a1a1a;
}

.pcf-ct-video-banner__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6.25rem;
	height: 6.25rem;
	transform: translate( -50%, -50% );
	transition: transform 0.15s ease;
	pointer-events: none;
}

.pcf-ct-video-banner__play:hover .pcf-ct-video-banner__icon,
.pcf-ct-video-banner__play:focus-visible .pcf-ct-video-banner__icon {
	transform: translate( -50%, -50% ) scale( 1.08 );
}

.pcf-ct-video-banner__iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.pcf-ct-video-banner__panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 2.25rem var(--wp--preset--spacing--60, 3.75rem);
	background: var(--pcf-ct-video-accent, #d5e86e);
}

.pcf-ct-video-banner__title {
	margin: 0 0 1rem;
	font-family: var(--serif-font, source-serif-pro, serif);
	font-size: clamp( 1.75rem, 3.8vw, 3.4375rem );
	line-height: 1.25;
	color: var(--dark-blue, #012c49);
}

.pcf-ct-video-banner__cta {
	color: var(--dark-blue, #012c49);
	font-weight: 700;
	text-decoration: underline;
}

.pcf-ct-video-banner__cta:hover,
.pcf-ct-video-banner__cta:focus-visible {
	text-decoration: none;
}

@media ( max-width: 48rem ) {
	.pcf-ct-video-banner {
		flex-direction: column;
		min-height: 0;
	}

	.pcf-ct-video-banner__media {
		min-height: 18rem;
	}

	.pcf-ct-video-banner__panel {
		padding: 2rem 1.25rem;
	}
}

/* ── Single trial video ──────────────────────────────────────── */

.pcf-ct-single__video .pcf-ct-video-embed {
	position: relative;
	aspect-ratio: 16 / 9;
	width: 100%;
	background: var(--dark-blue, #012c49);
	overflow: hidden;
}

.pcf-ct-video-embed__play {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.pcf-ct-video-embed__facade {
	position: absolute;
	inset: 0;
	background: var(--dark-blue, #012c49);
}

.pcf-ct-video-embed__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4.5rem;
	height: 4.5rem;
	transform: translate( -50%, -50% );
	transition: transform 0.15s ease;
	pointer-events: none;
}

.pcf-ct-video-embed__play:hover .pcf-ct-video-embed__icon,
.pcf-ct-video-embed__play:focus-visible .pcf-ct-video-embed__icon {
	transform: translate( -50%, -50% ) scale( 1.08 );
}

.pcf-ct-video-embed__iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
