/* Footer V1 */
.ftr.v1 {
	background: linear-gradient(to bottom, var(--background), var(--inner-theme));
}

/* ===== Divider ===== */
.ftr.v1 .ftr-rule {
	border: none;
	border-top: 1px solid hsl(from var(--text-color) h s l / .25);
	margin: 0;
}

/* ===== Col 2: Quick Links ===== */
.ftr.v1 .ftr-nav-lk {
	color: var(--accent);
	font-size: 1.125rem;
	line-height: 1.7;
}

.ftr.v1 .ftr-nav-lk:hover {
	text-decoration: underline;
}

/* ===== Col 3: Locations ===== */
.ftr.v1 .ftr-addr {
	font-size: 1.125rem;
	line-height: 1.7;
}

.ftr.v1 .ftr-addr-lk {
	color: var(--accent);
}

.ftr.v1 .ftr-addr-lk:hover {
	text-decoration: underline;
}

/* ===== Social links ===== */
.ftr.v1 .so-lk {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: 1px solid hsl(from var(--text-color) h s l / .4);
}

/* ===== 4-column grid ===== */
.ftr.v1 .ftr-col-main {
	flex: 0 0 26rem;
	min-width: 0;
}

.ftr.v1 .ftr-col {
	min-width: 0;
}

/* ===== Legal bar ===== */
.ftr.v1 .ftr-legal {
	font-size: 0.875rem;

}


.ftr.v1 .ftr-scp-img {
	max-width: 2.5rem;
}
