/* --- استایل دکمه‌های سفارش سریع --- */
.wog-whatsapp-button {
    display: inline-block;
    text-align: center;
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.4;
    margin-top: 10px;
}

/* استایل‌های مختلف بر اساس تنظیمات */
.wog-whatsapp-button.wog-btn--primary {
    background-color: #25D366 !important;
    color: #ffffff !important;
}
.wog-whatsapp-button.wog-btn--primary:hover {
    background-color: #128C7E !important;
    color: #ffffff !important;
}

.wog-whatsapp-button.wog-btn--outline {
    background-color: transparent !important;
    color: #25D366 !important;
    border: 2px solid #25D366 !important;
}
.wog-whatsapp-button.wog-btn--outline:hover {
    background-color: #e8f5e9 !important;
}

.wog-whatsapp-button.wog-btn--dark {
    background-color: #2e3436 !important;
    color: #ffffff !important;
}
.wog-whatsapp-button.wog-btn--dark:hover {
    background-color: #1b1f20 !important;
}

.wog-whatsapp-button.wog-btn--light {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    border: 1px solid #e0e0e0 !important;
}
.wog-whatsapp-button.wog-btn--light:hover {
    background-color: #eeeeee !important;
}

/* تمام عرض */
.wog-whatsapp-button.wog-btn--full {
    display: block !important;
    width: 100% !important;
}

/* --- طراحی جدید و کاربرپسند برای درگاه پرداخت --- */

/* کانتینر اصلی روش پرداخت */
body.woocommerce-checkout .wc_payment_method.payment_method_wog_whatsapp {
    background-color: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #dee2e6 !important;
    padding: 1.2em !important;
    transition: all 0.2s ease-in-out !important;
    position: relative;
}

/* افکت زیبا در زمان هاور */
body.woocommerce-checkout .wc_payment_method.payment_method_wog_whatsapp:hover {
    border-color: #c8e6c9 !important;
    background-color: #fdfdfd !important;
}

/* استایل در حالت انتخاب شده */
body.woocommerce-checkout .wc_payment_method.payment_method_wog_whatsapp.wc_payment_method--checked {
    background-color: #e8f5e9 !important;
    border-color: #25D366 !important;
    box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.2) !important;
}

/* چینش آیکون و متن با فلکس‌باکس */
body.woocommerce-checkout .wc_payment_method.payment_method_wog_whatsapp label {
    display: flex !important;
    align-items: center !important;
    /* چینش برای زبان فارسی (راست به چپ) */
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    width: 100% !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
}

/* استایل آیکون واتس‌اپ */
body.woocommerce-checkout .wc_payment_method.payment_method_wog_whatsapp label img {
    max-width: 32px !important;
    height: auto !important;
    margin: 0 !important;
}

/* استایل توضیحات زیر عنوان */
body.woocommerce-checkout .payment_method_wog_whatsapp .payment_box {
    background-color: transparent !important;
    padding: 10px 0 0 0 !important;
    margin: 10px 0 0 0 !important;
    border-top: 1px solid #e0e0e0;
}

/* مخفی کردن دکمه رادیویی پیش‌فرض */
body.woocommerce-checkout .wc_payment_method.payment_method_wog_whatsapp input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
}


/* --- استایل برای درگاه غیرفعال شده برای مهمان --- */
body.woocommerce-checkout .wc_payment_method.payment_method_wog_whatsapp.wog-disabled-for-guest {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    background-color: #ececec !important;
}

/* ساخت برچسب "فقط برای کاربران" */
body.woocommerce-checkout .wc_payment_method.payment_method_wog_whatsapp.wog-disabled-for-guest label::after {
    content: 'فقط برای کاربران' !important;
    display: inline-block !important;
    background-color: #d32f2f !important;
    color: #ffffff !important;
    padding: 2px 8px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    /* جابجایی برچسب به سمت چپ */
    order: -1;
    margin-left: 15px;
}
