html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; }

#office-frame {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0; display: block;
}

#wopi-error {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  padding: 16px;
  color: #a00;
}

#wopi-error code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
