[data-column*='copyright'] {
	display: flex;
	flex-direction: column;
	justify-content: var(--vertical-alignment);
	text-align: var(--horizontal-alignment);
}

.ct-footer-copyright {
	color: var(--theme-text-color);
	--theme-content-spacing: 0;
	--theme-link-initial-color: var(--theme-text-color);

	> *:not(:first-child) {
		margin-top: 0.5em;
	}
}