/* Seletor de zonas — estilos partilhados pelo formulário público e pela ficha. */
.zp-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; min-height: 26px; align-items: center; }
.zp-empty { font-size: 13px; color: #7a8496; }
.zp-tag {
  display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 550;
  background: #1a2b4a; color: #fff; padding: 5px 6px 5px 11px; border-radius: 999px;
}
.zp-tag button {
  border: 0; background: rgba(255,255,255,.2); color: #fff; width: 17px; height: 17px;
  border-radius: 50%; cursor: pointer; font-size: 13px; line-height: 1; padding: 0;
  display: grid; place-items: center;
}
.zp-tag button:hover { background: rgba(255,255,255,.38); }

.zp-conc { width: 100%; }

.zp-panel { margin-top: 10px; }
.zp-modes { display: flex; gap: 6px; margin-bottom: 10px; }
.zp-modes button {
  flex: 1; padding: 8px 10px; font-size: 13px; font-weight: 600; cursor: pointer;
  border: 1px solid #e1e5ea; background: #fff; color: #5b6472; border-radius: 8px; font-family: inherit;
}
.zp-modes button.on { background: #eef1f7; border-color: #1a2b4a; color: #1a2b4a; }

.zp-chips { display: flex; flex-wrap: wrap; gap: 6px; max-height: 216px; overflow-y: auto; padding: 2px; }
.zp-chip {
  font-size: 13px; font-weight: 500; background: #f4f5f7; border: 1px solid #e1e5ea; color: #14181f;
  padding: 7px 12px; border-radius: 999px; cursor: pointer; font-family: inherit; text-align: left;
}
.zp-chip:hover { border-color: #1a2b4a; }
.zp-chip.on { background: #1a2b4a; border-color: #1a2b4a; color: #fff; }

.zp-outras { width: 100%; margin-top: 10px; }
