.rpd-resource-detail {
	--rpd-resource-navy: #231f58;
	--rpd-resource-body: #45417c;
	--rpd-resource-muted: #7670b3;
	--rpd-resource-panel: #fbfaff;
	--rpd-resource-page: #f7f6fc;
	background: var(--rpd-resource-page);
	color: var(--rpd-resource-body);
	font-family: Inter, sans-serif;
}

.rpd-resource-detail h1,
.rpd-resource-detail h2,
.rpd-resource-detail h3 {
	color: var(--rpd-resource-navy);
	font-family: Poppins, sans-serif;
	letter-spacing: 0;
}

.rpd-resource-hero {
	background:
		radial-gradient(circle at 86% 8%, rgba(196, 196, 229, 0.4), transparent 30%),
		linear-gradient(180deg, #fff 0%, #f7f6fc 100%);
	color: var(--rpd-resource-body);
	padding: clamp(38px, 6vw, 76px) 0 48px;
	position: relative;
}

.rpd-resource-hero__panel {
	background: var(--rpd-resource-panel);
	border: 1px solid rgba(196, 196, 229, 0.78);
	border-radius: 28px;
	box-shadow: 0 26px 70px rgba(35, 31, 88, 0.08);
	overflow: hidden;
	padding: clamp(24px, 4vw, 44px);
}

.rpd-resource-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(34px, 5vw, 70px);
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
	position: relative;
	z-index: 1;
}

.rpd-resource-hero__copy {
	max-width: 680px;
	min-width: 0;
}

.rpd-resource-hero__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 22px;
}

.rpd-resource-hero__pills span,
.rpd-resource-hero__meta span {
	align-items: center;
	background: #eceafa;
	border: 1px solid rgba(196, 196, 229, 0.72);
	border-radius: 999px;
	color: #5953b0;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	padding: 0.46rem 0.68rem;
	text-transform: uppercase;
}

.rpd-resource-hero__pills span + span::before {
	background: #655fc1;
	border-radius: 999px;
	content: "";
	height: 0.38rem;
	margin-right: 0.2rem;
	width: 0.38rem;
}

.rpd-resource-hero h1 {
	color: var(--rpd-resource-navy);
	font-size: clamp(2.05rem, 3.45vw, 3.85rem);
	line-height: 1.02;
	margin: 0;
	max-width: 780px;
	text-wrap: balance;
}

.rpd-resource-hero__subhead {
	color: var(--rpd-resource-body);
	font-size: clamp(1.08rem, 1.4vw, 1.34rem);
	line-height: 1.48;
	margin: 24px 0 0;
	max-width: 720px;
}

.rpd-resource-eyebrow,
.rpd-resource-module__eyebrow {
	color: var(--rpd-resource-accent);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.rpd-resource-hero .rpd-resource-eyebrow {
	color: var(--rpd-resource-accent);
	margin-bottom: 16px;
}

.rpd-resource-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.rpd-resource-hero__author {
	align-items: center;
	color: var(--rpd-resource-navy);
	display: flex;
	gap: 14px;
	margin-top: 30px;
}

.rpd-resource-hero__author-icon {
	align-items: center;
	background: var(--rpd-resource-accent);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.rpd-resource-hero__author strong,
.rpd-resource-hero__author small {
	display: block;
}

.rpd-resource-hero__author strong {
	font-size: 1rem;
	line-height: 1.2;
}

.rpd-resource-hero__author small {
	color: #827cbd;
	font-size: 0.94rem;
	line-height: 1.4;
	margin-top: 2px;
}

.rpd-resource-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.rpd-resource-hero__actions .rpd-resource-button {
	align-items: center;
	border: 1px solid transparent;
	gap: 10px;
	margin-top: 0;
	min-height: 54px;
}

.rpd-resource-hero__actions .rpd-resource-button--primary {
	background: var(--rpd-resource-navy);
	color: #fff;
}

.rpd-resource-hero__actions .rpd-resource-button--primary:hover,
.rpd-resource-hero__actions .rpd-resource-button--primary:focus {
	color: #fff;
}

.rpd-resource-hero__actions .rpd-resource-button--secondary {
	background: #fff;
	border-color: rgba(118, 112, 179, 0.34);
	color: var(--rpd-resource-navy);
}

.rpd-resource-hero__actions .rpd-resource-button--secondary:hover,
.rpd-resource-hero__actions .rpd-resource-button--secondary:focus {
	background: #f8f8fc;
	color: var(--rpd-resource-navy);
}

.rpd-resource-hero__visual {
	margin-left: auto;
	max-width: 27rem;
	min-width: 0;
	width: 100%;
}

.rpd-resource-hero__visual .rpd-resource-cover {
	margin-inline: auto;
	width: 100%;
}

.rpd-resource-hero__visual .rpd-resource-cover--hero {
	aspect-ratio: 4 / 5;
	max-width: 24.5rem;
	min-height: 0;
}

.rpd-resource-swap,
.rpd-resource-learn {
	background: #faf9fe;
	padding: 56px 0;
}

.rpd-resource-swap__inner,
.rpd-resource-narrow {
	max-width: 920px;
}

.rpd-resource-module,
.rpd-resource-unlock {
	background: #fff;
	border: 1px solid rgba(196, 196, 229, 0.72);
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(35, 31, 88, 0.08);
	padding: clamp(24px, 4vw, 40px);
}

.rpd-resource-module--download {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 96px minmax(0, 1fr);
}

.rpd-resource-file-tile,
.rpd-resource-unlock__icon {
	align-items: center;
	background: #f7f6fc;
	border-radius: 18px;
	color: var(--rpd-resource-accent);
	display: flex;
	font-weight: 900;
	height: 88px;
	justify-content: center;
	width: 72px;
}

.rpd-resource-module h2,
.rpd-resource-unlock h3 {
	margin-top: 0;
}

.rpd-resource-preview-copy {
	border-left: 4px solid var(--rpd-resource-accent);
	margin: 24px 0;
	padding-left: 20px;
}

.rpd-resource-unlock {
	border-style: dashed;
	margin-top: 28px;
	text-align: center;
}

.rpd-resource-unlock__icon {
	border-radius: 999px;
	height: 56px;
	margin: 0 auto 16px;
	width: 56px;
}

.rpd-resource-button {
	background: var(--rpd-resource-accent);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	margin-top: 12px;
	padding: 13px 22px;
	text-decoration: none;
}

.rpd-resource-button:hover,
.rpd-resource-button:focus {
	color: #fff;
	filter: brightness(0.96);
}

.rpd-resource-button--gold {
	background: #fdb933;
	color: var(--rpd-resource-navy);
}

.rpd-resource-button--gold:hover,
.rpd-resource-button--gold:focus {
	color: var(--rpd-resource-navy);
}

.rpd-resource-why {
	padding: 64px 0;
}

.rpd-resource-why h2,
.rpd-resource-learn h2 {
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	line-height: 1.15;
	margin: 0 0 18px;
}

.rpd-resource-why p,
.rpd-resource-learn li {
	font-size: 1.05rem;
	line-height: 1.75;
}

.rpd-resource-learn__grid {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rpd-resource-learn ul {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rpd-resource-learn li {
	background: #fff;
	border: 1px solid rgba(196, 196, 229, 0.6);
	border-radius: 12px;
	padding: 14px 16px;
}

@media (max-width: 860px) {
	.rpd-resource-hero__grid,
	.rpd-resource-module--download,
	.rpd-resource-learn__grid {
		grid-template-columns: 1fr;
	}

	.rpd-resource-hero {
		padding: 28px 0 38px;
	}

	.rpd-resource-hero__panel {
		border-radius: 22px;
		padding: 22px;
	}

	.rpd-resource-hero h1 {
		font-size: clamp(2rem, 10vw, 3.15rem);
	}

	.rpd-resource-hero__visual {
		margin: 0;
		max-width: 100%;
	}

	.rpd-resource-hero__actions .rpd-resource-button {
		width: 100%;
	}
}

/* Isolated Resource Detail v2 Phase A preview. */
.rpd-resource-detail-v2 {
	--rpd-resource-v2-navy: #231f58;
	--rpd-resource-v2-navy-dark: #1a1744;
	--rpd-resource-v2-purple: #343465;
	--rpd-resource-v2-ink: #45417c;
	--rpd-resource-v2-muted: #7670b3;
	--rpd-resource-v2-line: #c4c4e5;
	--rpd-resource-v2-gold: #fdb933;
	--rpd-resource-v2-page: #f7f6fc;
	--rpd-resource-v2-panel: #fff;
	--resource-accent: var(--rpd-resource-accent, #5552b1);
	--resource-accent-soft: var(--rpd-resource-accent-soft, #eeedfb);
	--resource-hero-gradient-start: var(--rpd-resource-hero-gradient-start, #231f58);
	--resource-hero-gradient-end: var(--rpd-resource-hero-gradient-end, #343465);
	--resource-hero-glow: #fdb933;
	background: var(--rpd-resource-v2-page);
	color: var(--rpd-resource-v2-ink);
	font-family: Inter, sans-serif;
	max-width: 100%;
	min-width: 0;
}

.rpd-resource-detail-v2[data-resource-type="podcast"] {
	--resource-hero-glow: #a154a1;
}

.rpd-resource-detail-v2[data-resource-type="webinar"] {
	--resource-hero-glow: #3b82f6;
}

.rpd-resource-detail-v2[data-resource-type="assessment"] {
	--resource-hero-glow: #10b981;
}

.rpd-resource-detail-v2[data-resource-type="playbook"] {
	--resource-hero-glow: #fdb933;
}

.rpd-resource-detail-v2 *,
.rpd-resource-detail-v2 *::before,
.rpd-resource-detail-v2 *::after {
	box-sizing: border-box;
}

.rpd-resource-detail-v2 h1,
.rpd-resource-detail-v2 h2,
.rpd-resource-detail-v2 h3 {
	color: var(--rpd-resource-v2-navy);
	font-family: Poppins, sans-serif;
	letter-spacing: -0.02em;
}

.rpd-resource-detail-v2 a:focus-visible,
.rpd-resource-detail-v2 button:focus-visible,
.rpd-resource-detail-v2 input:focus-visible,
.rpd-resource-detail-v2 select:focus-visible,
.rpd-resource-detail-v2 textarea:focus-visible,
.rpd-resource-detail-v2 [tabindex]:focus-visible {
	outline: 3px solid var(--rpd-resource-v2-gold);
	outline-offset: 4px;
}

.rpd-resource-v2-hero {
	background: linear-gradient(135deg, var(--resource-hero-gradient-start), var(--resource-hero-gradient-end));
	background:
		radial-gradient(circle at 92% 4%, color-mix(in srgb, var(--resource-hero-glow) 28%, transparent), transparent 28%),
		linear-gradient(135deg, var(--resource-hero-gradient-start) 0%, var(--rpd-resource-v2-navy-dark) 54%, var(--resource-hero-gradient-end) 100%);
	color: #fff;
	overflow: hidden;
	padding: clamp(4.5rem, 6vw, 5.5rem) 0;
	position: relative;
}

.rpd-resource-v2-hero::after {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	content: "";
	filter: blur(2px);
	height: 28rem;
	position: absolute;
	right: -12rem;
	top: 4rem;
	width: 28rem;
}

.rpd-resource-v2-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 5vw, 4.5rem);
	grid-template-columns: minmax(0, 1fr) minmax(21.25rem, 1fr);
	max-width: 77.5rem;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.rpd-resource-v2-hero__copy {
	max-width: 40rem;
	min-width: 0;
}

.rpd-resource-v2-badge {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0 0 0.8rem;
	padding: 0.36rem 0.58rem;
	text-transform: uppercase;
	width: fit-content;
}

.rpd-resource-v2-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0 0 1.1rem;
}

.rpd-resource-v2-pills span {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	line-height: 1;
	padding: 0.62rem 0.82rem;
	text-transform: uppercase;
}

.rpd-resource-v2-pills .rpd-resource-v2-pill--free {
	background: var(--rpd-resource-v2-gold);
	border-color: var(--rpd-resource-v2-gold);
	color: var(--rpd-resource-v2-navy);
}

.rpd-resource-v2-hero__eyebrow {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.rpd-resource-detail-v2 .rpd-resource-v2-hero h1 {
	color: #fff;
	font-size: clamp(2.65rem, 4.5vw, 4.75rem);
	line-height: 0.98;
	margin: 0;
	text-wrap: balance;
}

.rpd-resource-v2-hero__subhead {
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1.08rem, 1.55vw, 1.32rem);
	line-height: 1.55;
	margin: 1.2rem 0 0;
	max-width: 38rem;
}

.rpd-resource-v2-hero__meta {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	flex-wrap: wrap;
	gap: 1.75rem;
	margin: 1.5rem 0 0;
	padding-top: 1.5rem;
}

.rpd-resource-v2-hero__meta div {
	min-width: min(100%, 8rem);
}

.rpd-resource-v2-hero__meta dt {
	color: var(--rpd-resource-v2-gold);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.rpd-resource-detail-v2:not([data-resource-type="guide"]) .rpd-resource-v2-hero__meta dt {
	color: color-mix(in srgb, var(--resource-accent) 66%, #fff);
}

.rpd-resource-v2-hero__meta dd {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.45;
	margin: 0.3rem 0 0;
	max-width: 18rem;
}

.rpd-resource-v2-hero__meta--guide {
	display: grid;
	gap: 0.48rem;
}

.rpd-resource-v2-hero__meta--guide > div {
	align-items: baseline;
	display: flex;
	gap: 0.42rem;
	min-width: 0;
}

.rpd-resource-v2-hero__meta--guide dt {
	color: rgba(255, 255, 255, 0.7);
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.rpd-resource-v2-hero__meta--guide dd {
	margin: 0;
	max-width: none;
	min-width: 0;
	font-weight: 700;
}

.rpd-resource-v2-hero__asset-list {
	align-items: baseline;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0;
}

.rpd-resource-v2-hero__asset-list span {
	min-width: 0;
	white-space: nowrap;
}

.rpd-resource-v2-hero__asset-list span + span::before {
	color: rgba(255, 255, 255, 0.55);
	content: "·";
	display: inline-block;
	margin: 0 0.38rem;
}

.rpd-resource-v2-hero__meta .rpd-resource-v2-hero__meta-note {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.76rem;
	font-weight: 600;
	margin-top: 0.12rem;
}

.rpd-resource-v2-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.65rem;
}

.rpd-resource-v2-hero__actions p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.94rem;
	font-weight: 800;
	margin: 0;
	max-width: 15rem;
}

.rpd-resource-v2-button {
	align-items: center;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	min-height: 3.35rem;
	padding: 0.95rem 1.35rem;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.rpd-resource-v2-button:hover,
.rpd-resource-v2-button:focus {
	filter: brightness(0.98);
	transform: translateY(-1px);
}

.rpd-resource-v2-button--primary,
.rpd-resource-v2-button--gold {
	background: var(--rpd-resource-v2-gold);
	box-shadow: 0 18px 38px rgba(253, 185, 51, 0.26);
	color: var(--rpd-resource-v2-navy);
}

.rpd-resource-v2-button--primary:hover,
.rpd-resource-v2-button--primary:focus,
.rpd-resource-v2-button--gold:hover,
.rpd-resource-v2-button--gold:focus {
	color: var(--rpd-resource-v2-navy);
}

.rpd-resource-v2-art {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.rpd-resource-v2-art__panel {
	align-items: center;
	background: radial-gradient(circle at 50% 48%, rgba(196, 196, 229, 0.23), transparent 68%);
	border: 0;
	display: flex;
	justify-content: center;
	max-width: 26rem;
	min-height: 28rem;
	padding: 0.5rem;
	width: 100%;
}

.rpd-resource-v2-art .rpd-resource-cover {
	aspect-ratio: 4 / 5;
	height: auto;
	max-width: 23rem;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.rpd-resource-v2-art__type-icon {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: var(--rpd-resource-gradient);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 1.55rem;
	box-shadow: 0 30px 80px rgba(18, 16, 54, 0.3);
	display: flex;
	justify-content: center;
	max-width: 26rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.rpd-resource-v2-art__type-icon::after {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 66%);
	content: "";
	inset: 18%;
	position: absolute;
}

.rpd-resource-v2-art__type-icon svg {
	fill: none;
	height: clamp(6rem, 13vw, 8.5rem);
	position: relative;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
	width: clamp(6rem, 13vw, 8.5rem);
	z-index: 1;
}

.rpd-resource-v2-art__image {
	aspect-ratio: 4 / 3;
	border-radius: 1.55rem;
	box-shadow: 0 30px 80px rgba(18, 16, 54, 0.3);
	display: block;
	max-width: 26rem;
	object-fit: cover;
	width: 100%;
}

.rpd-resource-v2-art__card {
	aspect-ratio: 0.82;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(250, 249, 254, 0.82)),
		linear-gradient(135deg, rgba(253, 185, 51, 0.95), rgba(85, 82, 177, 0.78));
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 2rem;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
	min-width: 0;
	max-width: 28rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.rpd-resource-v2-art__spine {
	background: linear-gradient(180deg, var(--rpd-resource-v2-gold), #f59e0b);
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.6rem;
}

.rpd-resource-v2-art__icon {
	align-items: center;
	background: linear-gradient(135deg, var(--rpd-resource-v2-navy), #5552b1);
	border-radius: 1.45rem;
	box-shadow: 0 22px 48px rgba(35, 31, 88, 0.25);
	display: flex;
	height: 8.5rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 22%;
	transform: translateX(-50%);
	width: 8.5rem;
}

.rpd-resource-v2-art__icon span,
.rpd-resource-v2-art__icon span::before,
.rpd-resource-v2-art__icon span::after {
	background: #fff;
	border-radius: 0.18rem;
	content: "";
	display: block;
	position: absolute;
}

.rpd-resource-v2-art__icon span {
	height: 4.6rem;
	width: 3.2rem;
}

.rpd-resource-v2-art__icon span::before,
.rpd-resource-v2-art__icon span::after {
	height: 0.28rem;
	left: 0.55rem;
	width: 2.1rem;
}

.rpd-resource-v2-art__icon span::before {
	top: 1.2rem;
}

.rpd-resource-v2-art__icon span::after {
	top: 2.1rem;
}

.rpd-resource-v2-art__lines {
	bottom: 18%;
	display: grid;
	gap: 0.8rem;
	left: 18%;
	position: absolute;
	right: 12%;
}

.rpd-resource-v2-art__lines i {
	background: rgba(35, 31, 88, 0.16);
	border-radius: 999px;
	display: block;
	height: 0.8rem;
}

.rpd-resource-v2-art__lines i:nth-child(2) {
	width: 82%;
}

.rpd-resource-v2-art__lines i:nth-child(3) {
	width: 64%;
}

.rpd-resource-v2-preview,
.rpd-resource-v2-library {
	background: #faf9fe;
	padding: clamp(3rem, 5vw, 4rem) 0;
}

.rpd-resource-v2-preview {
	padding-bottom: clamp(3.5rem, 6vw, 4.75rem);
}

.rpd-resource-v2-library {
	padding: clamp(4rem, 5vw, 4.75rem) 0;
}

.rpd-resource-v2-preview__inner {
	display: grid;
	gap: 0.7rem;
	max-width: 56rem;
}

.rpd-resource-v2-section-label {
	align-items: center;
	display: flex;
	gap: 0.85rem;
	margin-bottom: 0.1rem;
}

.rpd-resource-detail-v2 .rpd-resource-v2-section-label h2 {
	color: #5552b1;
	flex: 0 0 auto;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.rpd-resource-detail-v2:not([data-resource-type="guide"]) .rpd-resource-v2-section-label h2,
.rpd-resource-detail-v2:not([data-resource-type="guide"]) .rpd-resource-v2-kicker {
	color: var(--resource-accent);
}

.rpd-resource-v2-section-label span {
	background: rgba(196, 196, 229, 0.7);
	height: 1px;
	width: 100%;
}

.rpd-resource-v2-preview__grid,
.rpd-resource-v2-library__grid {
	display: grid;
	gap: clamp(1.5rem, 4vw, 2.4rem);
	grid-template-columns: minmax(0, 1.25fr) minmax(19rem, 0.75fr);
	min-width: 0;
}

.rpd-resource-v2-preview__grid--access-only {
	grid-template-columns: minmax(0, 56rem);
	justify-content: center;
}

.rpd-resource-v2-preview-card,
.rpd-resource-v2-access-card,
.rpd-resource-v2-library__panel,
.rpd-resource-v2-form-shell__panel {
	background: #fff;
	border: 1px solid rgba(196, 196, 229, 0.72);
	border-radius: 1.55rem;
	box-shadow: 0 24px 70px rgba(35, 31, 88, 0.08);
	max-width: 100%;
	min-width: 0;
}

.rpd-resource-v2-preview-card,
.rpd-resource-v2-access-card,
.rpd-resource-v2-library__panel {
	padding: clamp(1.55rem, 4vw, 2.6rem);
}

.rpd-resource-v2-preview-card {
	overflow: hidden;
	padding: clamp(1.75rem, 4vw, 2.25rem);
	position: relative;
}

.rpd-resource-v2-preview-card__fade {
	max-height: 5.4rem;
	overflow: hidden;
	position: relative;
}

.rpd-resource-detail-v2 .rpd-resource-v2-preview-card h3 {
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.14;
	margin: 0 0 1rem;
}

.rpd-resource-v2-preview-card__copy {
	max-width: 48rem;
}

.rpd-resource-v2-guide-sample {
	background: #f8f7fc;
	border: 1px solid rgba(196, 196, 229, 0.72);
	border-radius: 0.85rem;
	margin: 0 0 1.25rem;
	overflow: hidden;
}

.rpd-resource-v2-guide-sample img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.rpd-resource-v2-guide-sample__link {
	margin: 0 0 1.25rem;
}

.rpd-resource-v2-guide-sample__link a {
	font-weight: 800;
	text-underline-offset: 0.2em;
}

.rpd-resource-v2-preview-card__copy p {
	margin: 0;
}

.rpd-resource-v2-preview-card__copy p + p {
	margin-top: 0.9rem;
}

.rpd-resource-v2-preview-card__copy > .rpd-resource-v2-preview-card__fade {
	margin-top: 0.9rem;
}

.rpd-resource-v2-preview-card__fade::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
	bottom: 0;
	content: "";
	height: 2.75rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

@supports ((-webkit-mask-image: linear-gradient(#000, transparent)) or (mask-image: linear-gradient(#000, transparent))) {
	.rpd-resource-v2-preview-card__fade {
		-webkit-mask-image: linear-gradient(
			to bottom,
			#000 0%,
			#000 55%,
			rgba(0, 0, 0, 0.65) 76%,
			transparent 100%
		);
		mask-image: linear-gradient(
			to bottom,
			#000 0%,
			#000 55%,
			rgba(0, 0, 0, 0.65) 76%,
			transparent 100%
		);
	}

	.rpd-resource-v2-preview-card__fade::after {
		display: none;
	}
}

.rpd-resource-v2-kicker {
	color: #5552b1;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0 0 0.85rem;
	text-transform: uppercase;
}

.rpd-resource-detail-v2 .rpd-resource-v2-preview h2,
.rpd-resource-detail-v2 .rpd-resource-v2-library h2,
.rpd-resource-detail-v2 .rpd-resource-v2-form-shell h2 {
	font-size: clamp(1.85rem, 3vw, 2.75rem);
	line-height: 1.08;
	margin: 0 0 1rem;
}

.rpd-resource-detail-v2 .rpd-resource-v2-preview .rpd-resource-v2-section-label h2 {
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	line-height: 1.2;
	margin: 0;
}

.rpd-resource-v2-preview-card p,
.rpd-resource-v2-access-card p,
.rpd-resource-v2-library__panel p,
.rpd-resource-v2-form-shell__header p,
.rpd-resource-v2-success p {
	font-size: 1.04rem;
	line-height: 1.72;
}

.rpd-resource-v2-preview-card h4 {
	color: var(--rpd-resource-v2-navy);
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	margin: 1.5rem 0 0.65rem;
}

.rpd-resource-v2-media-control {
	accent-color: var(--resource-accent);
	display: block;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.rpd-resource-v2-preview-meta,
.rpd-resource-v2-preview-card .rpd-resource-v2-preview-meta {
	color: var(--rpd-resource-v2-muted);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 0.65rem 0 0;
}

.rpd-resource-v2-preview-card__status {
	background: var(--resource-accent-soft);
	border-radius: 0.75rem;
	margin: 0;
	padding: 1rem;
}

.rpd-resource-v2-video {
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, var(--resource-accent), var(--rpd-resource-v2-navy));
	border-radius: 1rem;
	display: grid;
	overflow: hidden;
	place-items: center;
	width: 100%;
}

.rpd-resource-v2-video video,
.rpd-resource-v2-video iframe {
	border: 0;
	height: 100%;
	max-width: 100%;
	width: 100%;
}

.rpd-resource-v2-video .rpd-resource-v2-preview-card__status {
	background: rgba(255, 255, 255, 0.92);
	margin: 1rem;
	max-width: calc(100% - 2rem);
}

.rpd-resource-v2-sequence,
.rpd-resource-v2-playbook {
	display: grid;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rpd-resource-v2-sequence li,
.rpd-resource-v2-playbook > li {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(196, 196, 229, 0.72);
	border-radius: 0.75rem;
	display: flex;
	gap: 0.75rem;
	line-height: 1.45;
	min-width: 0;
	padding: 0.85rem 1rem;
}

.rpd-resource-v2-sequence li.is-locked,
.rpd-resource-v2-playbook > li.is-locked {
	background: #f8f7fc;
	color: #706b9e;
}

.rpd-resource-v2-sequence__marker {
	align-items: center;
	background: var(--resource-accent);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.68rem;
	height: 1.55rem;
	justify-content: center;
	width: 1.55rem;
}

.rpd-resource-v2-sequence__copy {
	align-items: baseline;
	display: flex;
	flex: 1 1 auto;
	gap: 0.65rem;
	justify-content: space-between;
	min-width: 0;
}

.rpd-resource-v2-sequence__copy span {
	overflow-wrap: anywhere;
}

.rpd-resource-v2-sequence time {
	color: var(--rpd-resource-v2-muted);
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 800;
}

.rpd-resource-v2-lock {
	background: var(--resource-accent-soft);
	border: 1px solid color-mix(in srgb, var(--resource-accent) 22%, transparent);
	border-radius: 999px;
	color: var(--rpd-resource-v2-ink);
	flex: 0 0 auto;
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding: 0.28rem 0.48rem;
	text-transform: uppercase;
}

.rpd-resource-v2-assessment__topline {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: space-between;
}

.rpd-resource-v2-assessment__topline .rpd-resource-v2-kicker,
.rpd-resource-v2-assessment__topline > p:last-child {
	margin: 0;
}

.rpd-resource-v2-assessment__topline > p:last-child {
	color: var(--rpd-resource-v2-muted);
	font-size: 0.78rem;
	font-weight: 800;
}

.rpd-resource-v2-assessment__progress {
	accent-color: var(--resource-accent);
	display: block;
	height: 0.35rem;
	margin: 0.9rem 0 1.3rem;
	width: 100%;
}

.rpd-resource-v2-assessment__question {
	border: 0;
	display: grid;
	gap: 0.65rem;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.rpd-resource-v2-assessment__question legend {
	color: var(--rpd-resource-v2-navy);
	font-family: Poppins, sans-serif;
	font-size: clamp(1.1rem, 2.2vw, 1.35rem);
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 1rem;
	padding: 0;
	width: 100%;
}

.rpd-resource-v2-assessment__question label {
	align-items: flex-start;
	background: #faf9fe;
	border: 1px solid rgba(196, 196, 229, 0.72);
	border-radius: 0.75rem;
	cursor: pointer;
	display: flex;
	gap: 0.7rem;
	line-height: 1.45;
	padding: 0.85rem 1rem;
}

.rpd-resource-v2-assessment__question input {
	accent-color: var(--resource-accent);
	flex: 0 0 auto;
	margin-top: 0.2rem;
}

.rpd-resource-v2-playbook > li.is-available {
	align-items: flex-start;
	background: var(--resource-accent-soft);
	border-color: color-mix(in srgb, var(--resource-accent) 30%, transparent);
	padding: 1.2rem;
}

.rpd-resource-v2-playbook__number {
	align-items: center;
	background: var(--resource-accent);
	border-radius: 999px;
	color: #fff;
	display: flex;
	flex: 0 0 auto;
	font-weight: 900;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.rpd-resource-v2-playbook__copy {
	min-width: 0;
}

.rpd-resource-detail-v2 .rpd-resource-v2-playbook__copy h3 {
	font-size: 1.15rem;
	line-height: 1.35;
	margin: 0;
}

.rpd-resource-v2-playbook__copy > p {
	font-size: 0.96rem;
	line-height: 1.6;
	margin: 0.7rem 0 0;
}

.rpd-resource-v2-playbook__prompt {
	background: #fff;
	border-left: 3px solid var(--resource-accent);
	margin-top: 1rem;
	padding: 0.85rem 1rem;
}

.rpd-resource-v2-playbook__prompt strong {
	color: var(--rpd-resource-v2-navy);
	display: block;
	font-size: 0.76rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.rpd-resource-v2-playbook__prompt p {
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0.3rem 0 0;
}

.rpd-resource-v2-access-card {
	border-style: dashed;
	box-shadow: none;
	padding: clamp(1.5rem, 3vw, 2rem);
	text-align: center;
}

.rpd-resource-detail-v2:not([data-resource-type="guide"]) .rpd-resource-v2-access-card__icon,
.rpd-resource-detail-v2:not([data-resource-type="guide"]) .rpd-resource-v2-access-card .rpd-resource-v2-button {
	background: var(--resource-accent);
	color: #fff;
}

.rpd-resource-v2-access-card__icon {
	align-items: center;
	background: #5552b1;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 900;
	height: 2.75rem;
	justify-content: center;
	margin-bottom: 0.6rem;
	width: 2.75rem;
}

.rpd-resource-detail-v2 .rpd-resource-v2-access-card h2 {
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	margin-bottom: 0.75rem;
}

.rpd-resource-v2-access-card p {
	margin: 0 auto 1.2rem;
	max-width: 42rem;
}

.rpd-resource-v2-access-card .rpd-resource-v2-access-card__support {
	color: var(--rpd-resource-v2-muted);
	font-size: .88rem;
	font-weight: 800;
	margin: 1rem auto 0;
}

.rpd-resource-v2-why {
	background: #fff;
	padding: clamp(3rem, 5vw, 4rem) 0;
}

.rpd-resource-v2-editorial {
	border-left: 3px solid rgba(85, 82, 177, 0.72);
	max-width: 48rem;
	padding-left: clamp(1.25rem, 2.5vw, 2rem);
}

.rpd-resource-detail-v2:not([data-resource-type="guide"]) .rpd-resource-v2-editorial {
	border-left-color: var(--resource-accent);
}

.rpd-resource-detail-v2 .rpd-resource-v2-editorial h2 {
	font-size: clamp(1.85rem, 3.5vw, 2.55rem);
	line-height: 1.12;
	margin: 0 0 1.15rem;
}

.rpd-resource-v2-editorial > p {
	font-size: clamp(1.02rem, 1.5vw, 1.15rem);
	line-height: 1.75;
	margin: 0;
}

.rpd-resource-v2-editorial > p + p {
	margin-top: 1rem;
}

.rpd-resource-v2-editorial blockquote {
	border-left: 4px solid #655fc1;
	margin: 2rem 0 0;
	padding: 0.2rem 0 0.2rem 1.35rem;
}

.rpd-resource-detail-v2:not([data-resource-type="guide"]) .rpd-resource-v2-editorial blockquote {
	border-left-color: var(--resource-accent);
}

.rpd-resource-v2-editorial blockquote p {
	color: var(--rpd-resource-v2-navy);
	font-family: Poppins, sans-serif;
	font-size: clamp(1.2rem, 2.4vw, 1.6rem);
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.rpd-resource-v2-editorial cite {
	color: #655fc1;
	display: block;
	font-style: normal;
	font-weight: 800;
	margin-top: 0.7rem;
}

.rpd-resource-detail-v2:not([data-resource-type="guide"]) .rpd-resource-v2-editorial cite {
	color: var(--resource-accent);
}

.rpd-resource-v2-library__grid {
	align-items: start;
	gap: clamp(3.25rem, 5vw, 4.5rem);
	grid-template-columns: minmax(0, 2.25fr) minmax(14rem, 0.95fr);
	max-width: 73.75rem;
}

.rpd-resource-v2-library__grid.is-single {
	grid-template-columns: minmax(0, 1fr);
	max-width: 56rem;
}

.rpd-resource-v2-library__grid.is-single.has-audience:not(.has-outcomes) {
	max-width: 32rem;
}

.rpd-resource-v2-library__learn,
.rpd-resource-v2-library__audience {
	min-width: 0;
}

.rpd-resource-detail-v2 .rpd-resource-v2-library h2 {
	font-size: clamp(1.65rem, 3vw, 2.2rem);
	margin-bottom: 1.5rem;
}

.rpd-resource-v2-library ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rpd-resource-v2-library__learn ul {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 901px) {
	.rpd-resource-v2-library__learn.has-five-outcomes li:nth-child(5) {
		grid-column: 1 / -1;
	}
}

.rpd-resource-v2-library__learn li {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(196, 196, 229, 0.72);
	border-radius: 0.75rem;
	display: flex;
	font-size: 0.95rem;
	font-weight: 600;
	gap: 0.75rem;
	line-height: 1.45;
	min-width: 0;
	padding: 1.15rem 1.25rem;
}

.rpd-resource-v2-library__learn li span {
	align-items: center;
	background: #655fc1;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.68rem;
	height: 1.35rem;
	justify-content: center;
	width: 1.35rem;
}

.rpd-resource-detail-v2:not([data-resource-type="guide"]) .rpd-resource-v2-library__learn li span {
	background: var(--resource-accent);
}

.rpd-resource-v2-library__audience li {
	align-items: flex-start;
	display: flex;
	font-size: 0.96rem;
	gap: 0.6rem;
	line-height: 1.5;
	padding: 0.4rem 0;
}

.rpd-resource-v2-library__audience li span {
	color: #655fc1;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.1;
}

.rpd-resource-detail-v2:not([data-resource-type="guide"]) .rpd-resource-v2-library__audience li span {
	color: var(--resource-accent);
}

.rpd-resource-v2-form-shell {
	background:
		radial-gradient(circle at 15% 15%, rgba(253, 185, 51, 0.22), transparent 26%),
		linear-gradient(135deg, var(--rpd-resource-v2-navy), var(--rpd-resource-v2-navy-dark));
	padding: clamp(3rem, 5vw, 4rem) 0;
}

.rpd-resource-v2-form-shell__container {
	max-width: 58rem;
	min-width: 0;
}

.rpd-resource-v2-form-shell__panel {
	overflow: hidden;
	padding: 0;
	position: relative;
}

.rpd-resource-v2-form-shell__header {
	background:
		radial-gradient(circle at 90% 0%, rgba(253, 185, 51, 0.26), transparent 30%),
		linear-gradient(135deg, var(--rpd-resource-v2-navy), #343465);
	color: #fff;
	padding: 2rem;
}

.rpd-resource-detail-v2 .rpd-resource-v2-form-shell__header h2,
.rpd-resource-v2-form-shell__header .rpd-resource-v2-kicker {
	color: #fff;
}

.rpd-resource-detail-v2 .rpd-resource-v2-form-shell__header h2 {
	font-size: clamp(1.85rem, 4vw, 2.35rem);
	margin-bottom: 0.75rem;
	padding-right: 2.75rem;
}

.rpd-resource-v2-form-shell__header p {
	color: rgba(255, 255, 255, 0.82);
	margin: 0.45rem 0 0;
}

.rpd-resource-v2-form-shell__trust,
.rpd-resource-v2-form-shell__resource {
	font-weight: 900;
}

.rpd-resource-v2-form-shell__form,
.rpd-resource-v2-success {
	padding: 2rem;
}

.rpd-resource-v2-form-shell .wpcf7 form {
	display: grid;
	gap: 1.25rem;
	max-width: 100%;
	min-width: 0;
}

.rpd-resource-v2-form-shell .rpd-resource-form,
.rpd-resource-v2-form-shell .rpd-resource-form__fields {
	display: grid;
	gap: 1.2rem;
}

.rpd-resource-v2-form-shell .rpd-resource-form__intro {
	color: var(--rpd-resource-v2-ink);
	line-height: 1.55;
}

.rpd-resource-v2-form-shell .wpcf7 br {
	display: none;
}

.rpd-resource-v2-form-shell .wpcf7,
.rpd-resource-v2-form-shell .wpcf7 form,
.rpd-resource-v2-form-shell .wpcf7 p,
.rpd-resource-v2-form-shell .wpcf7 label,
.rpd-resource-v2-form-shell .wpcf7-form-control-wrap {
	max-width: 100%;
	min-width: 0;
}

.rpd-resource-v2-form-shell .wpcf7 p {
	margin: 0;
}

.rpd-resource-v2-form-shell .wpcf7 label {
	color: var(--rpd-resource-v2-navy);
	display: grid;
	font-weight: 800;
	gap: 0.45rem;
}

.rpd-resource-v2-form-shell .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.rpd-resource-v2-form-shell .wpcf7 select,
.rpd-resource-v2-form-shell .wpcf7 textarea {
	border: 1px solid rgba(118, 112, 179, 0.36);
	border-radius: 0.9rem;
	color: var(--rpd-resource-v2-navy);
	font: inherit;
	min-height: 3.1rem;
	max-width: 100%;
	min-width: 0;
	padding: 0.78rem 0.9rem;
	width: 100%;
}

.rpd-resource-v2-form-shell .wpcf7-list-item {
	margin-left: 0;
}

.rpd-resource-v2-form-shell .wpcf7-acceptance label {
	align-items: flex-start;
	display: flex;
	font-size: 0.9rem;
	font-weight: 600;
	gap: 0.65rem;
	line-height: 1.5;
}

.rpd-resource-v2-form-shell .wpcf7-acceptance input {
	flex: 0 0 auto;
	margin-top: 0.2rem;
}

.rpd-resource-v2-form-shell .wpcf7-submit {
	background: var(--rpd-resource-v2-gold);
	border: 0;
	border-radius: 999px;
	color: var(--rpd-resource-v2-navy);
	cursor: pointer;
	font-weight: 900;
	max-width: 100%;
	min-height: 3.2rem;
	padding: 0.9rem 1.35rem;
	white-space: normal;
	width: 100%;
}

.rpd-resource-v2-form-shell .wpcf7-not-valid-tip,
.rpd-resource-v2-form-shell .wpcf7-response-output {
	font-size: 0.95rem;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.rpd-resource-v2-dialog-close {
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 1.6rem;
	height: 2.5rem;
	justify-content: center;
	max-width: calc(100% - 2rem);
	min-width: 2.5rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 2.5rem;
	z-index: 3;
}

.rpd-resource-v2-success {
	text-align: center;
}

.rpd-resource-v2-success__icon {
	align-items: center;
	background: #10b981;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	height: 3.5rem;
	justify-content: center;
	margin-bottom: 1rem;
	width: 3.5rem;
}

html.rpd-resource-v2-scroll-locked,
body.rpd-resource-v2-scroll-locked {
	overscroll-behavior: none;
}

.rpd-resource-v2-form-shell.is-enhanced {
	background: transparent;
	padding: 0;
}

.rpd-resource-v2-form-shell.is-enhanced .rpd-resource-v2-form-shell__container {
	display: none;
	inset: 0;
	max-width: none;
	min-width: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
	position: fixed;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	z-index: 1000;
}

.rpd-resource-v2-form-shell.is-enhanced.is-open .rpd-resource-v2-form-shell__container {
	align-items: center;
	display: flex;
	justify-content: center;
}

.rpd-resource-v2-form-shell.is-enhanced .rpd-resource-v2-form-shell__panel {
	margin: auto;
	max-height: calc(100dvh - 2rem);
	max-width: min(100%, 44rem);
	min-width: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}

.rpd-resource-v2-form-shell.is-enhanced .rpd-resource-v2-dialog-close {
	display: inline-flex;
}

.rpd-resource-v2-form-shell.is-enhanced.is-open .rpd-resource-v2-form-shell__backdrop {
	background: rgba(26, 23, 68, 0.74);
	backdrop-filter: blur(3px);
	inset: 0;
	position: fixed;
	touch-action: none;
	z-index: 999;
}

@media (prefers-reduced-motion: reduce) {
	.rpd-resource-v2-button {
		transition: none;
	}
}

@media (max-width: 900px) {
	.rpd-resource-v2-hero__grid,
	.rpd-resource-v2-preview__grid,
	.rpd-resource-v2-library__grid {
		grid-template-columns: 1fr;
	}

	.rpd-resource-v2-art {
		justify-content: center;
	}

	.rpd-resource-v2-art .rpd-resource-cover {
		max-width: 17.5rem;
	}

	.rpd-resource-v2-art__type-icon,
	.rpd-resource-v2-art__image {
		max-width: 21rem;
	}

	.rpd-resource-v2-art__panel {
		max-width: 21rem;
		min-height: 23rem;
	}
}

@media (max-width: 520px) {
	.rpd-resource-v2-hero {
		padding: 3rem 0;
	}

	.rpd-resource-v2-hero__meta {
		margin-top: 1.25rem;
		padding-top: 1.25rem;
	}

	.rpd-resource-detail-v2 .rpd-resource-v2-hero h1 {
		font-size: clamp(2.15rem, 13vw, 3.35rem);
	}

	.rpd-resource-v2-hero__actions,
	.rpd-resource-v2-button {
		width: 100%;
	}

	.rpd-resource-v2-hero__actions p {
		max-width: none;
		text-align: center;
		width: 100%;
	}

	.rpd-resource-v2-preview,
	.rpd-resource-v2-library {
		padding: 2.75rem 0;
	}

	.rpd-resource-v2-preview-card,
	.rpd-resource-v2-access-card,
	.rpd-resource-v2-form-shell__header,
	.rpd-resource-v2-form-shell__form,
	.rpd-resource-v2-success {
		padding: 1.5rem;
	}

	.rpd-resource-v2-preview-card.has-fade {
		padding-bottom: 1.75rem;
	}

	.rpd-resource-v2-library__learn ul {
		grid-template-columns: 1fr;
	}

	.rpd-resource-v2-sequence__copy {
		align-items: flex-start;
		display: grid;
		gap: 0.2rem;
		justify-content: stretch;
	}

	.rpd-resource-v2-sequence time {
		order: -1;
	}

	.rpd-resource-v2-form-shell.is-enhanced .rpd-resource-v2-form-shell__panel {
		max-height: calc(100dvh - 2rem);
	}
}

@media (max-width: 360px) {
	.rpd-resource-hero__visual .rpd-resource-cover--hero {
		aspect-ratio: auto;
	}

	.rpd-resource-detail-v2 .rpd-container {
		max-width: 100%;
		min-width: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.rpd-resource-detail-v2 h1,
	.rpd-resource-detail-v2 h2,
	.rpd-resource-detail-v2 h3,
	.rpd-resource-detail-v2 p,
	.rpd-resource-detail-v2 a,
	.rpd-resource-detail-v2 button,
	.rpd-resource-detail-v2 dd,
	.rpd-resource-detail-v2 li {
		overflow-wrap: anywhere;
	}

	.rpd-resource-detail-v2 .rpd-resource-v2-preview .rpd-resource-v2-section-label h2 {
		font-size: 0.78rem;
		letter-spacing: 0.07em;
	}

	.rpd-resource-v2-section-label {
		gap: 0.5rem;
	}

	.rpd-resource-v2-section-label span {
		min-width: 0;
	}

	.rpd-resource-v2-art__panel {
		min-height: 0;
		padding: 0.5rem;
	}

	.rpd-resource-v2-art .rpd-resource-cover {
		aspect-ratio: auto;
		max-width: 100%;
	}

	.rpd-resource-v2-art__type-icon,
	.rpd-resource-v2-art__image,
	.rpd-resource-v2-video {
		max-width: 100%;
		min-width: 0;
	}

	.rpd-resource-v2-assessment__topline {
		align-items: flex-start;
		display: grid;
	}

	.rpd-resource-v2-sequence li,
	.rpd-resource-v2-playbook > li {
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 0.75rem;
	}

	.rpd-resource-v2-playbook__copy {
		flex: 1 1 8rem;
	}
}
