/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
	background-color: var(--kw-footer-bg, var(--wp--preset--color--primary));
	color: rgba(255, 255, 255, 0.8);
	padding-top: 3rem;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.8);
}

.site-footer a:hover {
	color: var(--wp--preset--color--surface);
}

.site-footer__widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 2rem;
	padding-bottom: 2rem;
}

.footer-widget-area .widget-title {
	color: var(--wp--preset--color--surface);
	font-size: 1rem;
	margin-bottom: 1rem;
}

.footer-widget-area ul {
	list-style: none;
}

.footer-widget-area li {
	margin-bottom: 0.375rem;
}

.footer-widget-area li a {
	font-size: 0.875rem;
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	padding-block: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.8125rem;
}

.site-footer__bottom ul {
	display: flex;
	list-style: none;
	gap: 1.5rem;
}

@media (max-width: 600px) {
	.site-footer__bottom {
		flex-direction: column;
		text-align: center;
	}
}
