
.footer-sidebar {
	padding-block: 40px 10px;
}

.footer-column {
	margin-bottom: 30px;
}

[class*="color-scheme-light"] .footer-widget {
	--wd-link-color: rgba(255, 255, 255, .6);
}

.wd-prefooter {
	padding-bottom: 40px;
	background-color: var(--wd-main-bgcolor);
}

.copyrights-wrapper {
	border-top: 1px solid var(--brdcolor-gray-300);
}

.min-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-inline: -15px;
	padding-block: 20px;
}

.min-footer>div {
	flex: 1 0 50%;
	padding-inline: 15px;
	max-width: 50%;
	line-height: 1.2;
}

.min-footer .col-right {
	text-align: right;
}

.copyrights-centered .min-footer {
	align-items: stretch;
	flex-wrap: wrap;
	text-align: center;
}

.copyrights-centered .min-footer .col-right {
	text-align: center;
}

.copyrights-centered .min-footer>div {
	flex-basis: 100%;
	margin-bottom: 15px;
	max-width: 100%;
}

.copyrights-centered .min-footer>div:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.min-footer {
		align-items: stretch;
		flex-wrap: wrap;
		text-align: center;
	}
	
	.min-footer .col-right {
		text-align: center;
	}
	
	.min-footer>div {
		flex-basis: 100%;
		margin-bottom: 15px;
		max-width: 100%;
	}
	
	.min-footer>div:last-child {
		margin-bottom: 0;
	}
}
