.uth-lbsg-address,
.uth-lbsg-hours {
	border: 1px solid var(--uth-border);
	border-radius: 10px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: var(--uth-panel-bg, #fff);
}

.uth-hour-row {
	display: grid;
	grid-template-columns: 1fr 0.8fr auto 0.8fr;
	gap: 8px;
	align-items: center;
}

.uth-hour-sep {
	color: var(--uth-muted);
}

@media (max-width: 480px) {
	.uth-hour-row {
		grid-template-columns: 1fr 1fr;
	}

	.uth-hour-sep {
		display: none;
	}
}
/* Keep the generated output visible while editing long forms. */
.uth-local-business-schema-generator .uth-gen-output {
	align-self: start;
}

@media (min-width: 781px) {
	.uth-local-business-schema-generator .uth-gen-output {
		position: sticky;
		top: 20px;
	}
}
