/*
 * Makira Section Label - frontend styles.
 *
 * Deliberately minimal: color, typography, divider width/thickness/style/
 * spacing, and alignment are all applied via Elementor's own generated CSS
 * (see the `selectors` on each control in class-elementor-widget.php).
 * This file only sets up the base flex layout the widget depends on.
 */

.makira-section-label {
	display: flex;
	flex-direction: column;
	align-items: flex-start; /* overridden per-instance by the Alignment control */
}

.makira-section-label__text {
	display: inline-block;
}

.makira-section-label__divider {
	height: 0;
	border-top-width: 2px;
	border-top-style: solid;
	box-sizing: border-box;
}
