/* ============================================================
   components/danger-zone.css
   Logout / Withdraw action zone (my page footer)
   ============================================================ */

/* --- 追記: functions.php L1500 --- */
.jc-danger-zone { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--border-soft); }
      .jc-danger-zone__head { font-size: 12px; font-weight: 700; color: #9ca3af; margin-bottom: 10px; letter-spacing: 0.3px; }
      .jc-danger-zone__row { display: flex; gap: 16px; align-items: center; }
      .jc-danger-zone__logout { font-size: 13px; color: #6b7280; text-decoration: none; }
      .jc-danger-zone__logout:hover { color: #2b2b2b; }
      .jc-danger-zone__withdraw { font-size: 12px; color: #c0392b; text-decoration: none; margin-left: auto; }
      .jc-danger-zone__withdraw:hover { text-decoration: underline; }
