/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.wp-block-file {
  height: unset !important;
  min-height: unset !important;
  min-height: unset !important;
}
.wp-block-file[style*="--height-desktop"] > *:first-child {
  height: var(--height-desktop) !important;
}
.wp-block-file[style*="--min-height-desktop"] > *:first-child {
  min-height: var(--min-height-desktop) !important;
}
.wp-block-file[style*="--max-height-desktop"] > *:first-child {
  max-height: var(--max-height-desktop) !important;
}
@media (max-width: 959px) {
  .wp-block-file[style*="--height-tablet"] > *:first-child {
    height: var(--height-tablet) !important;
  }
  .wp-block-file[style*="--min-height-tablet"] > *:first-child {
    min-height: var(--min-height-tablet) !important;
  }
  .wp-block-file[style*="--max-height-tablet"] > *:first-child {
    max-height: var(--max-height-tablet) !important;
  }
}
@container (max-width: 959px) {
  .wp-block-file[style*="--height-tablet"] > *:first-child {
    height: var(--height-tablet) !important;
  }
  .wp-block-file[style*="--min-height-tablet"] > *:first-child {
    min-height: var(--min-height-tablet) !important;
  }
  .wp-block-file[style*="--max-height-tablet"] > *:first-child {
    max-height: var(--max-height-tablet) !important;
  }
}
@media (max-width: 959px) {
  .wp-block-file[style*="--height-mobile"] > *:first-child {
    height: var(--height-mobile) !important;
  }
  .wp-block-file[style*="--min-height-mobile"] > *:first-child {
    min-height: var(--min-height-mobile) !important;
  }
  .wp-block-file[style*="--max-height-mobile"] > *:first-child {
    max-height: var(--max-height-mobile) !important;
  }
}
@container (max-width: 959px) {
  .wp-block-file[style*="--height-mobile"] > *:first-child {
    height: var(--height-mobile) !important;
  }
  .wp-block-file[style*="--min-height-mobile"] > *:first-child {
    min-height: var(--min-height-mobile) !important;
  }
  .wp-block-file[style*="--max-height-mobile"] > *:first-child {
    max-height: var(--max-height-mobile) !important;
  }
}
.wp-block-file.hide-text-link a:not(.wp-block-file__button) {
  display: none !important;
}
.wp-block-file a:not(.wp-block-file__button) {
  margin-right: 0.75em;
}
.wp-block-file .wp-block-file__button {
  margin-left: 0 !important;
}

/*# sourceMappingURL=style-view.css.map */