/* Joomla module overrides – Vue code untouched */

/* preview-wrap SOHA ne legyen flex container (különben “lecsúszik” a kép) */
.mod-fc--scoped .preview-wrap {
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
}

/* nagy, rugalmas preview kép/canvas */
.mod-fc--scoped .preview-wrap img,
.mod-fc--scoped .preview-wrap canvas {
  max-width: 100%;
  height: auto;
  min-width: 1200px;
  min-height: 800px;
  object-fit: contain;
  display: block;
}
