/* Targeted layout fixes — header & footer only (AnyLifestyles) */

/* Footer — single black bar */
.site-footer,
.site-footer .footer-section {
	background-color: #000000 !important;
}

.site-footer .footer-section + .footer-section > .cs-container > * {
	border-top: none !important;
}

.site-footer .footer-section > .cs-container > * {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.site-footer .footer-info {
	text-align: center;
}

.site-footer .site-logo,
.site-footer .site-title {
	display: block;
	margin: 0 auto 1.25rem;
}

.site-footer .navbar-footer {
	margin-bottom: 1rem;
}

.site-footer .navbar-footer .navbar-nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5rem 1.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .navbar-footer .navbar-nav > li {
	display: inline-block;
	margin: 0;
}

.site-footer .navbar-footer .navbar-nav > li > a {
	display: inline-block;
	padding: 0.25rem 0;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
}

.site-footer .footer-copyright {
	line-height: 1.6;
	font-size: 0.8125rem;
	margin-top: 0.5rem;
	opacity: 0.85;
}

@media (min-width: 760px) {
	.site-footer .footer-info {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		text-align: left;
		gap: 1rem 2rem;
	}

	.site-footer .site-logo,
	.site-footer .site-title {
		margin: 0;
		flex: 0 0 auto;
	}

	.site-footer .navbar-footer {
		margin: 0 0 0 auto;
		flex: 1 1 auto;
	}

	.site-footer .navbar-footer .navbar-nav {
		justify-content: flex-end;
	}

	.site-footer .footer-copyright {
		flex: 1 1 100%;
		margin-top: 0.25rem;
	}
}

/* Header — logo left, navigation right */
@media (min-width: 1120px) {
	.navbar-primary .navbar {
		justify-content: space-between;
		width: 100%;
	}

	.navbar-primary .navbar-col:first-child {
		flex: 0 0 auto;
	}

	.navbar-primary .navbar-col:nth-child(2) {
		flex: 1 1 auto;
		display: flex;
		justify-content: flex-end;
	}

	.navbar-primary .navbar-col:nth-child(2) > div {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}

	.navbar-primary .navbar .navbar-nav {
		justify-content: flex-end;
		flex-wrap: wrap;
		gap: 0.25rem 1.5rem;
	}

	.navbar-primary .navbar-col:last-child {
		flex: 0 0 auto;
	}
}

@media (max-width: 1119.98px) {
	.navbar-primary .navbar-col:first-child {
		justify-content: flex-start;
		flex-grow: 1;
	}

	.navbar-primary .navbar-brand {
		position: static;
		top: auto;
		left: auto;
		transform: none;
		margin-left: 0.75rem;
		margin-right: auto;
	}

	.navbar-primary .navbar-col:last-child {
		flex: 0 0 auto;
	}
}
