.gth-qr-code-generator .gth-form-grid { display: grid; grid-template-columns: 1fr auto; gap: var(--gth-space-4); margin-bottom: var(--gth-space-4); align-items: end; }
.gth-qr-code-generator .gth-color-input { width: 50px; height: 38px; border: none; cursor: pointer; border-radius: var(--gth-radius-md); }
.gth-qr-code-generator .gth-qr-preview { display: flex; justify-content: center; padding: var(--gth-space-6); background: white; border-radius: var(--gth-radius-lg); margin-bottom: var(--gth-space-4); }
.gth-qr-code-generator .gth-qr-preview canvas { max-width: 100%; }
.gth-qr-code-generator .gth-btn-primary { margin-bottom: var(--gth-space-4); }
