/* All Styles in this file relate to the copyright section of the site/application. */

.footer__copyright-container {
    align-items: baseline;
    gap: .2rem;
    display: flex;
}

.footer__copyright {
	background: var(--color-dark-blue);
	clear: both;
	color: var(--color-white);
	overflow: hidden;
	padding: 10px 18px;
}

.footer__copyright a {
	color: var(--color-white);
	text-decoration: underline;
}

.footer__copyright p {
	font-size: 11px;
	margin: 0;
}

.footer__copyright .right {
	float: right;
}

.footer__copyright .left {
	align-items: baseline;
	float: left;
	min-width: 35px;
}