/* ══════════════════════════════════════════════════ *
 * MARK: Copyright
 * ────────────────────────────────────────────────── */
#cvh--site-copyright > div {
	position: relative;
	isolation: isolate;

	&::before {
		content: '\0A';
		position: absolute;
		z-index: 5;
		inset-inline: 0;
		top: 0;
		height: var(--cvh-border-width);
		background-color: currentColor;
		translate: 0 -50%;
	}

	& > .cvh--footer-claim {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: var(--cvh-space-xs, 1.5rem);
		row-gap: var(--cvh-space-s, 2.5rem);

		& > .cvh--footer-content-ctn {
			flex-shrink: 0;
			min-width: fit-content;
			width: fit-content;
		}

		& > #cvh--site-footer-nav-ctn {
			flex-shrink: 0;
			min-width: fit-content;
			width: fit-content;

			justify-content: start;
		}

		& > .cvh--theme-claim {
			--cvh-color-text-dynamic: var(--action);
			flex-basis: 100%;

			& a {
				--cvh-color-link-dynamic: var(--action);
			}
		}
	}
}
