/*
 * The service marker is intentionally obvious inside Elementor editor,
 * but collapses to zero height on the published page.
 */

.albireo-mkg-bg-end-marker {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.elementor-editor-active .albireo-mkg-bg-end-marker,
.elementor-edit-area-active .albireo-mkg-bg-end-marker {
	height: 42px;
	margin: 12px 0;
	border-top: 3px dashed currentColor;
	border-bottom: 3px dashed currentColor;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	letter-spacing: .02em;
	box-sizing: border-box;
}

.elementor-editor-active .albireo-mkg-bg-end-marker span,
.elementor-edit-area-active .albireo-mkg-bg-end-marker span {
	display: block;
	padding: 0 10px;
}
