:host {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;

  height: calc(100vh - 116px);

  .header {
    font: var(--default-font-h1);
    color: var(--wiki-font-h1-color);
  }
}

.test-list-wrapper {
  overflow-x: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.settings {
  display: flex;
  justify-content: space-between;

  .filter-editor {
    flex: 1;
  }
}
