/* HY Utils ETD combined stylesheet - initial copy placeholder. */
.hyu-etd-form-wrapper { border:1px solid #e2e8f0;padding:12px;border-radius:6px;max-width:420px;font:14px/1.4 system-ui,Arial,sans-serif; }
.hyu-etd-form-wrapper .hyu-etd-label { font-weight:600;margin-bottom:8px; }
.hyu-etd-input-row { display:flex; gap:8px; align-items:center; }
.hyu-etd-input-box input { padding:6px 8px; border:1px solid #cbd5e1; border-radius:4px; }
#hyu_etd_pin_btn { background:#2563eb; color:#fff; border:none; padding:6px 14px; border-radius:4px; cursor:pointer; }
#hyu_etd_pin_btn:hover { background:#1d4ed8; }
#hyu_etd_result { margin-top:10px; font-size:13px; }
