:root {
	--ftd-ink: #061120;
	--ftd-deep: #020c1a;
	--ftd-red: #d20919;
	--ftd-paper: #fbfaf7;
	--ftd-soft: #f4f0eb;
	--ftd-muted: #5f6874;
	--ftd-line: #e7e0d8;
	--ftd-gold: #d3a15f;
	--pri-color: #d20919;
	--ftd-serif: "Newsreader", Georgia, "Times New Roman", serif;
	--ftd-sans: "Source Sans 3", Arial, Helvetica, sans-serif;
}

html,
body {
	margin: 0;
	overflow-x: hidden;
}

body.ftd-site-page,
body.ftd-home-page {
	background: var(--ftd-paper);
	color: var(--ftd-ink);
	font-family: var(--ftd-sans);
	letter-spacing: 0;
}

html[dir="rtl"] body.ftd-site-page,
html[dir="rtl"] body.ftd-home-page {
	text-align: right;
}

html[dir="rtl"] .ftd-logo,
html[dir="rtl"] .ftd-social,
html[dir="rtl"] .ftd-action-controls,
html[dir="rtl"] .ftd-article-video,
html[dir="rtl"] .wp-block-embed {
	direction: ltr;
}

html[dir="rtl"] .ftd-menu,
html[dir="rtl"] .ftd-topbar__copy,
html[dir="rtl"] .ftd-single__content,
html[dir="rtl"] .ftd-archive__content,
html[dir="rtl"] .ftd-page__content {
	direction: rtl;
	text-align: right;
}

.ftd-site a {
	color: inherit;
	text-decoration: none;
}

.ftd-site a,
.ftd-site button,
.ftd-site input,
.ftd-site textarea {
	pointer-events: auto;
}

.ftd-site *::before,
.ftd-site *::after {
	pointer-events: none;
}

.ftd-site a:hover,
.ftd-site a:focus {
	color: var(--ftd-red);
}

.ftd-site .ftd-button:hover,
.ftd-site .ftd-button:focus,
.ftd-site .ftd-logo:hover,
.ftd-site .ftd-logo:focus,
.ftd-site .ftd-footer__logo:hover,
.ftd-site .ftd-footer__logo:focus,
.ftd-site .ftd-social a:hover,
.ftd-site .ftd-social a:focus,
.ftd-site .ftd-footer__social a:hover,
.ftd-site .ftd-footer__social a:focus {
	color: inherit;
}

.ftd-container {
	margin: 0 auto;
	max-width: 1450px;
	padding: 0 32px;
	width: 100%;
}

.ftd-topbar {
	background: var(--ftd-deep);
	color: #fff;
	font-size: 14px;
}

.ftd-topbar__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 42px;
}

.ftd-topbar p {
	margin: 0;
}

.ftd-topbar__copy {
	align-items: center;
	display: flex;
	gap: 16px;
}

.ftd-topbar__copy time {
	border-left: 1px solid rgba(255,255,255,0.22);
	color: #d7dce5;
	font-size: 12px;
	font-weight: 700;
	padding-left: 18px;
}

.ftd-topbar span,
.ftd-languages .is-active,
.ftd-kicker,
.ftd-footer span {
	color: var(--ftd-red);
}

.ftd-social {
	align-items: center;
	display: flex;
	gap: 26px;
}

.ftd-social a {
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.ftd-mainnav {
	background: #fffdf9;
	border-bottom: 1px solid var(--ftd-line);
}

.ftd-mainnav__inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 220px 1fr auto;
	min-height: 100px;
}

.ftd-logo img {
	display: block;
	height: auto;
	max-width: 205px;
	width: 100%;
}

.ftd-menu {
	align-items: center;
	display: flex;
	gap: clamp(16px, 2vw, 35px);
	justify-content: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.ftd-menu a,
.ftd-languages a {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.ftd-menu a:hover,
.ftd-menu a:focus {
	color: var(--ftd-red);
}

.ftd-actions {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-content: flex-end;
}

.ftd-action-controls {
	display: contents;
}

.ftd-menu-toggle {
	display: none;
}

.ftd-languages {
	align-items: center;
	border-left: 1px solid #cfc7bd;
	border-right: 1px solid #cfc7bd;
	display: flex;
	gap: 18px;
	padding: 0 18px;
}

.ftd-languages a {
	align-items: center;
	display: inline-flex;
	min-height: 32px;
	position: relative;
}

.ftd-languages .is-active {
	position: relative;
}

.ftd-languages .is-active:after {
	background: var(--ftd-red);
	bottom: -3px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.ftd-search {
	font-size: 23px;
}

.ftd-button,
.ftd-search-form button {
	background: var(--ftd-red);
	border: 0;
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	padding: 15px 28px;
	text-transform: uppercase;
}

.ftd-button,
.ftd-button:visited,
.ftd-button:hover,
.ftd-button:focus,
.ftd-search-form button {
	color: #fff !important;
}

.ftd-button:hover,
.ftd-button:focus,
.ftd-search-form button:hover,
.ftd-search-form button:focus {
	background: #a80713;
	color: #fff;
}

.ftd-page-hero,
.ftd-single__header {
	background-image: linear-gradient(90deg, rgba(251,250,247,0.98), rgba(251,250,247,0.86), rgba(251,250,247,0.6)), url("../../../../uploads/2026/05/ChatGPT-Image-May-3-2026-02_18_42-AM.png");
	background-position: center right;
	background-size: cover;
	border-bottom: 1px solid var(--ftd-line);
	padding: 58px 0;
}

.ftd-page-hero h1,
.ftd-single__header h1 {
	color: var(--ftd-ink);
	font-family: var(--ftd-serif);
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.05;
	margin: 0;
	max-width: 900px;
}

.ftd-kicker {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ftd-page-description {
	color: var(--ftd-muted);
	margin-top: 14px;
	max-width: 720px;
}

.ftd-content-layout,
.ftd-single__body {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) 360px;
	padding-bottom: 76px;
	padding-top: 42px;
}

.ftd-post-list {
	display: grid;
	gap: 22px;
}

.ftd-card {
	display: block;
	margin: 0;
	min-height: 0 !important;
	padding: 0;
}

.ftd-card__link {
	align-items: start;
	background: #fffdf9;
	border: 1px solid var(--ftd-line);
	border-radius: 4px;
	color: inherit;
	display: grid;
	gap: 22px;
	grid-template-columns: 260px minmax(0, 1fr);
	min-height: 0 !important;
	padding: 16px;
	text-decoration: none;
}

.ftd-card__link:focus-visible {
	outline: 3px solid var(--ftd-red);
	outline-offset: 2px;
}

.ftd-card__image {
	align-self: start;
	aspect-ratio: 16 / 10;
	background: var(--ftd-soft);
	border-radius: 4px;
	display: block;
	overflow: hidden;
}

.ftd-card__body {
	align-self: start;
	display: block;
}

.ftd-card__image img,
.ftd-single__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ftd-card h2 {
	font-family: var(--ftd-serif);
	font-size: 28px;
	line-height: 1.12;
	margin: 0 0 10px;
}

.ftd-card__link:hover h2,
.ftd-card__link:focus-visible h2 {
	color: var(--ftd-red);
}

.ftd-card p {
	color: var(--ftd-muted);
	line-height: 1.55;
	margin: 0 0 12px;
}

.ftd-post-meta {
	color: var(--ftd-muted);
	font-size: 13px;
}

.ftd-post-meta a {
	color: var(--ftd-ink);
	font-weight: 700;
}

.ftd-aside {
	display: grid;
	gap: 22px;
	align-content: start;
}

.ftd-widget {
	background: var(--ftd-soft);
	border: 1px solid var(--ftd-line);
	border-radius: 4px;
	padding: 22px;
}

.ftd-widget h2 {
	border-bottom: 1px solid var(--ftd-line);
	color: var(--ftd-ink);
	font-size: 17px;
	font-weight: 900;
	margin: 0 0 16px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}

.ftd-widget h2:after {
	background: var(--ftd-red);
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 34px;
}

.ftd-search-form {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr auto;
}

.ftd-search-form input {
	background: #fff;
	border: 1px solid var(--ftd-line);
	border-radius: 4px;
	color: var(--ftd-ink);
	min-width: 0;
	padding: 13px 14px;
}

.ftd-sidebar-subscribe {
	display: grid;
	gap: 12px;
}

.ftd-sidebar-subscribe input {
	background: #fff;
	border: 0;
	border-radius: 4px;
	color: var(--ftd-ink);
	padding: 13px 14px;
}

.ftd-subscribe-toggle {
	display: none !important;
}

.ftd-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 20px;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.18s ease;
	z-index: 99999;
}

.ftd-subscribe-toggle:checked + .ftd-modal {
	opacity: 1;
	pointer-events: auto;
}

.ftd-modal__backdrop {
	background: rgba(2,12,26,0.72);
	display: block;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.ftd-site .ftd-modal__backdrop {
	z-index: 0;
}

.ftd-modal__panel {
	background: #fffdf9;
	border-radius: 4px;
	box-shadow: 0 24px 80px rgba(0,0,0,0.32);
	color: var(--ftd-ink);
	max-width: 460px;
	padding: 28px;
	pointer-events: auto;
	position: relative;
	width: min(100%, 460px);
	z-index: 1;
}

.ftd-site .ftd-modal__panel {
	z-index: 20;
}

.ftd-modal__close {
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 14px;
	z-index: 2;
}

.ftd-site .ftd-modal__close {
	z-index: 30;
}

.ftd-modal__panel h2 {
	font-family: var(--ftd-serif);
	font-size: 32px;
	line-height: 1.1;
	margin: 0 0 10px;
}

.ftd-modal__panel p {
	color: var(--ftd-muted);
	line-height: 1.5;
	margin: 0 0 16px;
}

.ftd-modal__status {
	background: var(--ftd-soft);
	border-left: 3px solid var(--ftd-red);
	padding: 10px 12px;
}

.ftd-modal__form {
	display: grid;
	gap: 10px;
}

.ftd-modal__form label {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ftd-modal__form input {
	border: 1px solid var(--ftd-line);
	border-radius: 4px;
	padding: 13px 14px;
}

.ftd-translate-widget {
	height: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

body > .skiptranslate,
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame {
	display: none !important;
}

html.translated-ltr,
html.translated-rtl,
body.translated-ltr,
body.translated-rtl,
body {
	top: 0 !important;
}

.ftd-recent-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ftd-recent-list li {
	border-bottom: 1px solid var(--ftd-line);
	padding: 11px 0;
}

.ftd-recent-list li:last-child {
	border-bottom: 0;
}

.ftd-recent-list a {
	font-family: var(--ftd-serif);
	font-weight: 700;
	line-height: 1.25;
}

.ftd-aside-subscribe {
	background: var(--ftd-deep);
	color: #fff;
}

.ftd-aside-subscribe h2,
.ftd-aside-subscribe p {
	color: #fff;
}

.ftd-single__image {
	aspect-ratio: 16 / 7;
	border-radius: 4px;
	margin: 34px 0 0;
	overflow: hidden;
}

.ftd-single__body--narrow,
.ftd-page .ftd-single__body {
	display: block;
	max-width: 980px;
}

.ftd-single__content {
	background: #fffdf9;
	border: 1px solid var(--ftd-line);
	border-radius: 4px;
	font-size: 18px;
	line-height: 1.75;
	padding: clamp(24px, 4vw, 54px);
}

.ftd-single__content h2,
.ftd-single__content h3 {
	color: var(--ftd-ink);
	font-family: var(--ftd-serif);
}

.ftd-single__content a {
	color: var(--ftd-red);
	font-weight: 700;
}

.ftd-related-posts {
	border-top: 1px solid var(--ftd-line);
	margin-top: 36px;
	padding-top: 26px;
}

.ftd-related-posts .ftd-section-heading {
	margin-bottom: 18px;
}

.ftd-related-posts .ftd-section-heading h2 {
	font-family: var(--ftd-sans);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.ftd-related-posts__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ftd-related-card {
	border-bottom: 1px solid var(--ftd-line);
	display: grid;
	gap: 10px;
	padding-bottom: 16px;
}

.ftd-related-card__image {
	aspect-ratio: 16 / 10;
	border-radius: 4px;
	overflow: hidden;
}

.ftd-related-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ftd-related-card__kicker {
	color: var(--ftd-red);
	font-family: var(--ftd-sans);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.ftd-related-card h3 {
	font-size: 20px;
	line-height: 1.15;
	margin: 0;
}

.ftd-single__content .ftd-related-card h3 a {
	color: var(--ftd-ink);
	font-weight: 700;
	text-decoration: none;
}

.ftd-single__content .ftd-related-card h3 a:hover,
.ftd-single__content .ftd-related-card h3 a:focus {
	color: var(--ftd-red);
}

.ftd-related-card p {
	color: var(--ftd-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.ftd-contact-form {
	border-top: 1px solid var(--ftd-line);
	margin-top: 28px;
	padding-top: 24px;
}

.ftd-contact-form form {
	display: grid;
	gap: 12px;
}

.ftd-contact-form label {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.ftd-contact-form input,
.ftd-contact-form textarea {
	background: #fff;
	border: 1px solid var(--ftd-line);
	border-radius: 4px;
	color: var(--ftd-ink);
	font: inherit;
	padding: 12px 14px;
	width: 100%;
}

.ftd-contact-form textarea {
	resize: vertical;
}

.ftd-contact-form button {
	justify-self: start;
	margin-top: 6px;
}

.ftd-form-status {
	background: #eef8f0;
	border-left: 3px solid #267a3f;
	padding: 10px 12px;
}

.ftd-form-status--error {
	background: #fff0f1;
	border-left-color: var(--ftd-red);
}

.ftd-footer {
	background: var(--ftd-deep);
	color: #fff;
	margin-top: 56px;
	padding-top: 36px;
}

.ftd-footer__inner {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(300px, 0.95fr) minmax(480px, 1.35fr) minmax(280px, 0.8fr);
	padding-bottom: 42px;
	padding-top: 32px;
}

.ftd-footer__brand {
	display: grid;
	gap: 16px;
}

.ftd-footer__brand small {
	color: #b8c1cf;
	display: block;
	font-size: 14px;
	line-height: 1.6;
	max-width: 430px;
}

.ftd-footer__brand p {
	font-family: var(--ftd-serif);
	font-size: 20px;
	line-height: 1.35;
	max-width: 480px;
}

.ftd-footer__logo {
	background: #fffdf9;
	border-radius: 4px;
	display: inline-flex;
	padding: 8px 10px;
	width: fit-content;
}

.ftd-footer__logo img {
	display: block;
	max-width: 210px;
	width: 100%;
}

.ftd-footer p {
	margin: 0;
}

.ftd-footer h2 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.ftd-footer__columns {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 10px;
}

.ftd-footer__nav {
	display: grid;
	gap: 7px;
	grid-auto-rows: max-content;
	text-transform: uppercase;
}

.ftd-footer__nav:nth-child(2),
.ftd-footer__nav:nth-child(3) {
	align-content: start;
	gap: 5px;
}

.ftd-footer__nav:nth-child(2) h2,
.ftd-footer__nav:nth-child(3) h2 {
	margin-bottom: 6px;
}

.ftd-footer__nav a {
	color: #d7dce5;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	transition: color 160ms ease;
}

.ftd-footer__nav a:hover,
.ftd-footer__nav a:focus {
	color: var(--ftd-red);
}

.ftd-footer__connect {
	display: grid;
	gap: 16px;
	padding-top: 10px;
}

.ftd-footer__connect p {
	color: #b8c1cf;
	line-height: 1.5;
	margin: 0;
	max-width: 330px;
}

.ftd-footer__social {
	display: flex;
	gap: 18px;
}

.ftd-footer__social a {
	align-items: center;
	border: 1px solid rgba(255,255,255,0.24);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	transition: border-color 160ms ease, color 160ms ease;
	width: 36px;
}

.ftd-site .ftd-footer__social a:hover,
.ftd-site .ftd-footer__social a:focus {
	border-color: var(--ftd-red);
	color: var(--ftd-red);
}

.ftd-footer__bottom {
	background: #000814;
	color: #aaaed1;
	font-size: 13px;
	padding: 18px 0;
}

.navigation.pagination .nav-links {
	display: flex;
	gap: 8px;
}

.navigation.pagination .page-numbers {
	background: #fff;
	border: 1px solid var(--ftd-line);
	border-radius: 4px;
	color: var(--ftd-ink);
	padding: 9px 13px;
}

.navigation.pagination .current,
.navigation.pagination a:hover {
	background: var(--ftd-red);
	color: #fff;
}

.ftd-empty {
	background: var(--ftd-soft);
	border-radius: 4px;
	padding: 24px;
}

.ftd-directory-list {
	display: grid;
	gap: 18px;
	padding-bottom: 72px;
	padding-top: 38px;
}

.ftd-directory-post {
	display: block;
	margin: 0;
	padding: 0;
}

.ftd-directory-post__link {
	align-items: start;
	background: #fffdf9;
	border: 1px solid var(--ftd-line);
	border-radius: 4px;
	color: inherit;
	display: grid;
	gap: 22px;
	grid-template-columns: 240px minmax(0, 1fr);
	padding: 16px;
	text-decoration: none;
}

.ftd-directory-post__link:focus-visible {
	outline: 3px solid var(--ftd-red);
	outline-offset: 2px;
}

.ftd-directory-post__image {
	aspect-ratio: 16 / 10;
	border-radius: 4px;
	display: block;
	overflow: hidden;
}

.ftd-directory-post__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ftd-directory-post__body {
	display: block;
	min-width: 0;
}

.ftd-directory-post__title {
	display: block;
	font-family: var(--ftd-serif);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 10px;
}

.ftd-directory-post__excerpt {
	color: var(--ftd-muted);
	display: block;
	line-height: 1.55;
	margin: 0 0 10px;
}

.ftd-directory-post time {
	color: var(--ftd-muted);
	font-size: 13px;
	font-weight: 700;
}

.ftd-directory-post__link:hover .ftd-directory-post__title,
.ftd-directory-post__link:focus-visible .ftd-directory-post__title {
	color: var(--ftd-red);
}

.ftd-section-directory {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	padding-bottom: 72px;
	padding-top: 38px;
}

.ftd-section-directory__card {
	background: #fffdf9;
	border: 1px solid var(--ftd-line);
	border-radius: 4px;
	padding: 24px;
}

.ftd-section-directory__image {
	aspect-ratio: 16 / 9;
	background: var(--ftd-soft);
	border-radius: 4px;
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
}

.ftd-section-directory__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
	width: 100%;
}

.ftd-section-directory__image:hover img,
.ftd-section-directory__image:focus img {
	transform: scale(1.035);
}

.ftd-section-directory__card h2 {
	font-family: var(--ftd-serif);
	font-size: 30px;
	line-height: 1.1;
	margin: 0 0 14px;
}

.ftd-section-directory__card ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
}

.ftd-section-directory__card li {
	border-bottom: 1px solid var(--ftd-line);
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: 10px;
}

@media (max-width: 1180px) {
	.ftd-mainnav__inner {
		grid-template-columns: 190px 1fr;
	}

	.ftd-actions {
		grid-column: 1 / -1;
		justify-content: space-between;
		padding-bottom: 16px;
	}

	.ftd-menu {
		justify-content: flex-end;
	}

	.ftd-content-layout,
	.ftd-single__body {
		grid-template-columns: 1fr;
	}

	.ftd-aside {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 820px) {
	.ftd-container {
		padding: 0 18px;
	}

	.ftd-topbar__inner,
	.ftd-mainnav__inner,
	.ftd-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.ftd-topbar__copy {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px 16px;
	}

	.ftd-topbar__copy p {
		flex: 0 0 100%;
	}

	.ftd-topbar__copy time {
		border-left: 0;
		padding-left: 0;
	}

	.ftd-topbar__copy .ftd-social {
		gap: 18px;
	}

	.ftd-mainnav__inner {
		display: flex;
		gap: 18px;
		padding-bottom: 18px;
		padding-top: 18px;
	}

	.ftd-menu,
	.ftd-actions,
	.ftd-languages,
	.ftd-footer__nav {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.ftd-languages .is-active:after {
		bottom: -5px;
	}

	.ftd-card__link,
	.ftd-directory-post__link,
	.ftd-aside,
	.ftd-footer__inner,
	.ftd-footer__columns,
	.ftd-search-form {
		grid-template-columns: 1fr;
	}

	.ftd-card__image {
		max-width: 440px;
	}

	.ftd-page-hero,
	.ftd-single__header {
		background-image: linear-gradient(90deg, rgba(251,250,247,0.96), rgba(251,250,247,0.78)), url("../../../../uploads/2026/05/ChatGPT-Image-May-3-2026-02_18_42-AM.png");
	}
}

@media (max-width: 520px) {
	.ftd-logo img,
	.ftd-footer__logo img {
		max-width: 180px;
	}

	.ftd-page-hero h1,
	.ftd-single__header h1 {
		font-size: 36px;
	}

	.ftd-single__content {
		font-size: 16px;
		padding: 22px;
	}
}

@media (max-width: 820px) {
	.ftd-mainnav__inner {
		align-items: center !important;
		display: grid !important;
		gap: 12px 14px;
		grid-template-columns: minmax(0, 1fr) auto;
		padding-bottom: 14px !important;
		padding-top: 14px !important;
	}

	.ftd-logo {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		transform: translateX(-16px);
	}

	.ftd-logo img {
		max-width: 174px;
	}

	.ftd-actions {
		display: contents !important;
	}

	.ftd-languages {
		border-left: 0;
		border-right: 0;
		display: flex;
		gap: 10px;
		grid-column: 2;
		grid-row: 1;
		justify-content: flex-end;
		padding: 0;
		white-space: nowrap;
	}

	.ftd-languages a {
		font-size: 11px;
		min-height: 28px;
	}

	.ftd-action-controls {
		align-items: center;
		display: flex;
		gap: 10px;
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: space-between;
		width: 100%;
	}

	.ftd-search,
	.ftd-menu-toggle {
		align-items: center;
		background: #fffdf9;
		border: 1px solid var(--ftd-line);
		border-radius: 4px;
		color: var(--ftd-ink);
		display: inline-flex;
		flex: 0 0 44px;
		font-size: 19px;
		height: 44px;
		justify-content: center;
		width: 44px;
	}

	.ftd-button--small {
		flex: 1 1 auto;
		min-height: 44px;
		padding: 15px 14px;
	}

	.ftd-menu-toggle {
		flex-direction: column;
		gap: 4px;
		padding: 0;
	}

	.ftd-menu-toggle span {
		background: var(--ftd-ink);
		display: block;
		height: 2px;
		width: 19px;
	}

	.ftd-menu {
		background: #fffdf9;
		border-top: 1px solid var(--ftd-line);
		display: none !important;
		flex-direction: column;
		gap: 0;
		grid-column: 1 / -1;
		grid-row: 3;
		padding-top: 6px;
		width: 100%;
	}

	.ftd-header.is-menu-open .ftd-menu {
		display: flex !important;
	}

	.ftd-menu a {
		border-bottom: 1px solid var(--ftd-line);
		display: block;
		padding: 12px 0;
		width: 100%;
	}
}

@media (max-width: 420px) {
	.ftd-logo img {
		max-width: 150px;
	}

	.ftd-languages {
		gap: 8px;
	}

	.ftd-languages a {
		font-size: 10px;
	}
}

@media (max-width: 820px) {
	.ftd-topbar__inner {
		align-items: center;
		display: grid;
		grid-template-columns: minmax(0, 1fr) max-content;
		row-gap: 8px;
	}

	.ftd-topbar__copy {
		display: contents;
	}

	.ftd-topbar__copy p {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.ftd-topbar__copy time {
		align-self: center;
		grid-column: 1;
		grid-row: 2;
		line-height: 1;
		min-width: 0;
		overflow: hidden;
		padding-right: 8px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ftd-topbar > .ftd-container > .ftd-social {
		align-self: center;
		gap: 2px;
		grid-column: 2;
		grid-row: 2;
		justify-self: end;
		line-height: 1;
		position: relative;
		z-index: 2;
	}

	.ftd-topbar > .ftd-container > .ftd-social a {
		align-items: center;
		display: inline-flex;
		height: 24px;
		justify-content: center;
		pointer-events: auto;
		width: 20px;
	}

	.ftd-action-controls {
		justify-content: flex-start;
	}

	.ftd-menu-toggle {
		order: 1;
	}

	.ftd-search {
		margin-left: auto;
		order: 2;
	}

	.ftd-action-controls .ftd-button--small {
		flex: 0 0 auto;
		min-height: 40px;
		min-width: 128px;
		order: 3;
		padding: 12px 18px;
		width: auto !important;
	}

	.ftd-header.is-menu-open .ftd-menu-toggle {
		background: #1558d6;
		border-color: #1558d6;
	}

	.ftd-menu-toggle:hover,
	.ftd-menu-toggle:focus,
	.ftd-header.is-menu-open .ftd-menu-toggle:hover,
	.ftd-header.is-menu-open .ftd-menu-toggle:focus {
		background: #1558d6;
		border-color: #1558d6;
	}

	.ftd-menu-toggle:hover span,
	.ftd-menu-toggle:focus span,
	.ftd-header.is-menu-open .ftd-menu-toggle span {
		background: #fff;
	}
}

@media (max-width: 420px) {
	.ftd-topbar > .ftd-container > .ftd-social {
		gap: 1px;
	}

	.ftd-topbar > .ftd-container > .ftd-social a {
		height: 22px;
		width: 19px;
	}

	.ftd-action-controls .ftd-button--small {
		min-width: 112px;
		padding-left: 12px;
		padding-right: 12px;
	}
}

.ftd-single__content .ftd-climate-policy-article {
	color: var(--ftd-ink);
	font-family: var(--ftd-body-font);
}

.ftd-single__content .ftd-climate-policy-article > * + * {
	margin-top: 24px;
}

.ftd-single__content .ftd-climate-policy-article p {
	font-size: 18px;
	line-height: 1.78;
}

.ftd-single__content .ftd-climate-policy-article .has-drop-cap::first-letter {
	color: var(--ftd-red);
	float: left;
	font-family: var(--ftd-serif);
	font-size: 5.1rem;
	font-weight: 700;
	line-height: .82;
	margin: 9px 12px 0 0;
}

.ftd-single__content .ftd-climate-policy-article h2 {
	border-bottom: 1px solid var(--ftd-line);
	font-family: var(--ftd-serif);
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.08;
	margin-top: 38px;
	padding-bottom: 10px;
}

.ftd-single__content .ftd-climate-policy-article h2::after {
	background: var(--ftd-red);
	content: "";
	display: block;
	height: 2px;
	margin-top: 10px;
	width: 40px;
}

.ftd-single__content .ftd-climate-policy-article figure {
	margin-left: 0;
	margin-right: 0;
}

.ftd-single__content .ftd-climate-policy-article img {
	border-radius: 4px;
	display: block;
	width: 100%;
}

.ftd-single__content .ftd-climate-policy-article figcaption {
	border-bottom: 1px solid var(--ftd-line);
	color: var(--ftd-muted);
	font-size: 13px;
	line-height: 1.5;
	margin-top: 8px;
	padding-bottom: 12px;
}

.ftd-single__content .ftd-article-wide-image img {
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.ftd-single__content .ftd-article-split-image img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.ftd-single__content .ftd-article-pullquote {
	border-left: 4px solid var(--ftd-red);
	margin: 30px 0;
	padding: 12px 0 12px 24px;
}

.ftd-single__content .ftd-article-pullquote p {
	font-family: var(--ftd-serif);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 600;
	line-height: 1.2;
}

.ftd-single__content .ftd-article-list {
	background: #f7f2ec;
	border: 1px solid var(--ftd-line);
	border-radius: 4px;
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 22px 0;
	padding: 24px;
}

.ftd-single__content .ftd-article-list li {
	font-size: 16px;
	line-height: 1.55;
	padding-left: 18px;
	position: relative;
}

.ftd-single__content .ftd-article-list li::before {
	background: var(--ftd-red);
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 7px;
}

.ftd-single__content .ftd-article-factbox {
	background: var(--ftd-ink);
	border-radius: 4px;
	color: #fff;
	margin: 28px 0;
	padding: 28px;
}

.ftd-single__content .ftd-article-factbox h3 {
	color: #fff;
	font-family: var(--ftd-sans);
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ftd-single__content .ftd-article-factbox p {
	color: rgba(255, 255, 255, .9);
	font-size: 16px;
	margin: 0;
}

.ftd-single__content .ftd-article-video .wp-block-embed__wrapper {
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 4px;
	overflow: hidden;
}

.ftd-single__content .ftd-article-video {
	margin: 26px 0;
}

.ftd-single__content .ftd-article-video iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 4px;
	display: block;
	height: 100%;
	width: 100%;
}

.ftd-single__content .ftd-article-video-caption {
	border-bottom: 1px solid var(--ftd-line);
	color: var(--ftd-muted);
	font-size: 13px;
	line-height: 1.5;
	margin-top: 8px;
	padding-bottom: 12px;
}

@media (max-width: 700px) {
	.ftd-related-posts__grid {
		grid-template-columns: 1fr;
	}

	.ftd-related-card {
		grid-template-columns: 110px minmax(0, 1fr);
	}

	.ftd-related-card__image {
		grid-row: span 3;
	}

	.ftd-related-card h3 {
		font-size: 18px;
	}

	.ftd-related-card p {
		display: none;
	}

	.ftd-single__content .ftd-climate-policy-article p {
		font-size: 16px;
		line-height: 1.7;
	}

	.ftd-single__content .ftd-climate-policy-article .has-drop-cap::first-letter {
		font-size: 4.2rem;
	}

	.ftd-single__content .ftd-article-wide-image img,
	.ftd-single__content .ftd-article-split-image img {
		aspect-ratio: 4 / 3;
	}
}
