body.wisacco-document-preview-open {
  overflow: hidden;
}

.wisacco-document-preview-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.55);
}

.wisacco-document-preview-dialog {
  display: flex;
  flex-direction: column;
  width: min(1100px, 100%);
  max-height: calc(100vh - 3rem);
  background: #ffffff;
  border-radius: 0.875rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
  overflow: hidden;
}

.wisacco-document-preview-dialog__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e4e7eb;
  background: #ffffff;
}

.wisacco-document-preview-dialog__meta h2 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3;
}

.wisacco-document-preview-dialog__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #627d98;
}

.wisacco-document-preview-dialog__filename {
  margin: 0.35rem 0 0;
  color: #52606d;
  font-size: 0.9rem;
}

.wisacco-document-preview-dialog__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.wisacco-document-preview-dialog__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 0.5rem;
  background: #fe7109;
  color: #ffffff;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.wisacco-document-preview-dialog__button--secondary {
  background: #e4e7eb;
  color: #243b53;
}

.wisacco-document-preview-dialog__body {
  flex: 1 1 auto;
  min-height: 0;
  background: #f4f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.wisacco-document-preview-dialog__image {
  display: block;
  max-width: 100%;
  max-height: min(78vh, 900px);
  margin: 0 auto;
  background: #ffffff;
}

.wisacco-document-preview-dialog__frame {
  display: block;
  width: 100%;
  height: min(78vh, 900px);
  border: 0;
  background: #ffffff;
}

.wisacco-document-preview-dialog__fallback {
  padding: 2rem;
  text-align: center;
  color: #52606d;
}
