/* ============================================================
   EBC Page Builder — Divider / Spacer (frontend)
   Most styling is emitted per-instance in a scoped <style> block;
   this file just guarantees predictable box behaviour.
   ============================================================ */

.ebc-divider {
    box-sizing: border-box;
}

.ebc-divider__line {
    box-sizing: border-box;
}
