.ltp-resource-library {
	background: #f6f8fb;
	color: #080b14;
	margin: 0;
	width: 100%;
}

body.page-id-977 .article-header {
	display: none;
}

.ltp-resource-library svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 18px;
}

.ltp-resource-library__hero {
	background: #030914;
	color: #ffffff;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	padding: 86px 24px 98px;
	position: relative;
	width: 100vw;
}

.ltp-resource-library__hero::before {
	background-image:
		linear-gradient(rgba(245, 181, 27, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(245, 181, 27, 0.08) 1px, transparent 1px);
	background-size: 54px 54px;
	content: "";
	inset: 0;
	opacity: 0.28;
	position: absolute;
}

.ltp-resource-library__hero::after {
	background: repeating-radial-gradient(circle at 78% 40%, rgba(245, 181, 27, 0.18) 0 1px, transparent 1px 18px);
	content: "";
	height: 520px;
	position: absolute;
	right: -80px;
	top: -80px;
	width: 520px;
}

.ltp-resource-library__hero-inner,
.ltp-resource-library__shell {
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
}

.ltp-resource-library__hero-inner {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
	z-index: 1;
}

.ltp-resource-library__eyebrow {
	align-items: center;
	border: 1px solid rgba(245, 181, 27, 0.65);
	border-radius: 999px;
	color: #f5b51b;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0;
	margin-bottom: 22px;
	padding: 9px 16px;
	text-transform: uppercase;
}

.ltp-resource-library__hero h1 {
	color: #ffffff;
	font-size: 58px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.09;
	margin: 0;
	max-width: 720px;
}

.ltp-resource-library__hero h1 span {
	color: #f5b51b;
	white-space: nowrap;
}

.ltp-resource-library__hero-copy > p {
	color: #f7f7f7;
	font-size: 19px;
	line-height: 1.7;
	margin: 28px 0 0;
	max-width: 710px;
}

.ltp-resource-library__proofs {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 40px;
}

.ltp-resource-library__proof {
	display: grid;
	gap: 6px;
	grid-template-columns: 42px 1fr;
}

.ltp-resource-library__proof div {
	align-items: center;
	background: rgba(245, 181, 27, 0.16);
	border: 1px solid rgba(245, 181, 27, 0.34);
	border-radius: 50%;
	color: #f5b51b;
	display: inline-flex;
	grid-row: span 2;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.ltp-resource-library__proof strong {
	color: #ffffff;
	font-size: 13px;
	line-height: 1.3;
}

.ltp-resource-library__proof span {
	color: #cfd6e3;
	font-size: 12px;
	line-height: 1.45;
}

.ltp-resource-library__visual {
	height: 350px;
	position: relative;
}

.ltp-resource-library__rings {
	border: 1px solid rgba(245, 181, 27, 0.18);
	border-radius: 50%;
	height: 330px;
	position: absolute;
	right: 0;
	top: 0;
	width: 330px;
}

.ltp-resource-library__rings::before,
.ltp-resource-library__rings::after {
	border: 1px solid rgba(245, 181, 27, 0.13);
	border-radius: 50%;
	content: "";
	inset: 34px;
	position: absolute;
}

.ltp-resource-library__rings::after {
	inset: 70px;
}

.ltp-resource-library__folder {
	background: linear-gradient(145deg, #f5b51b, #c98905);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 16px;
	bottom: 44px;
	box-shadow: 0 28px 55px rgba(0, 0, 0, 0.35);
	height: 176px;
	position: absolute;
	right: 118px;
	width: 170px;
}

.ltp-resource-library__folder::before {
	background: #f8c84a;
	border-radius: 12px 12px 0 0;
	content: "";
	height: 38px;
	left: 18px;
	position: absolute;
	top: -25px;
	width: 112px;
}

.ltp-resource-library__doc {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
	color: #111827;
	position: absolute;
}

.ltp-resource-library__doc--main {
	height: 162px;
	right: 92px;
	top: 34px;
	transform: rotate(5deg);
	width: 140px;
}

.ltp-resource-library__doc--main strong {
	display: block;
	font-size: 20px;
	margin: 26px 18px 18px;
}

.ltp-resource-library__doc--main span {
	background: #cfd6e3;
	border-radius: 6px;
	display: block;
	height: 8px;
	margin: 10px 18px;
}

.ltp-resource-library__doc--check {
	display: grid;
	gap: 16px;
	height: 150px;
	padding: 28px 20px;
	right: -6px;
	top: 96px;
	transform: rotate(10deg);
	width: 116px;
}

.ltp-resource-library__doc--check i {
	background: #f5b51b;
	border-radius: 5px;
	box-shadow: 28px 6px 0 #cfd6e3;
	display: block;
	height: 20px;
	width: 20px;
}

.ltp-resource-library__shield,
.ltp-resource-library__download {
	align-items: center;
	background: #f5b51b;
	border-radius: 50%;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	color: #05070b;
	display: flex;
	font-size: 42px;
	font-weight: 900;
	height: 86px;
	justify-content: center;
	position: absolute;
}

.ltp-resource-library__shield {
	bottom: 28px;
	right: 55px;
}

.ltp-resource-library__download {
	background: #111827;
	border: 1px solid rgba(245, 181, 27, 0.5);
	color: #f5b51b;
	font-size: 48px;
	height: 78px;
	right: 8px;
	top: 218px;
	width: 78px;
}

.ltp-resource-library__shell {
	box-sizing: border-box;
	margin-left: calc(50% - 50vw);
	margin-top: -54px;
	max-width: none;
	padding: 0 24px 74px;
	width: 100vw;
	z-index: 2;
}

.ltp-resource-library__filters {
	align-items: end;
	background: #ffffff;
	border: 1px solid #e0e4eb;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(260px, 1fr) 210px 210px auto;
	margin: 0 auto 40px;
	max-width: 1080px;
	padding: 18px 22px;
}

.ltp-resource-library__filters label {
	color: #6b7280;
	display: grid;
	font-size: 12px;
	gap: 6px;
	margin: 0;
}

.ltp-resource-library__filters input,
.ltp-resource-library__filters select {
	appearance: none;
	background: #ffffff;
	border: 1px solid #d9dee8;
	border-radius: 7px;
	box-sizing: border-box;
	color: #111827;
	font-size: 15px;
	height: 50px;
	padding: 0 16px;
	width: 100%;
}

.ltp-resource-library__search {
	position: relative;
}

.ltp-resource-library__search span:last-child {
	color: #6b7280;
	position: absolute;
	right: 15px;
	top: 31px;
}

.ltp-resource-library__search input {
	padding-right: 48px;
}

.ltp-resource-library__filters button,
.ltp-gated-resource__button,
.ltp-resource-library__cta-button {
	align-items: center;
	background: #05070b;
	border: 0;
	border-radius: 7px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	gap: 9px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.2;
	min-height: 48px;
	padding: 13px 20px;
	text-decoration: none;
}

.ltp-resource-library__filters button,
.ltp-resource-card .ltp-gated-resource__button,
.ltp-resource-library__cta-button {
	background: #05070b;
	box-shadow: inset 0 -2px 0 rgba(245, 181, 27, 0.35);
}

.ltp-resource-library__filters button:hover,
.ltp-resource-library__filters button:focus,
.ltp-gated-resource__button:hover,
.ltp-gated-resource__button:focus,
.ltp-resource-library__cta-button:hover,
.ltp-resource-library__cta-button:focus {
	background: #f5b51b;
	color: #05070b;
}

.ltp-resource-library__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1080px;
}

.ltp-resource-card {
	background: #ffffff;
	border: 1px solid #e0e4eb;
	border-radius: 8px;
	box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 420px;
	padding: 28px;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ltp-resource-card:hover {
	border-color: rgba(245, 181, 27, 0.78);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.ltp-resource-card__icon {
	align-items: center;
	background: #fff4ce;
	border-radius: 50%;
	color: #b97900;
	display: inline-flex;
	height: 74px;
	justify-content: center;
	margin-bottom: 22px;
	width: 74px;
}

.ltp-resource-card__icon svg {
	height: 34px;
	width: 34px;
}

.ltp-resource-card--blue .ltp-resource-card__icon {
	background: #e8eefc;
	color: #2563eb;
}

.ltp-resource-card--amber .ltp-resource-card__icon {
	background: #fff0d9;
	color: #d97706;
}

.ltp-resource-card--violet .ltp-resource-card__icon {
	background: #f1e8ff;
	color: #7c3aed;
}

.ltp-resource-card--mint .ltp-resource-card__icon {
	background: #ddf7ee;
	color: #047857;
}

.ltp-resource-card--rose .ltp-resource-card__icon {
	background: #ffe5ea;
	color: #e11d48;
}

.ltp-resource-card h2 {
	color: #0b1020;
	font-size: 22px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.32;
	margin: 0 0 14px;
}

.ltp-resource-card p {
	color: #445064;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 18px;
}

.ltp-resource-card__features {
	border-top: 1px dashed #d9dee8;
	display: grid;
	gap: 8px;
	list-style: none;
	margin: auto 0 20px;
	padding: 16px 0 0;
}

.ltp-resource-card__features li {
	align-items: center;
	color: #445064;
	display: flex;
	font-size: 13px;
	gap: 8px;
	line-height: 1.35;
	margin: 0;
}

.ltp-resource-card__features svg {
	color: #0f8f64;
	height: 15px;
	min-width: 15px;
	width: 15px;
}

.ltp-resource-card .ltp-gated-resource {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.ltp-resource-card .ltp-gated-resource__button {
	width: 100%;
}

.ltp-resource-card .ltp-gated-resource__button::before {
	content: "";
	background: currentColor;
	display: inline-block;
	height: 16px;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3h8l4 4v14H6V3zm8 0v5h5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 16px;
}

.ltp-resource-library__empty {
	background: #ffffff;
	border: 1px solid #e0e4eb;
	border-radius: 8px;
	grid-column: 1 / -1;
	margin: 0;
	padding: 28px;
	text-align: center;
}

.ltp-resource-library__cta {
	align-items: center;
	background: #fffdf6;
	border: 1px solid rgba(245, 181, 27, 0.5);
	border-radius: 8px;
	display: grid;
	gap: 28px;
	grid-template-columns: 130px 1fr auto;
	margin: 52px auto 0;
	max-width: 1080px;
	padding: 30px 36px;
}

.ltp-resource-library__cta-icon {
	align-items: center;
	background: #f5b51b;
	border: 12px solid #fff4ce;
	border-radius: 50%;
	color: #05070b;
	display: flex;
	font-size: 54px;
	font-weight: 900;
	height: 94px;
	justify-content: center;
	width: 94px;
}

.ltp-resource-library__cta h2 {
	color: #0b1020;
	font-size: 22px;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.ltp-resource-library__cta p {
	color: #445064;
	margin: 0 0 16px;
}

.ltp-resource-library__cta ul {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ltp-resource-library__cta li {
	align-items: center;
	display: inline-flex;
	font-size: 13px;
	gap: 7px;
	margin: 0;
}

.ltp-resource-library__cta li svg {
	color: #0f8f64;
	height: 15px;
	width: 15px;
}

.ltp-resource-library__cta-button span {
	font-size: 20px;
	line-height: 1;
}

.ltp-gated-resource {
	background: #ffffff;
	border: 1px solid #e0e4eb;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	box-sizing: border-box;
	margin: 28px 0;
	padding: 20px;
}

.ltp-gated-resource__header h2 {
	color: #0b1020;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 8px;
}

.ltp-gated-resource__header p,
.ltp-gated-resource__modal-header p {
	color: #536173 !important;
	line-height: 1.55;
	margin: 0 0 18px;
}

.ltp-gated-resource__success {
	background: #fff9e8;
	border: 1px solid rgba(245, 181, 27, 0.45);
	border-radius: 7px;
	box-sizing: border-box;
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 14px;
}

.ltp-gated-resource__success p {
	color: #38465a;
	line-height: 1.5;
	margin: 5px 0 16px;
	}

.ltp-gated-resource__success strong {
	color: #0b1020;
	display: block;
	font-size: 18px;
	line-height: 1.25;
	}

.ltp-gated-resource__success-icon {
	align-items: center;
	background: #f5b51b;
	border-radius: 50%;
	color: #05070b;
	display: inline-flex;
	flex: 0 0 30px;
	font-size: 18px;
	height: 30px;
	justify-content: center;
	line-height: 1;
	width: 30px;
}

.ltp-gated-resource__success--modal {
	margin-top: 8px;
	padding: 20px;
	}

.ltp-gated-resource__success--modal .ltp-gated-resource__button {
	min-width: 190px;
	}

.ltp-gated-resource__form-status {
	border-radius: 7px;
	color: #536173;
	display: none;
	font-size: 13px;
	line-height: 1.45;
	margin: 4px 0 14px;
	padding: 10px 12px;
}

.ltp-gated-resource__form-status.is-visible {
	background: #f6f8fb;
	display: block;
	}

.ltp-gated-resource__form-status.is-error {
	background: #fff0f0;
	color: #9b1c1c;
	}

.ltp-gated-resource__button:disabled,
.ltp-gated-resource__button.is-loading {
	cursor: wait;
	opacity: 0.72;
	}

.ltp-gated-resource__button.is-loading::after {
	animation: ltp-spin 700ms linear infinite;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	content: "";
	height: 14px;
	width: 14px;
	}

@keyframes ltp-spin {
	to { transform: rotate(360deg); }
}

.ltp-gated-resource__success p:last-child {
	margin-top: 0;
}

.ltp-gated-resource__modal[aria-hidden="true"] {
	display: none;
}

.ltp-gated-resource__modal[aria-hidden="false"] {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 16px;
	position: fixed;
	z-index: 99999;
}

.ltp-gated-resource__modal-backdrop {
	background: rgba(5, 7, 11, 0.74);
	inset: 0;
	position: absolute;
}

.ltp-gated-resource__modal-panel {
	background: #ffffff;
	border: 1px solid rgba(245, 181, 27, 0.26);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
	box-sizing: border-box;
	max-height: calc(100vh - 32px);
	max-height: min(94dvh, 860px);
	max-width: 760px;
	overflow: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
	padding: 26px;
	position: relative;
	width: min(100%, 760px);
	z-index: 1;
}

.ltp-gated-resource__modal-close {
	align-items: center;
	background: #05070b;
	border: 0;
	border-radius: 7px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 22px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 36px;
}

.ltp-gated-resource__modal-close:hover,
.ltp-gated-resource__modal-close:focus {
	background: #f5b51b;
	color: #05070b;
}

.ltp-gated-resource__modal-header {
	padding-right: 48px;
}

.ltp-gated-resource__modal-header h3 {
	color: #0b1020 !important;
	font-size: 24px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.28;
	margin: 0 0 8px;
}

.ltp-gated-resource__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ltp-gated-resource__field,
.ltp-gated-resource__consent {
	display: block;
	margin-bottom: 12px;
}

.ltp-gated-resource__field span {
	color: #111827;
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

.ltp-gated-resource__field input {
	border: 1px solid #cbd2df;
	border-radius: 7px;
	box-sizing: border-box;
	font-size: 15px;
	padding: 11px 12px;
	width: 100%;
}

.ltp-gated-resource__field input:focus,
.ltp-resource-library__filters input:focus,
.ltp-resource-library__filters select:focus {
	border-color: #f5b51b;
	box-shadow: 0 0 0 3px rgba(245, 181, 27, 0.18);
	outline: 0;
}

.ltp-gated-resource__consent {
	align-items: flex-start;
	color: #38465a;
	display: flex;
	font-size: 14px;
	gap: 8px;
	line-height: 1.45;
}

.ltp-asset-cta {
	align-items: center;
	background: linear-gradient(135deg, #05070b 0%, #101319 66%, #1c1607 100%);
	border: 1px solid rgba(245, 181, 27, 0.34);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(5, 7, 11, 0.18);
	box-sizing: border-box;
	color: #ffffff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 34px 0;
	overflow: hidden;
	padding: 28px;
	position: relative;
}

.ltp-asset-cta::before {
	background: linear-gradient(90deg, #f5b51b, rgba(245, 181, 27, 0));
	content: "";
	height: 3px;
	inset: 0 0 auto;
	position: absolute;
}

.ltp-asset-cta--end {
	margin-top: 44px;
}

.ltp-asset-cta__eyebrow {
	align-items: center;
	color: #f5b51b;
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	gap: 8px;
	letter-spacing: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.ltp-asset-cta__eyebrow svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 17px;
}

.ltp-asset-cta h2 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.24;
	margin: 0 0 10px;
}

.ltp-asset-cta p {
	color: #e9edf4;
	font-size: 15px;
	line-height: 1.62;
	margin: 0;
	max-width: 760px;
}

.ltp-asset-cta__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.ltp-asset-cta__meta span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
	padding: 8px 10px;
}

.ltp-asset-cta__action {
	min-width: min(100%, 260px);
}

.ltp-asset-cta .ltp-gated-resource {
	margin: 0;
}

.ltp-asset-cta .ltp-gated-resource__button {
	background: #f5b51b;
	color: #05070b;
	min-height: 48px;
	width: 100%;
}

.ltp-asset-cta .ltp-gated-resource__button:hover,
.ltp-asset-cta .ltp-gated-resource__button:focus {
	background: #ffffff;
	color: #05070b;
}

body.ltp-modal-open {
	overflow: hidden;
}

@media (max-width: 980px) {
	.ltp-resource-library__hero-inner {
		grid-template-columns: 1fr;
	}

	.ltp-resource-library__hero h1 {
		font-size: 46px;
	}

	.ltp-resource-library__visual {
		display: none;
	}

	.ltp-resource-library__proofs,
	.ltp-resource-library__grid,
	.ltp-resource-library__filters,
	.ltp-resource-library__cta,
	.ltp-asset-cta {
		grid-template-columns: 1fr;
	}

	.ltp-resource-library__cta {
		text-align: left;
	}

	.ltp-asset-cta__action {
		min-width: 0;
	}
}

@media (max-width: 700px) {
	.ltp-resource-library__hero {
		padding: 58px 18px 86px;
	}

	.ltp-resource-library__hero h1 {
		font-size: 38px;
	}

	.ltp-resource-library__hero-copy > p {
		font-size: 16px;
	}

	.ltp-resource-library__proofs {
		gap: 14px;
	}

	.ltp-resource-library__shell {
		padding: 0 16px 54px;
	}

	.ltp-resource-library__filters {
		padding: 16px;
	}

	.ltp-resource-card {
		min-height: 0;
		padding: 24px;
	}

	.ltp-resource-library__cta {
		padding: 24px;
	}

	.ltp-asset-cta {
		margin: 28px 0;
		padding: 22px;
	}

	.ltp-asset-cta h2 {
		font-size: 22px;
	}

	.ltp-gated-resource__grid {
		grid-template-columns: 1fr;
	}

	.ltp-gated-resource__modal[aria-hidden="false"] {
		align-items: flex-start;
		padding: 12px;
	}

	.ltp-gated-resource__modal-panel {
		max-height: calc(100vh - 24px);
		max-height: calc(100dvh - 24px);
		padding: 18px;
	}

	.ltp-gated-resource__modal-header {
		padding-right: 42px;
	}

	.ltp-gated-resource__success--modal {
		padding: 16px;
	}

	.ltp-gated-resource__success--modal .ltp-gated-resource__button {
		min-width: 0;
		width: 100%;
	}
}


/* LearnTPRM download-card clarity and responsive layout - 2026-09-23 */
.ltp-gated-resource {
    position: relative;
    clear: both;
    max-width: 100%;
    overflow: hidden;
    padding: 52px 24px 24px !important;
    border: 1px solid #d9dee8 !important;
    border-left: 4px solid #f5b51b !important;
    background: #ffffff !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08) !important;
}

.ltp-gated-resource::before {
    content: "FREE TPRM DOWNLOAD";
    position: absolute;
    top: 20px;
    left: 24px;
    color: #8a6510;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.article-content .ltp-gated-resource__header h2,
.ltp-gated-resource .ltp-gated-resource__header h2 {
    max-width: 100%;
    margin: 0 0 10px !important;
    color: #0b1020 !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}

.article-content .ltp-gated-resource__header p,
.ltp-gated-resource .ltp-gated-resource__header p {
    margin: 0 0 18px !important;
    color: #536173 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.ltp-gated-resource__button {
    max-width: 100%;
    min-height: 48px;
    padding: 13px 20px !important;
    white-space: normal !important;
    text-align: center;
    overflow-wrap: anywhere;
}

@media (max-width: 600px) {
    .ltp-gated-resource {
        margin: 22px 0 !important;
        padding: 48px 18px 20px !important;
    }

    .ltp-gated-resource::before {
        top: 18px;
        left: 18px;
    }

    .article-content .ltp-gated-resource__header h2,
    .ltp-gated-resource .ltp-gated-resource__header h2 {
        font-size: 22px !important;
    }

    .ltp-gated-resource__button {
        width: 100%;
    }
}
