.ref-snapshot {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f6f7f9;
}
.ref-snapshot__banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
}
.ref-snapshot__label {
  font-weight: 600;
  color: #222;
}
.ref-snapshot__path {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ref-snapshot__frame {
  flex: 1;
  border: 0;
  background: white;
}
