.essential-fields {
  display: grid;
  gap: 1rem;
}

.optional-fields {
  background: rgb(255 255 255 / 55%);
}

.optional-fields[open] summary {
  margin-bottom: 1rem;
}

.import-fallback {
  margin-top: .8rem;
  padding: .8rem;
  border: 1px dashed var(--line, #d8cec3);
  border-radius: 12px;
  background: rgb(255 255 255 / 55%);
}

.import-fallback textarea {
  width: 100%;
  box-sizing: border-box;
}

.member-item {
  align-items: flex-start;
  flex-direction: column;
}

.member-actions,
.backup-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  width: 100%;
}

.member-role-select {
  min-height: 42px;
  flex: 1 1 150px;
}

.member-actions button,
.backup-actions button {
  width: auto;
}

@media (max-width: 560px) {
  .member-actions button,
  .backup-actions button {
    flex: 1 1 auto;
  }
}
