.h1-retail-growth-factor-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.h1-retail-growth-factor-heading > h2 {
  min-width: 0;
}

.h1-retail-growth-factor-preview.h1-source-image-trigger {
  flex: 0 0 120px;
  width: 120px;
  height: 68px;
  padding: 3px;
  border: 1px solid rgba(255, 112, 73, 0.58);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.h1-retail-growth-factor-preview > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
  background: #f4f2ed;
}

.h1-retail-growth-factor-preview .h1-source-image-zoom {
  right: 6px;
  bottom: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
}

.h1-source-image-modal-panel.is-captionless {
  grid-template-rows: minmax(0, 1fr);
}
