.admin-wizards-manager .admin-wizard-controls {
  display: flex;
  justify-content: flex-start;

  h3 {
    margin-bottom: 0;
  }

  .buttons {
    display: flex;
    margin-left: auto;

    > * {
      margin-left: 10px;
    }

    #import-button:enabled,
    #export-button:enabled {
      background-color: var(--tertiary);
      color: var(--secondary);
    }

    #destroy-button:enabled {
      background-color: var(--danger);
      color: var(--secondary);
    }
  }

  #file-upload {
    display: none;
  }

  .filename {
    padding: 0 10px;
    border: 1px solid var(--primary);
    display: inline-flex;
    height: 28px;
    line-height: 28px;

    a {
      color: var(--primary);
      margin-right: 5px;
      display: inline-flex;
      align-items: center;
    }
  }
}

.wizard-list-select {
  list-style-type: none;
}

.wizard-action-buttons {
  flex-direction: column;
}

.control-column {
  width: 100px;
  text-align: center;
}