.locallift-block {
	margin: 1.5rem 0;
}

.locallift-block--empty {
	padding: 1rem 1.25rem;
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	background: #f6f7f7;
	color: #50575e;
}

.locallift-contact__name {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
	line-height: 1.3;
}

.locallift-contact__phone,
.locallift-contact__email,
.locallift-contact__address {
	margin: 0 0 0.5rem;
	font-style: normal;
	line-height: 1.6;
}

.locallift-contact--inline .locallift-contact__phone,
.locallift-contact--inline .locallift-contact__email,
.locallift-contact--inline .locallift-contact__address {
	display: inline-block;
	margin-right: 1rem;
}

.locallift-hours__table {
	width: 100%;
	border-collapse: collapse;
}

.locallift-hours__table th,
.locallift-hours__table td {
	padding: 0.5rem 0.75rem;
	border-bottom: 1px solid #dcdcde;
	text-align: left;
	vertical-align: top;
}

.locallift-hours__table th {
	width: 38%;
	font-weight: 600;
}

.locallift-map__embed {
	overflow: hidden;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #f0f0f1;
	position: relative;
}

.locallift-map__embed--consent .locallift-map__canvas {
	visibility: hidden;
}

.locallift-map__consent {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1.25rem;
	text-align: center;
	background: #f6f7f7;
}

.locallift-map__consent[hidden] {
	display: none;
}

.locallift-map__consent-message {
	margin: 0;
	max-width: 28rem;
	color: #50575e;
	font-size: 0.95rem;
	line-height: 1.5;
}

.locallift-map__consent-button {
	border: 1px solid #2271b1;
	border-radius: 4px;
	background: #2271b1;
	color: #fff;
	padding: 0.5rem 1rem;
	font-size: 0.95rem;
	line-height: 1.4;
	cursor: pointer;
}

.locallift-map__consent-button:hover,
.locallift-map__consent-button:focus {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}

.locallift-map__embed--lazy {
	position: relative;
	background-color: #f0f0f1;
	background-image: linear-gradient(
		110deg,
		#f0f0f1 8%,
		#fafafa 18%,
		#f0f0f1 33%
	);
	background-size: 200% 100%;
}

.locallift-map__embed--loading {
	animation: locallift-map-shimmer 1.4s ease-in-out infinite;
}

@keyframes locallift-map-shimmer {
	to {
		background-position: -200% 0;
	}
}

.locallift-map__embed iframe,
.locallift-map__canvas {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.locallift-map__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.75rem;
}

.locallift-map__directions {
	font-weight: 600;
	text-decoration: none;
}

.locallift-map__notice {
	margin: 0.75rem 0 0;
	color: #646970;
	font-size: 0.95rem;
}

@media print {
	.locallift-map__embed {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.locallift-map__embed--loading {
		animation: none;
	}

	.locallift-map__embed iframe {
		scroll-behavior: auto;
	}
}

.locallift-locations-list {
	margin: 1.5rem 0;
	color: inherit;
	font: inherit;
}

.locallift-locations-list > .locallift-locations-list__items {
	margin-top: 1.5rem;
}

.locallift-locations-list > .locallift-locations-list__items:first-child {
	margin-top: 0;
}

.locallift-locations-list :where(
	.wp-block-paragraph,
	.wp-block-heading,
	.wp-block-image,
	.wp-block-list,
	.wp-block-buttons,
	.wp-block-quote,
	.wp-block-group,
	.wp-block-columns
) {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.locallift-locations-list__items {
	margin: 0;
	padding: 0;
}

.locallift-locations-list__item + .locallift-locations-list__item {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid currentColor;
	border-top-color: color-mix(in srgb, currentColor 18%, transparent);
}

.locallift-locations-list__card {
	position: relative;
	display: block;
}

.locallift-locations-list__card-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
	text-decoration: none;
}

.locallift-locations-list__card-link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.locallift-locations-list__interactive {
	position: relative;
	z-index: 2;
}

.locallift-locations-list__body {
	min-width: 0;
}

.locallift-locations-list__description,
.locallift-locations-list__excerpt {
	margin: 0 0 0.75rem;
	color: inherit;
	font-size: 0.96em;
	line-height: 1.6;
	opacity: 0.92;
}

.locallift-locations-list__title {
	margin: 0 0 0.5rem;
	font: inherit;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.3;
}

.locallift-locations-list__title a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.locallift-locations-list__cta {
	margin: 0.75rem 0 0;
	font-weight: 600;
}

.locallift-locations-list__cta-label {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.locallift-locations-list__address,
.locallift-locations-list__phone,
.locallift-locations-list__email {
	margin: 0 0 0.35rem;
	font-style: normal;
	line-height: 1.6;
}

.locallift-locations-list__phone a,
.locallift-locations-list__email a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.locallift-locations-list__icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 1.05em;
	height: 1.05em;
	opacity: 0.82;
}

.locallift-locations-list__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.locallift-locations-list__icon--arrow-right {
	width: 0.95em;
	height: 0.95em;
	opacity: 0.9;
}

.locallift-locations-list__hours {
	margin: 0.75rem 0 0;
}

.locallift-locations-list__hours-label {
	margin: 0 0 0.35rem;
	font-size: 0.9em;
	font-weight: 600;
}

.locallift-locations-list__hours-table {
	width: 100%;
	margin: 0;
	font-size: 0.92em;
}

.locallift-locations-list__hours-table th,
.locallift-locations-list__hours-table td {
	padding: 0.2rem 0.5rem 0.2rem 0;
	border-bottom: 0;
}

.locallift-locations-list__hours-table th {
	width: 38%;
	font-weight: 600;
}
