/*
 * Styles for the footer copyright widget.
 */

.site-footer {
	border-top: 1px solid rgba(17, 24, 39, 0.1);
	background: #f7fbf8;
	color: #111827;
}

.site-footer > .site-footer__copyright {
	width: min(100% - 2rem, 1320px);
	margin: 0 auto;
	padding: 1rem 0 1.25rem;
}

.site-footer__copyright {
	color: #4b5563;
	font-size: 0.95rem;
}

.site-footer__copyright--left {
	text-align: left;
}

.site-footer__copyright--center {
	text-align: center;
}

.site-footer__copyright--right {
	text-align: right;
}

.site-footer__copyright p,
p.site-footer__copyright,
.nova-copyright-footer-widget__text,
.nova-copyright-footer-widget__notice {
	margin: 0;
}

.nova-copyright-footer-widget__notice a {
	color: inherit;
	text-decoration: underline;
}
