
.poo-qr-public, .poo-qr-wrap{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#111827;
}

.poo-qr-public{ max-width:980px; margin:14px auto; padding:10px; }
.poo-qr-public-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:16px;
  box-shadow:0 1px 10px rgba(0,0,0,.06);
}

.poo-qr-title{ margin:0 0 10px; font-size:26px; }
.poo-qr-credit{
  padding:12px 14px;
  border-radius:14px;
  background:#dcfce7;
  border:1px solid #16a34a;
  font-weight:800;
  margin-bottom:12px;
}
.poo-qr-credit-warn{
  background:#fee2e2;
  border-color:#dc2626;
}

.poo-qr-errors{
  background:#fff7ed;
  border:1px solid #fb923c;
  border-radius:14px;
  padding:12px 14px;
  margin-bottom:12px;
}
.poo-qr-errors ul{ margin:0; padding-left:18px; }

.poo-qr-success{
  background:#dcfce7;
  border:1px solid #16a34a;
  border-radius:14px;
  padding:14px;
  font-weight:900;
}

.poo-qr-form{ margin-top:8px; }
.poo-qr-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:12px;
}
@media (max-width: 680px){
  .poo-qr-grid{ grid-template-columns: 1fr; }
}

.poo-qr-field span{
  display:block;
  font-size:13px;
  color:#374151;
  margin-bottom:6px;
  font-weight:700;
}
.poo-qr-field input{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid #d1d5db;
  background:#fff;
  color:#111827;
}

.poo-qr-section{ margin-top:14px; }
.poo-qr-label{ font-weight:900; margin-bottom:10px; }
.poo-qr-radio{ display:flex; gap:12px; flex-wrap:wrap; }
.poo-qr-radio label{
  display:flex;
  gap:8px;
  align-items:center;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid #e5e7eb;
  background:#f9fafb;
  font-weight:800;
}

.poo-qr-check{
  display:flex;
  gap:10px;
  align-items:center;
  padding:8px 0;
  font-weight:800;
}

.poo-qr-small{ font-size:12px; color:#6b7280; margin-top:6px; }

.poo-qr-submit{
  margin-top:16px;
  width:100%;
  padding:14px 14px;
  border-radius:14px;
  border:0;
  background:#111827;
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.poo-qr-submit:hover{ opacity:.92; }

/* My QR */
.poo-qr-wrap{
  max-width:980px;
  margin:14px auto;
  padding:10px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  box-shadow:0 1px 10px rgba(0,0,0,.06);
}
.poo-qr-row{ display:flex; gap:16px; align-items:flex-start; flex-wrap:wrap; }
.poo-qr-img{ width:220px; height:220px; border:1px solid #e5e7eb; border-radius:14px; background:#fff; }
.poo-qr-info{ flex:1 1 320px; }
.poo-qr-label{ font-size:13px; color:#374151; font-weight:900; margin-top:6px; }
.poo-qr-input{ width:100%; padding:12px; border-radius:12px; border:1px solid #d1d5db; }
.poo-qr-btn{ display:inline-block; margin-top:10px; padding:10px 12px; border-radius:12px; background:#111827; color:#fff; font-weight:900; text-decoration:none; }
.poo-qr-btn:hover{ opacity:.92; }
button.poo-qr-btn{ border:0; cursor:pointer; }
.poo-qr-note{ padding:12px; border:1px solid #e5e7eb; border-radius:14px; background:#f9fafb; }


/* Hard override: ensure radios behave like radios even if theme restyles inputs */
.poo-qr-radio input[type="radio"]{
  appearance:auto !important;
  -webkit-appearance:auto !important;
  pointer-events:auto !important;
  position:relative !important;
}
.poo-qr-radio label{ cursor:pointer; }
