.editor-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.editor-controls button {
  border: 1px solid #c8d2dc;
  background: #fff;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}

.editor-controls button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.status {
  margin: 0 0 1rem;
  color: #334e68;
}

.status.error {
  color: #b42318;
}

.status.success {
  color: #027a48;
}

#cards-table input,
#cards-table select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4rem;
  border: 1px solid #c8d2dc;
  border-radius: 4px;
  font: inherit;
}
