/* Federalist-inspired Daily Sceptic footer. */
.ds-site-footer {
	background: var(--ds-black);
	color: var(--ds-white);
	padding: 82px 24px 46px;
	text-align: center;
}

.ds-site-footer__inner { align-items: center; display: flex; flex-direction: column; }
.ds-site-footer__logo { display: inline-block; line-height: 0; margin-bottom: 60px; }
.ds-site-footer__logo-image { display: block; height: auto; max-width: min(340px, 78vw); width: min(340px, 78vw); }
.ds-site-footer__navigation { margin-bottom: 52px; width: 100%; }
.ds-site-footer__navigation ul { align-items: center; display: flex; flex-wrap: wrap; gap: 18px 34px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.ds-site-footer__navigation a { color: var(--ds-white); font-family: var(--ds-font-headings); font-size: 16px; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.ds-site-footer__navigation a:hover, .ds-site-footer__navigation a:focus { color: var(--ds-red); }
.ds-site-footer__socials { margin-bottom: 46px; }
.ds-site-footer__socials .ct-social-box { align-items: center; display: flex; gap: 30px; justify-content: center; }
.ds-site-footer__socials a { color: var(--ds-white); }
.ds-site-footer__socials a:hover, .ds-site-footer__socials a:focus { color: var(--ds-red); }
.ds-site-footer__socials svg { fill: currentColor; height: 25px; width: 25px; }
.ds-site-footer__privacy { font-family: var(--ds-font-headings); font-size: 13px; font-weight: 700; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.ds-site-footer__privacy a { color: var(--ds-white); text-decoration: none; }
.ds-site-footer__privacy a:hover, .ds-site-footer__privacy a:focus { color: var(--ds-red); }

@media (max-width: 680px) {
	.ds-site-footer { padding: 56px 16px 34px; }
	.ds-site-footer__logo { margin-bottom: 42px; }
	.ds-site-footer__logo-image { max-width: min(300px, 84vw); width: min(300px, 84vw); }
	.ds-site-footer__navigation { margin-bottom: 40px; }
	.ds-site-footer__navigation ul { gap: 16px 22px; }
	.ds-site-footer__navigation a { font-size: 14px; }
	.ds-site-footer__socials { margin-bottom: 38px; }
	.ds-site-footer__socials .ct-social-box { gap: 22px; }
	.ds-site-footer__socials svg { height: 22px; width: 22px; }
}

/* Keep Blocksy's native copyright row aligned with the black site footer. */
.ct-footer [data-row]:has([data-column*='copyright']) { background: var(--ds-black) !important; }
.ct-footer [data-row]:has([data-column*='copyright']) > div { background: transparent !important; }
.ct-footer [data-row]:has([data-column*='copyright']) .ct-footer-copyright { --theme-link-initial-color: var(--ds-white); --theme-text-color: var(--ds-white); color: var(--ds-white) !important; }
.ct-footer [data-row]:has([data-column*='copyright']) .ct-footer-copyright a { color: var(--ds-white) !important; }
