.imports {
  overflow: hidden;

  & .admin-area section {
    display: flex;
    flex-direction: column;
  }

  & .solo-form {
    flex: 1;
  }

  & .fieldset-wrapper {
    overflow: auto;
    padding: 1rem;
  }

  & .solo-form footer {
    margin-top: auto;
    padding: 0.5rem 1rem;
  }
}
