:host {
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}

  :host * {
    box-sizing: border-box;
  }

.file-viewer-fallback__icon::part(icon) {
  height: 2.875rem;
  width: 2.875rem;
}
