﻿.delete-account-page {
    max-width: 760px;
    margin: 0 auto;
}

.pi-card .pi-return-home-btn {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pi-card .pi-return-profile-btn {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.delete-account-card {
    padding: 32px;
}

.delete-account-header {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.delete-account-icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fee2e2;
    color: #991b1b;
    font-weight: 800;
    font-size: 24px;
    flex-shrink: 0;
}

.delete-account-header h1 {
    margin: 0 0 6px;
}

.delete-account-header p {
    margin: 0;
    color: #64748b;
}

.delete-account-summary {
    margin-top: 24px;
    padding: 20px;
    border: 1px solid #fecaca;
    border-radius: 16px;
    background: #fff7f7;
}

    .delete-account-summary h2 {
        margin-top: 0;
        font-size: 18px;
    }

    .delete-account-summary ul {
        margin-bottom: 0;
        padding-left: 20px;
    }

    .delete-account-summary li {
        margin-bottom: 8px;
    }

.delete-account-form {
    margin-top: 24px;
}

.delete-confirm-box {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    background: #f8fafc;
    margin-bottom: 8px;
}

.delete-confirm-checkbox {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.delete-confirm-box label {
    font-weight: 600;
    color: #334155;
    line-height: 1.5;
}

.delete-account-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
}

.pi-btn-danger {
    background: #dc2626;
    color: #ffffff;
    border: 1px solid #dc2626;
}

    .pi-btn-danger:hover {
        background: #b91c1c;
        border-color: #b91c1c;
    }
