.atlas-business address {
	font-style: normal;
	line-height: 1.6;
	margin: 0;
}

.atlas-nap__contact {
	margin: .75em 0 0;
	line-height: 1.6;
}

.atlas-business-hours {
	border-collapse: collapse;
	width: 100%;
	max-width: 22rem;
	font-size: inherit;
}

.atlas-business-hours th,
.atlas-business-hours td {
	padding: .3em 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}

.atlas-business-hours th {
	font-weight: 600;
	padding-right: 1.25em;
	white-space: nowrap;
}

.atlas-business-note {
	margin: .6em 0 0;
	font-size: .92em;
	opacity: .85;
}

.atlas-business-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: .4em;
}

.atlas-business-links.has-columns {
	grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
	gap: .5em 1.5em;
}

.atlas-map iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 4 / 3;
	border: 0;
	border-radius: var(--wp--custom--radius--medium, 10px);
	background: rgba(0, 0, 0, .04);
}

.atlas-form-fallback {
	padding: 1.25em 1.5em;
	border: 1px dashed currentColor;
	border-radius: var(--wp--custom--radius--medium, 10px);
}

.atlas-form-fallback .atlas-admin-note {
	margin: 0 0 1em;
	padding: .6em .9em;
	border-radius: 6px;
	background: #fff4d6;
	color: #5c4100;
	font-size: .9em;
}

.atlas-demo-bar {
	margin: 0;
	padding: .45em 1rem;
	background: #fff4d6;
	color: #5c4100;
	font: 600 13px/1.4 system-ui, -apple-system, "Segoe UI", sans-serif;
	text-align: center;
}
