._editable-field_vf55d_1._property-item_vf55d_1 {
  margin-bottom: 16px;
}

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

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

._property-value_vf55d_11:hover, ._property-value_vf55d_11._editing_vf55d_26 {
  border-color: var(--primary-color, #f6961d);
  box-shadow: 0 0 0 3px rgba(246, 150, 29, 0.1);
}

._edit-icon_vf55d_31 {
  opacity: 0;
  margin-left: 8px;
  transition: opacity 0.2s;
  color: #bbb;
}

._property-value_vf55d_11:hover ._edit-icon_vf55d_31,
._property-value_vf55d_11._editing_vf55d_26 ._edit-icon_vf55d_31 {
  opacity: 1;
}

._pencil-always_vf55d_43 {
  opacity: 1 !important;
}

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

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

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

._action-button_vf55d_62 {
  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_vf55d_62:hover {
  background: var(--primary-color, #f6961d);
  color: white;
}
