// test-view
.test-view-wrapper {
  border: 1px solid red;
  padding: 1px;
  margin: 1px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.test-section-wrapper {
  border: 1px solid blue;
  padding: 1px;
  margin: 1px;
}
//----------
