.report-frame-container {
  width: 100%;
  height: calc(100vh - 130px);
  min-height: 600px;
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 4px;
  overflow: hidden;
}

.report-frame-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.report-notice {
  margin-bottom: 12px;
  font-size: .875rem;
  color: var(--md-default-fg-color--light);
}

.report-notice a {
  color: var(--md-accent-fg-color);
}
