.custom-form {
  background-color: #fafafa;
}

.custom-form__grid {
  width: 100%;
}

.custom-form__empty {
  color: #999;
  padding: 12px 0;
  text-align: center;
}

.custom-form__actions {
  display: flex;
  gap: 12px;
  padding: 12px 0 0;
  /* 对齐方式通过 style.justifyContent 动态注入，此处不再硬编码 center */
}

.custom-form__submit,
.custom-form__reset {
  min-width: 120px;
}
