.nfe-config-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}

.nfe-user-form-select {
  width: 100%;
  min-height: 42px;
  padding: 0 40px 0 12px;
  border: 1px solid #cfe0d5;
  border-radius: 12px;
  background: #fff;
  color: #24312a;
  font: inherit;
  outline: none;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.nfe-user-form-select:focus {
  border-color: #58a66f;
  box-shadow: 0 0 0 3px rgba(31, 143, 69, .12);
}

@media (max-width: 640px) {
  .nfe-config-actions {
    width: 100%;
    justify-content: stretch;
  }

  .nfe-config-actions > button {
    flex: 1;
  }
}
