/* Header */
.delete-header {
    padding: 140px 0 80px;
    text-align: center;
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    color: white;
}

.delete-header h1 {
    font-weight: 700;
    font-size: 2.6rem;
}

.delete-header p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-top: 10px;
}

/* Content */
.delete-container {
    max-width: 800px;
    margin: auto;
    padding: 40px 20px;
}

.delete-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.delete-card h4 {
    font-weight: 600;
    color: var(--primary-color);
}

.delete-card ol li {
    margin-bottom: 15px;
    line-height: 1.6;
}