.mini-preview[data-v-9f9ca73c] {
  display: flex;
  font-size: 32px;
  min-width: 48px;
  max-width: 48px;
  align-items: center;
  justify-content: center;
}
.toolbar[data-v-9f9ca73c] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.browse[data-v-9f9ca73c] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.preview-image[data-v-9f9ca73c] {
  display: flex;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.preview-image img[data-v-9f9ca73c] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.preview-filename[data-v-9f9ca73c] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.preview-filesize[data-v-9f9ca73c] {
  font-size: 14px;
  color: var(--ion-color-medium);
  margin-bottom: 5px;
}