.preview-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 1rem;
}

.preview-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.personalize-preview-text {
  position: absolute;
  pointer-events: none;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(255,255,255,0.7);
}


