/**
 * Native Site Editor footer.
 *
 * The selectors are deliberately scoped to the native footer so the classic
 * renderer remains an exact rollback source while Phase 2 is in progress.
 */

.jeo-native-footer {
	color: #0a0a0a;
	font-family: var(--primary-font, "Open Sans Condensed", "Open Sans", sans-serif);
	margin-block-start: 2rem;
}

.jeo-native-footer a {
	color: inherit;
}

.jeo-native-footer > .wp-block-group,
.jeo-native-footer > .wp-block-columns {
	box-sizing: border-box;
}

.jeo-native-footer > .alignwide,
.jeo-native-footer__site-info > .alignwide {
	max-width: 90%;
	width: 1200px;
}

.jeo-native-footer__branding {
	border-top: 1px solid #979797;
	padding-block-start: 1rem;
}

.jeo-native-footer__branding .wp-block-site-logo,
.jeo-native-footer__branding .wp-block-image {
	margin: 0 0 1rem;
	max-height: 75px;
	max-width: 200px;
}

.jeo-native-footer__branding .wp-block-site-logo img,
.jeo-native-footer__branding .wp-block-image img {
	height: auto;
	max-height: 75px;
	width: auto;
}

.jeo-native-footer__social {
	gap: 0.5rem;
	margin: 0 0 1rem;
}

.jeo-native-footer__social .wp-social-link {
	background: transparent;
	color: #111;
}

.jeo-native-footer .jeo-native-footer__menus {
	border-top: 1px solid #979797;
	gap: 2rem;
	margin-block: 0;
	padding-block: 1rem 3.7rem;
}

.jeo-native-footer__menu {
	margin: 0;
}

.jeo-native-footer .widget-title {
	color: #555d66;
	font-family: var(--primary-font, "Open Sans Condensed", "Open Sans", sans-serif);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 1rem 0;
}

.jeo-native-footer__navigation,
.jeo-native-footer__navigation .wp-block-navigation__container,
.jeo-native-footer__navigation .wp-block-navigation__submenu-container {
	align-items: flex-start;
	gap: 0;
	font-weight: 400;
	width: 100%;
}

.jeo-native-footer__navigation .wp-block-navigation-item {
	margin: 0;
	width: 100%;
}

.jeo-native-footer__navigation .wp-block-navigation-item__content {
	font-size: 1rem;
	line-height: 23px;
	padding: 0.125rem 0;
}

.jeo-native-footer__navigation .wp-block-navigation__submenu-container {
	padding-inline-start: 1.5rem;
}

.jeo-native-footer__site-info {
	color: #6f6f6f;
	font-size: 0.75rem;
	padding-block: 1rem;
}

.jeo-native-footer__site-info-content {
	min-height: 28px;
}

.jeo-native-footer__site-info-content > * {
	margin-block: 0.25rem;
}

.jeo-native-footer__site-info-content > .jeo-native-footer__credit {
	display: flex;
	font-weight: 700;
	gap: 3px;
	margin-left: auto;
	margin-inline-start: auto;
}

.jeo-native-footer__credit p {
	font-size: inherit;
	margin: 0;
}

.jeo-native-footer__credit a {
	display: inline;
}

.jeo-native-footer__credit-marker {
	color: #e84118;
}

.jeo-native-footer__dark-logo {
	display: none;
}

.dark-theme .jeo-native-footer {
	color: #fff;
}

.dark-theme .jeo-native-footer .widget-title {
	color: #fff;
}

.dark-theme .jeo-native-footer__social .wp-social-link {
	color: #fff;
}

.dark-theme .jeo-native-footer__site-info {
	color: #6f6f6f;
}

.dark-theme .jeo-native-footer__site-logo,
.dark-theme .jeo-native-footer__light-logo {
	display: none;
}

.dark-theme .jeo-native-footer__dark-logo {
	display: block;
}

@media only screen and (max-width: 599px) {
	.jeo-native-footer {
		margin-bottom: 60px;
		text-align: center;
	}

	.jeo-native-footer__branding,
	.jeo-native-footer__site-info-content {
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.jeo-native-footer__branding .wp-block-site-logo,
	.jeo-native-footer__branding .wp-block-image,
	.jeo-native-footer__social {
		margin-inline: auto;
	}

	.jeo-native-footer__menus {
		display: block;
	}

	.jeo-native-footer__menu + .jeo-native-footer__menu {
		margin-block-start: 1rem;
	}

	.jeo-native-footer__navigation,
	.jeo-native-footer__navigation .wp-block-navigation__container {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.jeo-native-footer__navigation .wp-block-navigation-item,
	.jeo-native-footer__navigation .wp-block-navigation-item__content {
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.jeo-native-footer__site-info-content > .jeo-native-footer__credit {
		justify-content: center;
		margin-left: auto;
		margin-inline: auto;
	}
}
