.nqr-wrap .nqr-container, .nqr-container { display:flex; gap:24px; align-items:flex-start; }
.nqr-left { flex: 1 1 620px; max-width: 720px; }
.nqr-right { flex: 0 0 520px; }
.nqr-preview { width: 100%; min-height: 520px; display:flex; align-items:center; justify-content:center; border:1px solid #e5e7eb; border-radius:12px; background:#fff; }
.nqr-tabs { display:flex; flex-wrap:wrap; gap:8px; margin:12px 0; }
.nqr-tabs button { padding:6px 10px; border:1px solid #ddd; background:#f7f7f7; border-radius:8px; cursor:pointer; }
.nqr-tabs button.active { background:#c81e1e; color:#fff; border-color:#c81e1e; }
.nqr-forms .nqr-form label { display:block; margin-bottom:8px; }
.nqr-forms .nqr-form input[type="text"],
.nqr-forms .nqr-form input[type="url"],
.nqr-forms .nqr-form input[type="email"],
.nqr-forms .nqr-form input[type="tel"],
.nqr-forms .nqr-form input[type="number"],
.nqr-forms .nqr-form input[type="datetime-local"],
.nqr-forms .nqr-form textarea,
.nqr-forms .nqr-form select { width:100%; }
.nqr-acc { margin:10px 0; }
.nqr-actions { margin-top:16px; display:flex; gap:10px; }
@media (max-width: 980px){
  .nqr-container { flex-direction:column; }
  .nqr-right { width:100%; }
}
/* Ocultar todos los formularios por defecto */
.nqr-forms .nqr-form { display: none; }
.nqr-forms .nqr-form.is-active { display: block; }
