/* Archivis-specific styles on top of Bulma. Bulma 1.x follows the operating
   system's light/dark preference on its own (prefers-color-scheme); nothing
   here may reference a third-party origin (FR-045, FR-048). */

.archivis-thumb {
  width: 120px;
  height: 160px;
  object-fit: cover;
  border-radius: 4px;
}

.archivis-thumb-placeholder {
  display: flex;
  width: 120px;
  height: 160px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--bulma-background);
  font-size: 2.5rem;
}

.archivis-dropzone {
  border: 2px dashed var(--bulma-border);
  border-radius: 8px;
  padding: 3rem;
  text-align: center;
}

.archivis-dropzone.is-dragover {
  border-color: var(--bulma-link);
  background: var(--bulma-background);
}

mark {
  background-color: var(--bulma-warning-light, #fff3c4);
  padding: 0 0.15em;
}
