.fg-generator {
  max-width: 980px;
  margin: 0 auto;
}

.fg-controls {
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fafafa;
}

.fg-field {
  margin-bottom: 14px;
}

.fg-field label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.fg-field select,
.fg-field input[type="text"] {
  width: 100%;
  max-width: 560px;
  padding: 10px 12px;
  font-size: 16px;
  box-sizing: border-box;
}

.fg-actions {
  margin-top: 14px;
}

.fg-print-btn {
  display: inline-block;
  border: none;
  background: #0b7a43;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.fg-print-area {
  width: 100%;
}

.fg-flyer-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 210 / 297;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.fg-base-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #fff;
}

.fg-base-image,
.fg-base-pdf-wrap,
.fg-top-image {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}

.fg-base-image,
.fg-base-pdf-wrap {
  top: 0;
  height: 100%;
  object-fit: cover;
}

.fg-base-pdf-wrap {
  overflow: hidden;
  background: #fff;
}

.fg-base-pdf-object,
.fg-base-pdf-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.fg-base-pdf-note {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  font-size: 12px;
  line-height: 1.4;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(255,255,255,0.92);
}

.fg-top-image {
  z-index: 2;
  height: auto;
}

.fg-staff-text {
  position: absolute;
  z-index: 3;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
  text-align: right;
  text-shadow: 0 1px 2px rgba(255,255,255,0.92);
}

@media (max-width: 768px) {
  .fg-controls {
    padding: 12px;
  }

  .fg-field select,
  .fg-field input[type="text"] {
    font-size: 16px;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }

  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    width: 210mm;
    height: 297mm;
    background: #fff;
  }

  .no-print,
  header,
  footer,
  .site-header,
  .site-footer,
  nav,
  aside {
    display: none !important;
  }

  body * {
    visibility: hidden;
  }

  .fg-print-area,
  .fg-print-area * {
    visibility: visible;
  }

  .fg-print-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 210mm;
    height: 297mm;
    margin: 0;
    padding: 0;
  }

  .fg-flyer-stage {
    width: 210mm !important;
    height: 297mm !important;
    aspect-ratio: auto !important;
    box-shadow: none !important;
    overflow: hidden;
  }

  .fg-staff-text,
  .fg-base-image,
  .fg-base-pdf-wrap,
  .fg-top-image {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

@media print {
  .fg-base-pdf-object,
  .fg-base-pdf-iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
