.file-preview[data-v-3c263c2b] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--app-bg-surface);
}
.file-preview__frame[data-v-3c263c2b] {
  width: 100%;
  height: 100%;
  border: none;
}
.file-preview__image[data-v-3c263c2b] {
  max-width: 100%;
  max-height: 100%;
}
.file-preview__media[data-v-3c263c2b] {
  max-width: 100%;
  max-height: 100%;
}
.file-preview__audio[data-v-3c263c2b] {
  width: 100%;
}
.file-preview__office[data-v-3c263c2b] {
  width: 100%;
  height: 100%;
  overflow: auto;
  align-self: stretch;
  background: var(--app-bg-elevated, #fff);
}