/* Resource Centre — navy/orange hub, wider than policy pages. */

body.tem-resource #right-sidebar,
body.tem-resource .is-right-sidebar,
body.tem-resource.no-sidebar .sidebar {
	display: none !important;
}

body.tem-resource .site.grid-container {
	max-width: 1280px;
}

body.tem-resource.no-sidebar .site-content .content-area,
body.tem-resource .site-content .content-area {
	width: 100% !important;
	float: none !important;
	max-width: none !important;
}

body.tem-resource .site-content {
	padding: 0;
}

body.tem-resource .site-main {
	margin: 0;
}

body.tem-resource .inside-article,
body.tem-resource .entry-header,
body.tem-resource .entry-content {
	display: none;
}

.tem-res-hero-wrap {
	background:
		radial-gradient(1100px 420px at 8% -12%, rgba(240, 138, 36, 0.2), transparent 55%),
		linear-gradient(165deg, #0b1524 0%, #132238 55%, #0f1b2d 100%);
	color: #e8eef6;
}

.tem-res-hero {
	max-width: 1120px;
	margin: 0 auto;
	padding: 2.35rem 1.25rem 2.6rem;
}

.tem-res-crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	margin: 0 0 1.15rem;
	font-size: 0.82rem;
	color: #9aa8ba;
}

.tem-res-crumbs a {
	color: #d7dee8 !important;
	text-decoration: none !important;
}

.tem-res-crumbs a:hover {
	color: #f08a24 !important;
}

.tem-res-crumbs span[aria-hidden="true"] {
	opacity: 0.55;
}

.tem-res-kicker {
	margin: 0 0 0.7rem;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f08a24;
}

.tem-res-hero h1 {
	margin: 0 0 0.85rem;
	max-width: 42rem;
	font-size: clamp(1.85rem, 4.2vw, 2.85rem);
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.tem-res-lead {
	margin: 0 0 1.45rem;
	max-width: 40rem;
	font-size: 1.08rem;
	line-height: 1.65;
	color: #c5ceda;
}

.tem-res-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.tem-res-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.7rem 1.2rem;
	border-radius: 999px;
	font-size: 0.94rem;
	font-weight: 650;
	text-decoration: none !important;
	line-height: 1.2;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.tem-res-btn-primary {
	background: #f08a24;
	color: #0f1b2d !important;
}

.tem-res-btn-primary:hover,
.tem-res-btn-primary:focus {
	background: #ff9d3a;
	color: #0f1b2d !important;
	transform: translateY(-1px);
}

.tem-res-btn-ghost {
	background: transparent;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.tem-res-btn-ghost:hover,
.tem-res-btn-ghost:focus {
	border-color: #f08a24;
	color: #f08a24 !important;
}

.tem-res-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.25rem 3.4rem;
	color: #2c3544;
}

.tem-res-updated {
	margin: 1.25rem 0 0;
	color: #667085;
	font-size: 0.88rem;
}

.tem-res-answer {
	background: linear-gradient(180deg, #fff8f0 0%, #fff4e6 100%);
	border-left: 5px solid #f08a24;
	border-radius: 0 14px 14px 0;
	padding: 1.15rem 1.3rem;
	margin: 1.5rem 0 0;
	color: #0f1b2d;
	box-shadow: 0 8px 24px rgba(240, 138, 36, 0.08);
	font-size: 1.05rem;
	line-height: 1.7;
}

.tem-res-section {
	padding-top: 2.35rem;
}

.tem-res-section h2 {
	margin: 0 0 0.85rem;
	padding-left: 0.75rem;
	border-left: 4px solid #f08a24;
	font-size: 1.38rem;
	line-height: 1.3;
	color: #0f1b2d;
}

.tem-res-section h3 {
	margin: 1.35rem 0 0.5rem;
	font-size: 1.08rem;
	color: #1b2838;
}

.tem-res-section p {
	margin: 0 0 1rem;
	font-size: 1.04rem;
	line-height: 1.75;
}

.tem-res-section ul {
	list-style: none;
	margin: 0 0 1.2rem;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.tem-res-section ul li {
	position: relative;
	padding: 0.75rem 0.9rem 0.75rem 2.4rem;
	background: #f7f8fb;
	border-radius: 10px;
	border: 1px solid #e8ecf2;
}

.tem-res-section ul li::before {
	content: "";
	position: absolute;
	left: 0.85rem;
	top: 1.05rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: #f08a24;
}

.tem-res-section a {
	color: #c45c00;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tem-res-section a:hover {
	color: #0f1b2d;
}

.tem-res-note {
	margin: 1.25rem 0 0;
	padding: 1rem 1.15rem;
	background: #f7f8fb;
	border: 1px solid #e8ecf2;
	border-radius: 12px;
	color: #3d4a5c;
	font-size: 0.95rem;
	line-height: 1.65;
}

.tem-res-grid {
	display: grid;
	gap: 1.05rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.tem-res-card {
	display: flex;
	flex-direction: column;
	background: #f7f8fb;
	border: 1px solid #e8ecf2;
	border-radius: 16px;
	padding: 1.3rem 1.3rem 1.35rem;
	text-decoration: none !important;
	color: inherit;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

a.tem-res-card:hover,
a.tem-res-card:focus {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(15, 27, 45, 0.08);
	border-color: #f0d2ad;
}

.tem-res-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0 0 0.85rem;
	border-radius: 12px;
	background: #fff4e6;
	color: #c45c00;
}

.tem-res-icon svg {
	width: 22px;
	height: 22px;
}

.tem-res-card h3 {
	margin: 0 0 0.45rem;
	font-size: 1.08rem;
	color: #0f1b2d;
}

.tem-res-card p {
	margin: 0 0 0.85rem;
	color: #3d4a5c;
	line-height: 1.6;
	flex: 1 1 auto;
}

.tem-res-card-go {
	font-weight: 650;
	color: #c45c00;
	font-size: 0.92rem;
}

.tem-res-table-wrap {
	overflow-x: auto;
	margin: 0.4rem 0 0;
	border: 1px solid #e8ecf2;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 27, 45, 0.04);
}

.tem-res-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 640px;
}

.tem-res-table th,
.tem-res-table td {
	padding: 0.85rem 1rem;
	text-align: left;
	border-bottom: 1px solid #eef1f6;
	vertical-align: middle;
}

.tem-res-table thead th {
	background: #0f1b2d;
	color: #fff;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 650;
}

.tem-res-table tbody tr:nth-child(even) {
	background: #fbfcfe;
}

.tem-res-table tbody tr:hover {
	background: #fff8f0;
}

.tem-res-table .year {
	font-weight: 700;
	color: #0f1b2d;
	white-space: nowrap;
}

.tem-res-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.tem-res-dl {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	min-height: 34px;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: #f08a24;
	color: #0f1b2d !important;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none !important;
}

.tem-res-dl:hover,
.tem-res-dl:focus {
	background: #ff9d3a;
	color: #0f1b2d !important;
}

.tem-res-dl-ghost {
	background: #fff;
	color: #c45c00 !important;
	border: 1px solid #f0d2ad;
}

.tem-res-dl-ghost:hover,
.tem-res-dl-ghost:focus {
	background: #fff7ee;
	color: #0f1b2d !important;
}

.tem-res-muted {
	color: #8a94a6;
	font-size: 0.88rem;
}

.tem-res-size {
	color: #667085;
	font-size: 0.8rem;
	font-weight: 500;
}

.tem-res-faq details {
	background: #f7f8fb;
	border: 1px solid #e8ecf2;
	border-radius: 12px;
	margin: 0 0 0.65rem;
	padding: 0.15rem 0;
}

.tem-res-faq summary {
	cursor: pointer;
	list-style: none;
	padding: 0.9rem 1.15rem;
	font-weight: 650;
	color: #0f1b2d;
}

.tem-res-faq summary::-webkit-details-marker {
	display: none;
}

.tem-res-faq summary::after {
	content: "+";
	float: right;
	color: #f08a24;
	font-weight: 700;
}

.tem-res-faq details[open] summary::after {
	content: "–";
}

.tem-res-faq details p {
	margin: 0;
	padding: 0 1.15rem 1rem;
	color: #3d4a5c;
	line-height: 1.7;
}

.tem-res-related {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.tem-res-related a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0.45rem 0.95rem;
	border-radius: 999px;
	background: #0f1b2d;
	color: #fff !important;
	font-weight: 650;
	font-size: 0.9rem;
	text-decoration: none !important;
}

.tem-res-related a:hover,
.tem-res-related a:focus {
	background: #f08a24;
	color: #0f1b2d !important;
}

.tem-res-reveal {
	opacity: 1;
	transform: none;
}

@media (max-width: 900px) {
	.tem-res-grid,
	.tem-res-grid-2 {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.tem-res-hero {
		padding: 1.75rem 1rem 2rem;
	}

	.tem-res-wrap {
		padding: 0 1rem 2.6rem;
	}

	.tem-res-grid,
	.tem-res-grid-2 {
		grid-template-columns: 1fr;
	}

	.tem-res-table {
		min-width: 520px;
	}
}
