.charity-widget {
    border: 1px solid rgba(120, 120, 128, 0.2);
    padding: 24px;
    border-radius: 16px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.charity-image img {
    max-width: 100%;
    height: auto;
    border-radius:12px;
}

h3.charity-title {
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin-bottom: 8px !important;
}
.charity-widget p {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    color:black;
}

.checkout-donation p {
    color: #f15a25;
    font-weight: 400;
}
.charity-progress {
    background: #f0f0f0;
    height: 6px;
    border-radius: 10px;
    margin: 8px 0;
    overflow: hidden;
}
.progress-bar {
    background: #F15A25;
    height: 100%;
    transition: width 0.5s;
}
.charity-amounts {
    display: flex;
    justify-content: space-between;
    color: black;
    font-size: 14px;
    margin-top:24px;
}

.charity-donation-button {
    background: #F15A25;
    color: white !important;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none !important;
}
button.charity-donation-button:hover {
    background: #F15A25;
    transform: translateY(-3px);
}

button.charity-donation-button:fucos {
    background: #F15A25;
}
.charity-donation-button.disabled {
    background: #cccccc;
    cursor: not-allowed;
}

/* استایل‌های خاص صفحه پرداخت */
.woocommerce-checkout .charity-widget {
    max-width: 100%;
    margin-bottom: 30px;
}
.woocommerce-checkout .charity-donation-button {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    margin-top: 24px;
    border: none;
    border-radius: 12px;
}

.checkout-donation p {
    margin: 0px !important;
}

/* اضافه کردن استایل برای دکمه غیرفعال */
.charity-donation-button.disabled {
    background: #cccccc;
    cursor: not-allowed;
}

/* استایل‌های خاص صفحه پرداخت */
.woocommerce-checkout .charity-donation-button.disabled {
    background: #34C759;
    color: #fff;
}

/* استایل اصلی نوار پیشرفت */
.charity-progress {
    background: #f0f0f0;
    height: 6px;
    border-radius: 10px;
    margin: 8px 0;
    overflow: hidden;
}

/* استایل نوار پر شده */
.progress-bar {
    background: #F15A25;
    height: 100%;
    transition: width 0.5s, background-color 0.3s;
}

/* استایل نوار پس از تکمیل کمک */
.progress-bar.completed {
    background: #34C759;
}

/* استایل دکمه غیرفعال پس از کمک */
.charity-donation-button.disabled {
    background: #cccccc;
    cursor: not-allowed;
}


.charity-status-box {
    position: absolute;
    top: 38px;
    left: 38px;
    width: 38px;
    height: 30px;
    border-radius: 8px;
    background-color: #F15A25;
    color: white;
    z-index: 1;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.charity-status-box.donated {
    background-color: #34C759;
}

.charity-widget {
    position: relative; /* برای موقعیت دهی absolute فرزندان */
    /* بقیه استایل‌های قبلی بدون تغییر */
}