.confirm-wrapper {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}

.confirm-header {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.confirm-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.confirm-box {
    flex: 1;
    background: #fafafa;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #eee;
}

.confirm-box h3 {
    margin-bottom: 15px;
}

.confirm-buttons {
    text-align: center;
}

.confirm-buttons .button {
    margin: 0 10px;
    padding: 12px 20px;
    cursor: pointer;
}
