/*
 Theme Name: Astra Child Namasar
 Theme URI: https://namasar.com
 Description: قالب فرزند اختصاصی برای سایت نماسار
 Author: Kian
 Template: astra
 Version: 1.0
*/

/* اینجا می‌تونی CSS سفارشی مثل Toast Notification رو قرار بدی */
/* Toast Notification – Namasar Rewards */
.reward-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #7b2cbf; /* بنفش اصلی سایت */
    color: #fff;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.35s ease;
    z-index: 99999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.reward-toast.show {
    opacity: 1;
    transform: translateY(0);
}
