.gfdseo-footer-locations-panel {
	box-sizing: border-box;
	width: 100%;
	padding: 30px 30px 48px;
	border-radius: 10px;
	background: #dddfe0;
	color: #000;
}

.gfdseo-footer-locations-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px 38px;
}

.gfdseo-footer-location {
	min-width: 0;
}

.gfdseo-footer-location-heading {
	display: block;
	padding-left: 24px;
}

.gfdseo-footer-location-name {
	margin: 0;
	color: #000;
	font-family: Inter, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
}

.gfdseo-footer-location-pin {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	color: #fdc700;
}

.gfdseo-footer-location-pin svg,
.gfdseo-footer-location-contact-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.gfdseo-footer-location-address-row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 6px;
}

.gfdseo-footer-location-address-lines {
	min-height: 42px;
}

.gfdseo-footer-location-address {
	min-height: 21px;
	margin: 0;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
}

.gfdseo-footer-location-address.is-empty {
	visibility: hidden;
}

.gfdseo-footer-location-contact {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 9px;
}

.gfdseo-footer-location-contact a {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 8px;
	color: #000;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: 0;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.gfdseo-footer-location-contact a:hover,
.gfdseo-footer-location-contact a:focus-visible {
	text-decoration: underline;
}

.gfdseo-footer-location-contact-icon {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

@media (max-width: 1024px) {
	.gfdseo-footer-locations-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.gfdseo-footer-locations-panel {
		padding: 24px 20px;
	}

	.gfdseo-footer-locations-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.gfdseo-footer-location-contact {
		margin-top: 9px;
	}
}
