.payment-step-container {
    direction: ltr;
    /* للحفاظ على تنسيق الـ Summary كما في الصورة */
    max-width: 500px;
    border: 1px solid #e0e6ed;
    border-radius: 12px;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.summary-box {
    border: 1px solid #d1d5db;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}

.service-details {
    text-align: right;
    /* للنصوص العربية داخل الصندوق */
}

.service-info {
    margin: 10px 0;
    font-weight: 500;
}

.total-section {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.2em;
    color: #1a4da1;
    /* اللون الأزرق في الصورة */
    margin-bottom: 20px;
}

.total-label {
    color: #374151;
}

/* تنسيق خيارات الدفع */
.payment-methods {
    direction: rtl;
    text-align: right;
    margin-top: 20px;
}

.radio-container {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
}

/* الرسالة العربية */
.whatsapp-message {
    direction: rtl;
    text-align: center;
    color: #6b7280;
    background-color: #f9fafb;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 0.95em;
    border: 1px dashed #25d366;
    /* لون واتساب الخفيف */
}

.confirm-btn {
    width: 100%;
    padding: 12px;
    background-color: #1a4da1;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}