.rgtpo-fields{margin:18px 0;display:flex;flex-direction:column;gap:16px}
.rgtpo-field{}
.rgtpo-label{display:block;font-weight:600;margin:0 0 6px}
.rgtpo-label .required{color:#c0392b;border:0;text-decoration:none}
.rgtpo-fee{font-weight:400;color:#3a7d3a}
.rgtpo-field input[type=text],.rgtpo-field input[type=number],.rgtpo-field textarea,.rgtpo-field select{width:100%;max-width:420px;padding:9px 11px;border:1px solid #cbd5e1;border-radius:8px;font-size:15px;box-sizing:border-box}
.rgtpo-field textarea{max-width:100%}
.rgtpo-field input:focus,.rgtpo-field select:focus,.rgtpo-field textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}
.rgtpo-radios label,.rgtpo-checks label{display:flex;align-items:center;gap:8px;margin:4px 0;font-weight:400;cursor:pointer}
.rgtpo-swatches{display:flex;flex-wrap:wrap;gap:10px}
.rgtpo-swatch{display:inline-flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;font-size:12px;text-align:center;width:64px}
.rgtpo-swatch input{position:absolute;opacity:0;width:0;height:0}
.rgtpo-swatch-dot{width:34px;height:34px;border-radius:50%;border:2px solid #d1d5db;background:#f3f4f6;transition:transform .1s,box-shadow .1s}
.rgtpo-swatch input:checked + .rgtpo-swatch-dot{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.25);transform:scale(1.06)}
.rgtpo-summary{margin:12px 0;padding:10px 14px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;display:flex;gap:16px;flex-wrap:wrap}
.rgtpo-sum-add{color:#3a7d3a;font-weight:600}
.rgtpo-sum-total{font-weight:700}
/* sections */
.rgtpo-section-title{margin:6px 0 2px;font-size:16px;font-weight:700;border-bottom:2px solid #eef0f2;padding-bottom:6px}
/* tabs */
.rgtpo-tabnav{display:flex;flex-wrap:wrap;gap:4px;list-style:none;margin:0 0 12px;padding:0;border-bottom:2px solid #e5e7eb}
.rgtpo-tab{padding:9px 16px;cursor:pointer;border:1px solid transparent;border-bottom:none;border-radius:8px 8px 0 0;font-weight:600;color:#64748b;margin-bottom:-2px}
.rgtpo-tab.active{color:#111827;background:#fff;border-color:#e5e7eb;border-bottom:2px solid #fff}
.rgtpo-tabpanel{display:none;flex-direction:column;gap:16px}
.rgtpo-tabpanel.active{display:flex}
/* accordion */
.rgtpo-acc-head{padding:11px 14px;background:#f6f7f9;border:1px solid #e5e7eb;border-radius:8px;margin-top:8px;font-weight:600;cursor:pointer;position:relative}
.rgtpo-acc-head:after{content:"+";position:absolute;right:14px;color:#94a3b8}
.rgtpo-acc-head.open:after{content:"\2013"}
.rgtpo-acc-body{padding:12px 4px;display:flex;flex-direction:column;gap:16px}
/* quote mode */
.rgtpo-quote-contact{margin:16px 0;padding:14px;border:1px solid #e5e7eb;border-radius:10px;background:#fbfdff}
.rgtpo-quote-contact h4{margin:0 0 8px}
.rgtpo-quote-contact input,.rgtpo-quote-contact textarea{width:100%;max-width:420px;padding:9px 11px;border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box}
.rgtpo-quote-mode form.cart .single_add_to_cart_button,.rgtpo-quote-mode form.cart .quantity{display:none!important}
.rgtpo-quote-btn{display:inline-block}
/* media: embeds, players, previews */
.rgtpo-embed{position:relative;width:100%;max-width:520px;aspect-ratio:16/9;background:#000;border-radius:10px;overflow:hidden;margin:8px 0}
.rgtpo-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.rgtpo-embed-sc{aspect-ratio:auto;height:120px;background:transparent}
.rgtpo-embed-sc iframe{position:static;height:120px}
audio.rgtpo-embed-audio{width:100%;max-width:520px;margin:8px 0;display:block}
video.rgtpo-embed-video{width:100%;max-width:520px;border-radius:10px;margin:8px 0;display:block;background:#000}
.rgtpo-media-embed,.rgtpo-media-preview,.rgtpo-choice-preview,.rgtpo-upload-preview{margin-top:8px}
.rgtpo-upload-preview img{max-width:220px;max-height:180px;border:1px solid #e5e7eb;border-radius:8px}
.rgtpo-upload-preview video,.rgtpo-upload-preview audio{max-width:320px}
.rgtpo-file-name{font-size:13px;color:#475569}
.rgtpo-prev-btn{display:inline-flex;align-items:center;gap:4px;margin-left:8px;padding:2px 10px;font-size:12px;font-weight:600;line-height:1.6;color:#2563eb;background:#eff4ff;border:1px solid #cdddff;border-radius:999px;cursor:pointer}
.rgtpo-prev-btn:hover{background:#dbe8ff}
