._editable-field_1kxpr_1._property-item_1kxpr_1 {
  margin-bottom: 16px;
  width: 100%;
}

._property-label_1kxpr_6 {
  font-size: 11px;
  color: var(--text-secondary);
  margin-bottom: 4px;
}

._property-value_1kxpr_12 {
  font-size: 13px;
  color: var(--text-primary);
  padding: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

._property-value_1kxpr_12:hover, ._property-value_1kxpr_12._editing_1kxpr_28 {
  background: var(--bg-card, rgba(0, 0, 0, 0.05));
  border-color: var(--border-color, #e2e8f0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}


._editable-input_1kxpr_36 {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--text-primary);
  font-size: 13px;
  font-family: inherit;
  padding: 0;
  outline: none;
}

._editable-input-wrapper_1kxpr_47 {
  width: 100%;
}

._action-buttons_1kxpr_51 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
  width: 100%;
}

._action-button_1kxpr_51 {
  background: var(--bg-card, #fff);
  border: 1px solid var(--border-color, #e2e8f0);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 10px;
  color: var(--text-primary, #2d3748);
  cursor: pointer;
  transition: all 0.2s ease;
}

._action-button_1kxpr_51:hover {
  background: var(--primary-color, #f6961d);
  color: white;
}
