/* Footer identity options and alignment refinements. */
.footer-about {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-about > p,
.footer-logo,
.footer-social {
	width: 100%;
}

.footer-logo__mark {
	flex: 0 0 auto;
	overflow: hidden;
}

.footer-logo__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-social {
	direction: rtl;
	justify-content: flex-start;
	align-items: center;
}

.footer-social a {
	flex: 0 0 52px;
}

/* Use an escaped code point so the menu arrow cannot be corrupted by charset decoding. */
.footer-nav a::before {
	content: "\2039";
}

.footer-bottom .footer-copyright {
	grid-column: 2;
	justify-self: center;
	text-align: center;
}

.footer-bottom .footer-theme {
	grid-column: 3;
}

@media (max-width: 700px) {
	.footer-bottom .footer-copyright {
		grid-column: 1 / -1;
	}

	.footer-bottom .footer-theme {
		grid-column: 2;
	}

	.footer-mobile-centered .footer-newsletter__copy,
	.footer-mobile-centered .footer-columns,
	.footer-mobile-centered .footer-bottom {
		text-align: center;
	}

	.footer-mobile-centered .footer-newsletter__copy {
		padding-right: 0;
		padding-bottom: 16px;
		border-right: 0;
		border-bottom: 2px solid #e3b42f;
	}

	.footer-mobile-centered .footer-about,
	.footer-mobile-centered .footer-contact {
		align-items: center;
	}

	.footer-mobile-centered .footer-logo,
	.footer-mobile-centered .footer-social,
	.footer-mobile-centered .footer-contact > a:not(.footer-contact__button) {
		justify-content: center;
	}

	.footer-mobile-centered .footer-about > p {
		margin-inline: auto;
	}

	.footer-mobile-centered .footer-columns h2::after {
		right: 50%;
		transform: translateX(50%);
	}

	.footer-mobile-centered .footer-contact__button {
		margin-inline: auto;
	}

	.footer-mobile-centered .footer-bottom {
		justify-items: center;
	}

	.footer-mobile-centered .footer-bottom .footer-theme {
		justify-self: center;
	}
}
