.fusioncore-form {
  display: grid;
  gap: 12px;
  max-width: 560px;
}

.fusioncore-field label {
  display: grid;
  gap: 6px;
}

.fusioncore-form input,
.fusioncore-form textarea,
.fusioncore-form button {
  font: inherit;
}

.fusioncore-form input,
.fusioncore-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
}

.fusioncore-form button {
  width: fit-content;
  cursor: pointer;
}

.fusioncore-form-status {
  min-height: 1.3em;
}
