page-report-view {
  display: flex;
  flex-direction: column;
  height: 100%;

  report-panel {
    flex: 1;

    .to-search {
      top: 10px;
      right: 10px;
    }
  }

  html.embed & {
    min-height: calc(100vh - 16px);

    .to-search {
      display: none;
    }
  }
}
