.delete-dialog { max-width: 620px; padding: 26px; border-top: 6px solid #c23d4b; }
.delete-warning { display: flex; gap: 18px; align-items: flex-start; }
.warning-icon { display: grid; place-items: center; flex: 0 0 48px; height: 48px; border-radius: 50%; color: white; background: #c23d4b; font-size: 30px; font-weight: 900; }
.warning-kicker { margin-bottom: 7px; color: #b52f3e; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.delete-warning h2 { margin-bottom: 10px; color: #76222c; }
.delete-warning p:last-child { color: #5f3440; line-height: 1.5; }
.danger { border-color: #b52f3e; color: white; background: #b52f3e; }
.danger:hover { border-color: #922532; background: #922532; }
.delete-action { border-color: #d99aa2; color: #a82f3d; background: #fff7f8; }
.delete-action:hover { border-color: #b52f3e; background: #fdebed; }
