.ctg-footer-global {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 28px;
	width: 100%;
	text-align: left;
	font-family: inherit;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.45;
}

.ctg-footer-global__text,
.ctg-footer-global__links {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.ctg-footer-global__text {
	flex: 1 1 auto;
	min-width: 0;
}

/*
 * GeneratePress Customizer values from older CTG versions can still contain
 * an inline font-size/line-height wrapper. Normalize its descendants so the
 * copyright and legal navigation use one typographic baseline.
 */
.ctg-footer-global__text *,
.ctg-footer-global__links * {
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

.ctg-footer-global__text > :first-child {
	margin-top: 0 !important;
}

.ctg-footer-global__text > :last-child {
	margin-bottom: 0 !important;
}

.ctg-footer-global__links {
	flex: 0 0 auto;
	margin-left: auto;
	align-self: baseline;
}

.ctg-footer-legal {
	display: inline-flex;
	align-items: baseline;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: .55em;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	vertical-align: baseline;
}

.ctg-footer-legal__link {
	color: inherit;
	font: inherit;
	opacity: .78;
	text-decoration: none;
	text-underline-offset: 3px;
	transition: opacity .16s ease, text-decoration-color .16s ease;
}

.ctg-footer-legal__link:hover,
.ctg-footer-legal__link:focus-visible {
	color: inherit;
	opacity: 1;
	text-decoration: underline;
}

.ctg-footer-legal__link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.ctg-footer-legal__separator {
	font: inherit;
	opacity: .42;
}

@media (max-width: 768px) {
	.ctg-footer-global {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.ctg-footer-global__links {
		margin-left: 0;
		align-self: auto;
	}

	.ctg-footer-legal {
		justify-content: flex-start;
		white-space: normal;
	}
}
