.newt-research-library {
	background: #fff;
	color: #0a3156;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
}

.newt-research-library * {
	box-sizing: border-box;
}

.newt-research-library .newt-footer a,
.newt-research-library .newt-footer a:visited {
	color: var(--newt-muted, #64748b);
	text-decoration: none;
}

.newt-research-library .newt-footer a:hover,
.newt-research-library .newt-footer a:focus-visible {
	color: #7ee2dc;
}

.newt-research-main {
	display: block;
	min-height: 52vh;
	background: #fff;
}

.newt-research-shell {
	width: min(100% - 40px, 1120px);
	margin-inline: auto;
}

.newt-research-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 28px;
	color: #70869a;
	font-size: 13px;
	font-weight: 600;
}

.newt-research-breadcrumbs a {
	color: #557085;
	text-decoration: none;
}

.newt-research-breadcrumbs a:hover,
.newt-research-breadcrumbs a:focus {
	color: #009b98;
}

.newt-research-eyebrow {
	margin: 0 0 18px !important;
	color: #009b98 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: .18em !important;
	text-transform: uppercase;
}

.newt-research-hero {
	padding: 72px 0 62px;
	background: linear-gradient(180deg, #f4fafb 0, #fff 100%);
	border-bottom: 1px solid #e1ecef;
}

.newt-research-hero__inner {
	max-width: 940px;
}

.newt-research-hero h1 {
	max-width: 900px;
	margin: 0;
	color: #082f54;
	font-size: clamp(42px, 5.4vw, 72px);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1.03;
}

.newt-research-deck {
	max-width: 800px;
	margin: 26px 0 0 !important;
	color: #587087 !important;
	font-size: clamp(18px, 2vw, 22px) !important;
	line-height: 1.6 !important;
}

.newt-research-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 28px;
	color: #70869a;
	font-size: 13px;
	font-weight: 600;
}

.newt-research-layout {
	display: grid;
	grid-template-columns: minmax(0, 780px);
	justify-content: center;
	padding-top: 64px;
	padding-bottom: 88px;
}

.newt-research-content {
	color: #2d4b65;
	font-size: 18px;
	line-height: 1.78;
}

.newt-research-content > p:first-child {
	color: #173f58;
	font-size: 21px;
	line-height: 1.68;
}

.newt-research-content h2 {
	margin: 56px 0 18px;
	color: #082f54;
	font-size: clamp(28px, 3.2vw, 40px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.18;
}

.newt-research-content h3 {
	margin: 38px 0 14px;
	color: #123d5c;
	font-size: 24px;
	line-height: 1.3;
}

.newt-research-content p {
	margin: 0 0 22px;
}

.newt-research-content ul,
.newt-research-content ol {
	margin: 0 0 26px;
	padding-left: 25px;
}

.newt-research-content li {
	margin: 9px 0;
	padding-left: 5px;
}

.newt-research-content a {
	color: #008c89;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.newt-research-content a:hover,
.newt-research-content a:focus {
	color: #006f6d;
}

.newt-research-content strong {
	color: #143d59;
}

.newt-research-content blockquote {
	margin: 34px 0;
	padding: 22px 26px;
	border-left: 4px solid #009b98;
	background: #f4fafb;
	color: #36556d;
}

.newt-research-content table {
	display: table;
	width: 100%;
	margin: 30px 0 38px;
	overflow: hidden;
	border: 1px solid #d7e5e9;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 16px;
	font-size: 15px;
	line-height: 1.5;
}

.newt-research-content th,
.newt-research-content td {
	padding: 15px 17px;
	border: 0;
	border-bottom: 1px solid #e2ecef;
	text-align: left;
	vertical-align: top;
}

.newt-research-content th {
	background: #eff7f8;
	color: #082f54;
	font-weight: 700;
}

.newt-research-content tr:last-child td {
	border-bottom: 0;
}

.newt-research-content .wp-block-table {
	overflow-x: auto;
}

.newt-research-content > div:last-of-type {
	margin-top: 42px;
	padding: 22px 24px;
	border: 1px solid #d8e6ea;
	border-radius: 14px;
	background: #f8fbfc;
	color: #5e7487;
	font-size: 14px;
	line-height: 1.65;
}

.newt-research-next {
	margin-top: 64px;
	padding: 34px;
	border: 1px solid #d4e5e8;
	border-radius: 22px;
	background: #f4fafb;
}

.newt-research-next h2 {
	margin: 0 0 13px;
	font-size: 30px;
}

.newt-research-next > p:not(.newt-research-eyebrow) {
	margin-bottom: 24px;
}

.newt-research-next__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 24px;
}

.newt-research-text-link {
	font-weight: 750;
}

.newt-research-index-hero {
	padding: 72px 0 66px;
	background: linear-gradient(180deg, #f4fafb 0, #fff 100%);
	border-bottom: 1px solid #e1ecef;
}

.newt-research-index-hero h1 {
	margin: 0 0 22px;
	color: #082f54;
	font-size: clamp(48px, 7vw, 82px);
	letter-spacing: -.05em;
	line-height: 1;
}

.newt-research-index-hero > div > p:last-child {
	max-width: 720px;
	margin: 0;
	color: #587087;
	font-size: 21px;
	line-height: 1.65;
}

.newt-research-index {
	padding-top: 64px;
	padding-bottom: 92px;
}

.newt-research-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}

.newt-research-card {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	padding: 34px;
	border: 1px solid #d9e7ea;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(8, 47, 84, .055);
}

.newt-research-card__meta {
	margin: 0 0 18px !important;
	color: #70869a !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.newt-research-card h2 {
	margin: 0 0 17px;
	color: #082f54;
	font-size: 29px;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.newt-research-card h2 a {
	color: inherit;
	text-decoration: none;
}

.newt-research-card > p:not(.newt-research-card__meta) {
	margin: 0 0 24px;
	color: #5d7488;
	font-size: 16px;
	line-height: 1.65;
}

.newt-research-card__link {
	margin-top: auto;
	color: #008c89;
	font-weight: 750;
	text-decoration: none;
}

.newt-research-empty {
	padding: 52px;
	border: 1px solid #d9e7ea;
	border-radius: 22px;
	background: #f8fbfc;
	text-align: center;
}

.newt-research-empty h2 {
	margin: 0 0 10px;
	color: #082f54;
}

.newt-research-empty p {
	margin: 0;
	color: #657d91;
}

.newt-research-index .navigation.pagination {
	margin-top: 42px;
}

.newt-research-index .nav-links {
	display: flex;
	justify-content: center;
	gap: 9px;
}

.newt-research-index .page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding: 0 12px;
	border: 1px solid #d7e5e9;
	border-radius: 10px;
	color: #31536b;
	text-decoration: none;
}

.newt-research-index .page-numbers.current {
	border-color: #009b98;
	background: #009b98;
	color: #fff;
}

@media (min-width: 761px) {
	.newt-research-library .newt-menu-button {
		display: none !important;
	}

	.newt-research-library .newt-header__bottom,
	.newt-research-library > .newt-header__bottom {
		position: static !important;
		display: block !important;
		width: auto !important;
		min-height: 0 !important;
		padding: 0 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		background: transparent !important;
		border: 0 !important;
		border-top: 1px solid rgba(207, 222, 229, .72) !important;
		box-shadow: none !important;
		transform: none !important;
	}

	.newt-research-library .newt-nav,
	.newt-research-library > .newt-header__bottom .newt-nav {
		display: flex !important;
		width: min(1200px, calc(100% - 64px)) !important;
		min-height: 51px !important;
		padding: 0 !important;
		align-items: center !important;
		justify-content: space-between !important;
	}

	.newt-research-library .newt-nav__group,
	.newt-research-library > .newt-header__bottom .newt-nav__group {
		display: flex !important;
		width: auto !important;
		margin: 0 !important;
		align-items: center !important;
		flex-direction: row !important;
		gap: clamp(10px, 1.2vw, 18px) !important;
	}
}

@media (max-width: 760px) {
	.newt-research-library .newt-menu-button {
		display: grid !important;
		width: 40px;
		height: 40px;
		min-height: 40px;
		place-items: center;
		padding: 0 !important;
		border: 1px solid var(--newt-line);
		border-radius: 12px;
		background: var(--newt-pale);
		color: var(--newt-navy);
	}

	.newt-research-shell {
		width: min(100% - 28px, 1120px);
	}

	.newt-research-hero,
	.newt-research-index-hero {
		padding: 42px 0 40px;
	}

	.newt-research-breadcrumbs {
		margin-bottom: 21px;
	}

	.newt-research-hero h1 {
		font-size: 40px;
		line-height: 1.06;
	}

	.newt-research-deck,
	.newt-research-index-hero > div > p:last-child {
		font-size: 17px !important;
		line-height: 1.6 !important;
	}

	.newt-research-layout {
		padding-top: 38px;
		padding-bottom: 60px;
	}

	.newt-research-content {
		font-size: 16px;
		line-height: 1.72;
	}

	.newt-research-content > p:first-child {
		font-size: 18px;
	}

	.newt-research-content h2 {
		margin-top: 43px;
		font-size: 28px;
	}

	.newt-research-content h3 {
		font-size: 22px;
	}

	.newt-research-content .wp-block-table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}

	.newt-research-content .wp-block-table table {
		min-width: 660px;
		font-size: 14px;
	}

	.newt-research-content > table {
		display: block;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		font-size: 14px;
	}

	.newt-research-next {
		margin-top: 48px;
		padding: 24px 20px;
	}

	.newt-research-next h2 {
		font-size: 26px;
	}

	.newt-research-next__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.newt-research-next__actions .newt-button {
		text-align: center;
	}

	.newt-research-index {
		padding-top: 38px;
		padding-bottom: 64px;
	}

	.newt-research-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.newt-research-card {
		min-height: 0;
		padding: 25px 22px;
	}

	.newt-research-card h2 {
		font-size: 25px;
	}
}
