@import 'part:@lyra/base/theme/variables-style';

.previewImage {
  width: 100%;
  height: auto;
}

.dialogInner {
  max-width: 100%;
  max-height: 100%;
  height: 40rem;
  width: 50rem;
  z-index: 0;
  position: relative;
  box-sizing: border-box;
  border-radius: var(--border-radius-large);
  overflow: hidden;
}

.functions {
  composes: functions from 'part:@lyra/components/fieldsets/default-style';
}
