.insure-footer {
	background:
		top left / 100% auto no-repeat url("../images/bg-pattern-footer-mobile.svg"),
		var(--insure-gray-50);
}

.insure-footer__inner {
	padding: 5.5rem 0;
	text-align: center;
}

.insure-footer__brand {
	display: grid;
	justify-items: center;
	gap: 2rem;
	padding-bottom: 2.5rem;
	border-bottom: 0.0625rem solid var(--insure-border);
}

.insure-footer .wp-block-image {
	margin: 0;
}

.insure-footer .insure-logo img {
	width: 100%;
}

.social-list,
.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-list {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.social-list .wp-block-image {
	width: 1.5rem;
	height: 1.5rem;
}

.social-list a {
	display: inline-flex;
	width: 1.5rem;
	height: 1.5rem;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
	transition: opacity 180ms ease;
}

.social-list img {
	width: 1.5rem;
	height: 1.5rem;
	object-fit: contain;
}

.social-list a:hover,
.social-list a:focus-visible {
	opacity: 1;
}

.footer-nav-grid {
	display: grid;
	gap: 2.5rem;
	padding-top: 2.5rem;
}

.footer-nav h2 {
	margin: 0 0 2rem;
	color: var(--insure-gray-700);
	font-family: var(--insure-body);
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1;
	text-transform: uppercase;
}

.footer-nav ul {
	display: grid;
	gap: 0.75rem;
}

.footer-nav li {
	margin: 0;
}

.footer-nav a {
	color: var(--insure-blue-950);
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1;
	text-transform: uppercase;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

@media (min-width: 48rem) {
	.insure-footer {
		background-image: url("../images/bg-pattern-footer-desktop.svg");
		background-size: 33rem auto;
	}

	.insure-footer__inner {
		text-align: left;
	}

	.insure-footer__brand {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer-nav-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
