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

	picture.bg img {
		opacity: 1;
	}
}

/* ===== 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(--white);
	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;
	
}

/* ===== 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 svg {
	width: 50px;
	height: 50px;
}

.ftr.v1 .crtd-by {
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
	white-space: nowrap;
}
