/*
 * Native Blog and Research Library archive.
 * WordPress posts remain authoritative; the preserved Elementor page is the
 * independent rollback path.
 */

.plp-blog-page,
.plp-blog-page *,
.plp-blog-page *::before,
.plp-blog-page *::after {
	box-sizing: border-box;
}

.plp-blog-page {
	--plp-blog-navy: #214d7d;
	--plp-blog-blue: #2a6795;
	--plp-blog-teal: #178e9d;
	--plp-blog-aqua: #36a3ae;
	--plp-blog-green: #409e4a;
	--plp-blog-ink: #26323e;
	--plp-blog-muted: #64717d;
	--plp-blog-line: #d9e5eb;
	--plp-blog-canvas: #f3f8fb;
	width: 100%;
	margin: 0;
	background: var(--plp-blog-canvas);
	color: var(--plp-blog-ink);
	font-family: "PLP Manrope", Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.plp-blog-page h1,
.plp-blog-page h2,
.plp-blog-page h3,
.plp-blog-page p {
	margin-top: 0;
}

.plp-blog-page a {
	text-decoration: none;
}

.plp-blog-page input,
.plp-blog-page button {
	font: inherit;
}

.plp-blog-page .plp-site-icon {
	display: block;
	width: 24px;
	height: 24px;
}

/* Preserved desktop and mobile hero artwork with native markup. */
.plp-blog-hero {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 292px;
	padding: 32px 24px 0;
	background: #eef4f7;
}

.plp-blog-hero picture,
.plp-blog-hero__image,
.plp-blog-hero__overlay {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.plp-blog-hero__image {
	object-fit: cover;
	object-position: 50% 75%;
}

.plp-blog-hero__overlay {
	background: linear-gradient(270deg, #fff 33%, rgba(255, 255, 255, 0) 69%);
	pointer-events: none;
}

.plp-blog-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: min(100%, 1200px);
	min-height: 260px;
	margin: 0 auto;
}

.plp-blog-hero__copy {
	width: 42%;
	min-width: 380px;
	text-align: right;
}

.plp-blog-hero__eyebrow,
.plp-blog-eyebrow {
	margin-bottom: 7px;
	color: var(--plp-blog-teal);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-transform: uppercase;
}

.plp-blog-hero__eyebrow {
	margin-right: 27px;
	margin-bottom: 8px;
	color: #2a6795;
}

.plp-blog-hero h1 {
	display: inline-block;
	margin: 0 0 17px;
	padding-right: 20px;
	border-right: 7px solid var(--plp-blog-green);
	color: #111b24;
	font-size: clamp(40px, 4.2vw, 52px);
	font-weight: 780;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.plp-blog-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 9px;
	color: #36516a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.plp-blog-breadcrumb a,
.plp-blog-breadcrumb a:visited {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #2a5d94 !important;
}

.plp-blog-breadcrumb a:hover {
	color: var(--plp-blog-teal) !important;
}

.plp-blog-breadcrumb .plp-site-icon {
	width: 13px;
	height: 13px;
	stroke-width: 2.2;
}

/* Research library. */
.plp-blog-library {
	padding: 58px 24px 72px;
	background:
		linear-gradient(rgba(243, 248, 251, 0.96), rgba(243, 248, 251, 0.985)),
		radial-gradient(circle at 8% 10%, rgba(54, 163, 174, 0.19), transparent 30%),
		radial-gradient(circle at 94% 37%, rgba(42, 103, 149, 0.14), transparent 34%);
}

.plp-blog-library__inner,
.plp-blog-actions__inner,
.plp-blog-notice__inner {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.plp-blog-intro {
	display: flex;
	align-items: center;
	max-width: 820px;
	margin: 0 auto 34px;
	text-align: left;
}

.plp-blog-intro__mark {
	display: grid;
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	margin-right: 19px;
	place-items: center;
	border: 1px solid rgba(23, 142, 157, 0.24);
	border-radius: 18px;
	background: linear-gradient(145deg, #fff, #e7f5f7);
	color: var(--plp-blog-teal);
	box-shadow: 0 12px 30px rgba(35, 85, 112, 0.1);
}

.plp-blog-intro__mark .plp-site-icon {
	width: 32px;
	height: 32px;
}

.plp-blog-intro h2,
.plp-blog-discovery h2,
.plp-blog-results__header h2,
.plp-blog-actions__heading h2 {
	font-weight: 760;
	letter-spacing: -0.028em;
	line-height: 1.15;
}

.plp-blog-intro h2 {
	margin-bottom: 8px;
	color: var(--plp-blog-navy);
	font-size: clamp(30px, 3.3vw, 42px);
}

.plp-blog-intro p:last-child {
	margin-bottom: 0;
	color: var(--plp-blog-muted);
	font-size: 16px;
}

/* Search and topic discovery. */
.plp-blog-discovery {
	margin-bottom: 34px;
	padding: 25px;
	border: 1px solid var(--plp-blog-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 45px rgba(34, 69, 98, 0.09);
}

.plp-blog-discovery__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.plp-blog-discovery h2 {
	margin-bottom: 0;
	color: var(--plp-blog-navy);
	font-size: 25px;
}

.plp-blog-search {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	width: min(100%, 550px);
	min-width: 420px;
	border: 1px solid #c8dbe4;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(35, 85, 112, 0.07);
}

.plp-blog-search__icon {
	position: absolute;
	top: 50%;
	left: 16px;
	color: #5d788b;
	transform: translateY(-50%);
	pointer-events: none;
}

.plp-blog-search__icon .plp-site-icon {
	width: 19px;
	height: 19px;
}

.plp-blog-search input {
	min-width: 0;
	height: 50px;
	padding: 0 14px 0 47px;
	border: 0;
	border-radius: 11px 0 0 11px;
	background: transparent;
	color: var(--plp-blog-ink);
	font-size: 14px;
	outline: 0;
}

.plp-blog-search input::placeholder {
	color: #7c8993;
	opacity: 1;
}

.plp-blog-search button {
	min-width: 94px;
	margin: -1px -1px -1px 0;
	padding: 0 19px;
	border: 0;
	border-radius: 0 12px 12px 0;
	background: var(--plp-blog-navy);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.plp-blog-search:focus-within {
	border-color: var(--plp-blog-teal);
	box-shadow: 0 0 0 4px rgba(23, 142, 157, 0.13);
}

.plp-blog-search button:hover {
	background: var(--plp-blog-teal);
}

.plp-blog-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 22px;
	padding-top: 19px;
	border-top: 1px solid #e3ecf0;
}

.plp-blog-topic,
.plp-blog-topic:visited {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 39px;
	padding: 8px 13px;
	border: 1px solid #d3e1e7;
	border-radius: 999px;
	background: #f8fbfc;
	color: #3e586a !important;
	font-size: 12px;
	font-weight: 760;
	line-height: 1.2;
}

.plp-blog-topic small {
	display: inline-grid;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	place-items: center;
	border-radius: 999px;
	background: #e6f0f4;
	color: #5a7180;
	font-size: 10px;
	font-weight: 800;
}

.plp-blog-topic:hover {
	border-color: rgba(23, 142, 157, 0.48);
	background: #edf8f9;
	color: var(--plp-blog-teal) !important;
}

.plp-blog-topic.is-active,
.plp-blog-topic.is-active:visited {
	border-color: var(--plp-blog-navy);
	background: var(--plp-blog-navy);
	color: #fff !important;
}

.plp-blog-topic.is-active small {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

/* Featured article. */
.plp-blog-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
	overflow: hidden;
	margin-bottom: 48px;
	border: 1px solid #cfe0e7;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 22px 55px rgba(34, 69, 98, 0.12);
}

.plp-blog-featured__media,
.plp-blog-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(33, 77, 125, 0.98), rgba(23, 142, 157, 0.9));
}

.plp-blog-featured__media {
	min-height: 380px;
	border-right: 1px solid #d8e5ea;
}

.plp-blog-featured__image,
.plp-blog-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.plp-blog-featured__image {
	object-fit: contain;
	background: #fff;
}

.plp-blog-featured:hover .plp-blog-featured__image,
.plp-blog-card:hover .plp-blog-card__image {
	transform: scale(1.025);
}

.plp-blog-media-fallback {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: inherit;
	place-items: center;
	color: rgba(255, 255, 255, 0.88);
}

.plp-blog-media-fallback .plp-site-icon {
	width: 58px;
	height: 58px;
}

.plp-blog-featured__body {
	display: flex;
	min-width: 0;
	padding: 39px 38px 34px;
	flex-direction: column;
	justify-content: center;
}

.plp-blog-featured__meta,
.plp-blog-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
}

.plp-blog-featured__meta {
	margin-bottom: 15px;
}

.plp-blog-kicker,
.plp-blog-category {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 820;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.plp-blog-kicker {
	background: #e6f5ee;
	color: #2c8239;
}

.plp-blog-category {
	background: #e8f4f7;
	color: #177f8d;
}

.plp-blog-featured h2 {
	margin-bottom: 14px;
	font-size: clamp(29px, 3vw, 39px);
	font-weight: 760;
	letter-spacing: -0.032em;
	line-height: 1.14;
}

.plp-blog-featured h2 a,
.plp-blog-featured h2 a:visited,
.plp-blog-card h3 a,
.plp-blog-card h3 a:visited {
	color: var(--plp-blog-navy) !important;
}

.plp-blog-featured h2 a:hover,
.plp-blog-card h3 a:hover {
	color: var(--plp-blog-teal) !important;
}

.plp-blog-featured__body > p {
	margin-bottom: 22px;
	color: #5e6d79;
	font-size: 15px;
	line-height: 1.72;
}

.plp-blog-featured__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid #e2eaee;
}

.plp-blog-featured__footer time,
.plp-blog-card__meta time {
	color: #71808b;
	font-size: 12px;
	font-weight: 650;
}

.plp-blog-read-link,
.plp-blog-read-link:visited {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--plp-blog-navy) !important;
	font-size: 12px;
	font-weight: 820;
}

.plp-blog-read-link .plp-site-icon {
	width: 17px;
	height: 17px;
	transition: transform 0.2s ease;
}

.plp-blog-read-link:hover {
	color: var(--plp-blog-teal) !important;
}

.plp-blog-read-link:hover .plp-site-icon {
	transform: translateX(3px);
}

/* Article results and cards. */
.plp-blog-results__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.plp-blog-results__header h2 {
	margin-bottom: 0;
	color: var(--plp-blog-navy);
	font-size: clamp(27px, 2.7vw, 35px);
}

.plp-blog-results__count {
	display: flex;
	align-items: baseline;
	gap: 6px;
	padding-bottom: 4px;
	color: #70808c;
	font-size: 12px;
	font-weight: 700;
}

.plp-blog-results__count strong {
	color: var(--plp-blog-navy);
	font-size: 22px;
	font-weight: 780;
}

.plp-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.plp-blog-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #d5e2e8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 13px 34px rgba(34, 69, 98, 0.09);
	flex-direction: column;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.plp-blog-card:hover {
	border-color: rgba(23, 142, 157, 0.35);
	box-shadow: 0 20px 42px rgba(34, 69, 98, 0.14);
	transform: translateY(-4px);
}

.plp-blog-card__media {
	aspect-ratio: 16 / 9;
	border-bottom: 1px solid #e0e9ed;
}

.plp-blog-card__body {
	display: flex;
	padding: 22px 22px 20px;
	flex: 1 1 auto;
	flex-direction: column;
}

.plp-blog-card__meta {
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 13px;
}

.plp-blog-card .plp-blog-category {
	min-height: 25px;
	padding: 5px 8px;
	font-size: 9px;
}

.plp-blog-card h3 {
	margin-bottom: 11px;
	font-size: 20px;
	font-weight: 750;
	letter-spacing: -0.022em;
	line-height: 1.28;
}

.plp-blog-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 20px;
	color: #667580;
	font-size: 13px;
	line-height: 1.68;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.plp-blog-card .plp-blog-read-link {
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid #e6edf0;
}

.plp-blog-empty {
	padding: 56px 24px;
	border: 1px dashed #c8d9e1;
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.plp-blog-empty > span {
	display: grid;
	width: 58px;
	height: 58px;
	margin: 0 auto 17px;
	place-items: center;
	border-radius: 16px;
	background: #eaf5f7;
	color: var(--plp-blog-teal);
}

.plp-blog-empty h3 {
	margin-bottom: 6px;
	color: var(--plp-blog-navy);
	font-size: 24px;
}

.plp-blog-empty p {
	margin-bottom: 18px;
	color: var(--plp-blog-muted);
}

.plp-blog-empty a,
.plp-blog-empty a:visited {
	display: inline-flex;
	min-height: 43px;
	padding: 10px 17px;
	align-items: center;
	border-radius: 9px;
	background: var(--plp-blog-navy);
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
}

.plp-blog-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 38px;
}

.plp-blog-pagination .page-numbers,
.plp-blog-pagination .page-numbers:visited {
	display: inline-grid;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	place-items: center;
	border: 1px solid #cddde4;
	border-radius: 10px;
	background: #fff;
	color: #3d586a !important;
	font-size: 12px;
	font-weight: 780;
}

.plp-blog-pagination .prev,
.plp-blog-pagination .next {
	min-width: auto;
	padding: 0 17px;
}

.plp-blog-pagination .current {
	border-color: var(--plp-blog-navy);
	background: var(--plp-blog-navy);
	color: #fff !important;
}

.plp-blog-pagination a.page-numbers:hover {
	border-color: var(--plp-blog-teal);
	background: #edf8f9;
	color: var(--plp-blog-teal) !important;
}

.plp-blog-pagination .dots {
	border-color: transparent;
	background: transparent;
}

/* Resource actions. */
.plp-blog-actions {
	padding: 62px 24px;
	background: #fff;
}

.plp-blog-actions__heading {
	margin-bottom: 25px;
	text-align: center;
}

.plp-blog-actions__heading h2 {
	margin-bottom: 0;
	color: var(--plp-blog-navy);
	font-size: clamp(28px, 3vw, 38px);
}

.plp-blog-actions__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.plp-blog-action-card {
	position: relative;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	overflow: hidden;
	gap: 18px;
	padding: 31px;
	border: 1px solid #214d7d;
	border-radius: 17px;
	background:
		radial-gradient(circle at 98% 2%, rgba(255, 255, 255, 0.16), transparent 25%),
		linear-gradient(145deg, #214d7d 0%, #2b6793 100%);
	color: #fff;
	box-shadow: 0 18px 43px rgba(34, 69, 98, 0.15);
}

.plp-blog-action-card--accent {
	border-color: #177f8d;
	background:
		radial-gradient(circle at 98% 2%, rgba(255, 255, 255, 0.17), transparent 25%),
		linear-gradient(145deg, #176e83 0%, #178e9d 100%);
}

.plp-blog-action-card::after {
	position: absolute;
	right: -78px;
	bottom: -105px;
	width: 225px;
	height: 225px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.plp-blog-action-card__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.12);
}

.plp-blog-action-card__icon .plp-site-icon {
	width: 27px;
	height: 27px;
}

.plp-blog-action-card > div {
	position: relative;
	z-index: 1;
}

.plp-blog-action-card h3 {
	margin-bottom: 7px;
	color: #fff;
	font-size: 22px;
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.plp-blog-action-card p {
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	line-height: 1.65;
}

.plp-blog-action-card a,
.plp-blog-action-card a:visited {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 820;
}

.plp-blog-action-card a .plp-site-icon {
	width: 17px;
	height: 17px;
}

.plp-blog-action-card a:hover {
	color: #b9f3f3 !important;
}

/* Research-use notice. */
.plp-blog-notice {
	padding: 0 24px 64px;
	background: #fff;
}

.plp-blog-notice__inner {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 22px 24px;
	border: 1px solid #d7e4e9;
	border-left: 4px solid var(--plp-blog-teal);
	border-radius: 13px;
	background: #f7fafb;
}

.plp-blog-notice__icon {
	display: grid;
	flex: 0 0 39px;
	width: 39px;
	height: 39px;
	place-items: center;
	border-radius: 10px;
	background: #e3f3f5;
	color: var(--plp-blog-teal);
}

.plp-blog-notice__icon .plp-site-icon {
	width: 21px;
	height: 21px;
}

.plp-blog-notice h2 {
	margin-bottom: 3px;
	color: var(--plp-blog-navy);
	font-size: 16px;
	font-weight: 760;
}

.plp-blog-notice p {
	margin-bottom: 0;
	color: #657580;
	font-size: 12px;
	line-height: 1.65;
}

/* Keyboard focus and motion preferences. */
.plp-blog-page a:focus-visible,
.plp-blog-page button:focus-visible,
.plp-blog-page input:focus-visible {
	border-radius: 5px;
	outline: 3px solid rgba(23, 142, 157, 0.3);
	outline-offset: 3px;
}

.plp-blog-search input:focus-visible {
	outline: 0;
}

@media (max-width: 1024px) {
	.plp-blog-hero__image {
		object-position: 50% 70%;
	}

	.plp-blog-library {
		padding-right: 22px;
		padding-left: 22px;
	}

	.plp-blog-featured {
		grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr);
	}

	.plp-blog-featured__media {
		min-height: 345px;
	}

	.plp-blog-featured__body {
		padding: 31px 29px 29px;
	}

	.plp-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 840px) {
	.plp-blog-discovery__top {
		align-items: stretch;
		flex-direction: column;
		gap: 17px;
	}

	.plp-blog-search {
		width: 100%;
		min-width: 0;
	}

	.plp-blog-featured {
		grid-template-columns: minmax(0, 1fr);
	}

	.plp-blog-featured__media {
		min-height: 0;
		aspect-ratio: 16 / 9;
		border-right: 0;
		border-bottom: 1px solid #d8e5ea;
	}
}

@media (max-width: 767px) {
	.plp-blog-hero {
		min-height: 232px;
		padding: 16px;
	}

	.plp-blog-hero__image {
		object-position: 90% 0;
	}

	.plp-blog-hero__overlay {
		background: linear-gradient(270deg, rgba(255, 255, 255, 0.98) 28%, rgba(255, 255, 255, 0.12) 82%);
	}

	.plp-blog-hero__inner {
		min-height: 200px;
	}

	.plp-blog-hero__copy {
		width: 64%;
		min-width: 0;
	}

	.plp-blog-hero__eyebrow {
		display: none;
	}

	.plp-blog-hero h1 {
		margin-bottom: 13px;
		padding-right: 13px;
		border-right-width: 5px;
		font-size: clamp(32px, 10vw, 40px);
	}

	.plp-blog-breadcrumb {
		gap: 6px;
		font-size: 11px;
	}

	.plp-blog-library {
		padding: 38px 16px 48px;
	}

	.plp-blog-intro {
		align-items: flex-start;
		margin-bottom: 25px;
	}

	.plp-blog-intro__mark {
		flex-basis: 51px;
		width: 51px;
		height: 51px;
		margin-right: 13px;
		border-radius: 14px;
	}

	.plp-blog-intro__mark .plp-site-icon {
		width: 27px;
		height: 27px;
	}

	.plp-blog-intro h2 {
		font-size: 28px;
	}

	.plp-blog-intro p:last-child {
		font-size: 14px;
	}

	.plp-blog-discovery {
		margin-bottom: 26px;
		padding: 19px;
		border-radius: 15px;
	}

	.plp-blog-discovery h2 {
		font-size: 22px;
	}

	.plp-blog-topics {
		margin-right: -19px;
		margin-left: -19px;
		padding-right: 19px;
		padding-left: 19px;
		flex-wrap: nowrap;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
	}

	.plp-blog-topics::-webkit-scrollbar {
		display: none;
	}

	.plp-blog-topic {
		flex: 0 0 auto;
	}

	.plp-blog-featured {
		margin-bottom: 37px;
		border-radius: 16px;
	}

	.plp-blog-featured__body {
		padding: 25px 23px 23px;
	}

	.plp-blog-featured h2 {
		font-size: 27px;
	}

	.plp-blog-featured__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.plp-blog-results__header {
		align-items: flex-start;
		margin-bottom: 18px;
	}

	.plp-blog-results__header h2 {
		font-size: 27px;
	}

	.plp-blog-results__count {
		flex: 0 0 auto;
		padding-top: 4px;
	}

	.plp-blog-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.plp-blog-card__body {
		padding: 20px;
	}

	.plp-blog-card h3 {
		font-size: 20px;
	}

	.plp-blog-pagination {
		gap: 6px;
		margin-top: 30px;
	}

	.plp-blog-pagination .page-numbers {
		min-width: 40px;
		height: 40px;
	}

	.plp-blog-actions {
		padding: 45px 16px;
	}

	.plp-blog-actions__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 15px;
	}

	.plp-blog-action-card {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
		padding: 24px 21px;
	}

	.plp-blog-action-card__icon {
		width: 48px;
		height: 48px;
		border-radius: 13px;
	}

	.plp-blog-action-card h3 {
		font-size: 20px;
	}

	.plp-blog-notice {
		padding: 0 16px 48px;
	}

	.plp-blog-notice__inner {
		padding: 19px;
	}
}

@media (max-width: 480px) {
	.plp-blog-search {
		grid-template-columns: minmax(0, 1fr) 78px;
	}

	.plp-blog-search input {
		padding-left: 42px;
		font-size: 12px;
	}

	.plp-blog-search__icon {
		left: 13px;
	}

	.plp-blog-search button {
		min-width: 78px;
		padding: 0 12px;
		font-size: 11px;
	}

	.plp-blog-results__header {
		flex-direction: column;
		gap: 6px;
	}

	.plp-blog-results__count {
		padding: 0;
	}

	.plp-blog-pagination .prev,
	.plp-blog-pagination .next {
		width: 100%;
	}

	.plp-blog-action-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.plp-blog-action-card__icon {
		width: 44px;
		height: 44px;
	}

	.plp-blog-notice__inner {
		gap: 11px;
	}

	.plp-blog-notice__icon {
		flex-basis: 35px;
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 350px) {
	.plp-blog-hero__copy {
		width: 72%;
	}

	.plp-blog-library {
		padding-right: 13px;
		padding-left: 13px;
	}

	.plp-blog-intro__mark {
		display: none;
	}

	.plp-blog-discovery {
		padding: 16px;
	}

	.plp-blog-topics {
		margin-right: -16px;
		margin-left: -16px;
		padding-right: 16px;
		padding-left: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.plp-blog-page *,
	.plp-blog-page *::before,
	.plp-blog-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
	}
}
