/* id:Theme — модуль footer-widgets. Подключается только там, где есть .id-footer--widgets (inc/assets.php). */

/* Нижняя строка: --id-footer-bottom-bg, --id-footer-bottom-color. */

.id-footer--widgets {
	padding-bottom: 0;
}

.id-footer--widgets .id-footer-columns {
	gap: var(--wp--preset--spacing--50, 2rem);
	margin: 0;
}

.id-footer--widgets .id-footer__bottom {
	margin-top: var(--wp--preset--spacing--50, 2rem);
	color: var(--id-footer-bottom-color, var(--wp--preset--color--base, #fff));
	background: var(--id-footer-bottom-bg, var(--wp--preset--color--contrast, #1a1a1a));
}

.id-footer--widgets .id-footer__bottom-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--wp--preset--spacing--20, 0.5rem) var(--wp--preset--spacing--40, 1.5rem);
	padding-block: var(--wp--preset--spacing--30, 1rem);
}

.wp-block-group.id-footer--widgets .id-footer__bottom-inner > * {
	margin: 0;
}

.id-footer--widgets .id-footer__bottom .id-footer__copy {
	color: inherit;
	opacity: 0.75;
}

.id-footer--widgets .id-footer__bottom .id-footer__credit {
	flex-basis: 100%;
	color: inherit;
	opacity: 0.6;
}
