.editable-convert {
  width: 100%;
  margin-top: 13px;
  padding: 9px;
  border: 1px solid #86af99;
  border-radius: 7px;
  background: #eef8f2;
  color: #175f40;
  font-size: 10px;
  font-weight: 700;
}
.editable-convert:hover { background: #dff1e6; }
.danger-zone.single-action { grid-template-columns: 1fr; }
.danger-zone.single-action button { color: #aa402f; border-color: #eccfc9; }
