/* css/modules/gf.css: the .gf-* module — split out of css/app.css by #360's sibling stage (#362).
   Load order is core.css, then every modules/*.css alphabetically; rules here
   are in their original relative order, and no selector in this file appears in
   any other (asserted in tests/css-split-check.js). */

/* Geofence editor (#/geofences) */
.gf-kind{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:9px;padding:7px 12px;font-weight:800;font-size:13px;cursor:pointer;background:#fff}
.gf-kind.is-on{border-color:var(--blue);background:#eef3fb;color:var(--blue)}
.gf-kind input{margin:0}
.gf-cb{display:flex;align-items:center;gap:8px;font-weight:700;font-size:13.5px;padding:5px 0;cursor:pointer}
.gf-cb input{width:18px;height:18px;flex:none}
.gf-cbs{display:flex;flex-wrap:wrap;gap:4px 16px}
.gf-tog{display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:12.5px;cursor:pointer}
.gf-tog input{width:16px;height:16px}
/* A / B endpoint labels on a line fence (Leaflet permanent tooltip) */
.gf-end-lbl{background:var(--blue);color:#fff;border:none;box-shadow:none;font-weight:900;font-size:11px;padding:1px 6px;border-radius:6px}
.gf-end-lbl::before{display:none}
