.vgd-site-footer {
	background: var(--vgd-color-soft);
	border-top: 1px solid var(--vgd-color-border);
	padding: 48px 0 24px;
}

.vgd-footer-widgets {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 32px;
}

.vgd-footer-bottom {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--vgd-color-border);
}

.vgd-footer-menu {
	list-style: none;
	display: flex;
	gap: 18px;
	margin: 0;
	padding: 0;
}

.vgd-footer-copyright {
	color: var(--vgd-color-muted);
	font-size: 14px;
}
.vgd-footer-widgets{
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
	gap:30px;
	margin-bottom:30px;
}

.vgd-footer-widget-title{
	font-size:16px;
	margin-bottom:10px;
}

.vgd-footer-widget{
	font-size:14px;
}
.vgd-site-footer{
	padding:40px 0;
}

.vgd-footer-inner{
	max-width:1200px;
	margin:auto;
	padding:0 20px;
}

.vgd-footer-widgets{
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
	gap:30px;
	margin-bottom:30px;
}

.vgd-footer-menu{
	margin-bottom:20px;
}

.vgd-footer-nav{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
	list-style:none;
	padding:0;
	margin:0;
}

.vgd-footer-menu-left .vgd-footer-nav{
	justify-content:flex-start;
}

.vgd-footer-menu-center .vgd-footer-nav{
	justify-content:center;
}

.vgd-footer-menu-right .vgd-footer-nav{
	justify-content:flex-end;
}

.vgd-footer-copyright{
	font-size:14px;
	opacity:.8;
}