/* 手順2: 会員ホームの角丸を既存値へ統合する。 */
body.dashboard-page:has(.dashboard-main) .danger-zone-content {
  border-radius: 12px !important;
}
