/* ==================== کانتینر اصلی ==================== */
.wsp-size-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 20px 0;
    padding: 0;
    direction: rtl;
}

/* ==================== دکمه سایز چاپ - استایل جدید ==================== */
.wsp-size-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.wsp-size-icon:hover {
    background: #fafafa;
    border-color: #bfbfbf;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.wsp-size-icon:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.wsp-size-icon i {
    font-size: 18px;
    color: #666;
    order: 1;
}

.wsp-size-icon .wsp-custom-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    order: 1;
    opacity: 0.8;
}

.wsp-size-icon::before {
    content: 'سایز چاپ';
    font-size: 14px;
    font-weight: 500;
    color: #444;
    white-space: nowrap;
    order: 2;
}

/* ==================== نمایش ابعاد ==================== */
.wsp-size-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wsp-size-title {
    display: none !important;
}

.wsp-size-values {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wsp-size-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.wsp-size-value,
.wsp-size-box .wsp-size-value,
.wsp-size-item .wsp-size-value,
input.wsp-size-value,
.wsp-size-box input[type="text"],
.wsp-size-item input[type="text"] {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #333 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-align: center !important;
    width: auto !important;
    min-width: 55px !important;
    max-width: 90px !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default !important;
    pointer-events: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
}

.wsp-size-unit {
    font-size: 11px;
    color: #888;
    white-space: nowrap;
}

.wsp-size-separator {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin: 0 10px;
    align-self: flex-start;
    margin-top: 4px;
}

/* ==================== عناوین Modal ==================== */
.wsp-main-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 18px 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    direction: rtl;
    justify-content: flex-start;
}

.wsp-title-text {
    font-weight: 600;
    font-size: 15px;
}

.wsp-unit-text {
    font-size: 12px;
    color: #999;
}

.wsp-view-icon {
    width: 28px;
    height: 28px;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wsp-view-icon i {
    font-size: 16px;
    color: #666;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

.wsp-view-icon .wsp-custom-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
    margin: 0;
    padding: 0;
}

/* ==================== متن راهنمای بالای کادر مقادیر ==================== */
.wsp-guide-text {
    background: linear-gradient(135deg, #e3f2fd 0%, #f0f7ff 100%);
    border-right: 4px solid #2196F3;
    padding: 3px 0px 1px 0px;
    margin: 15px;
    border-radius: 8px;
    text-align: right;
    direction: rtl;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.1);
}

.wsp-guide-text p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    color: #1565C0;
    font-weight: 500;
}

.wsp-guide-text i {
    margin-left: 8px;
    color: #2196F3;
    font-size: 14px;
}

/* ==================== فیلدهای سایز در Modal ==================== */
.wsp-size-fields {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    background-color: transparent;
    border: none;
    flex-wrap: nowrap;
    direction: rtl;
    justify-content: center;
}

.wsp-size-group {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.wsp-size-group label {
    font-size: 11px;
    font-weight: 500;
    color: #888;
    margin: 0;
    padding: 0;
}

body .wsp-size-group input[type="number"],
body .elementor-kit-11 .wsp-size-group input[type="number"] {
    min-width: 75px;
    padding: 8px 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: center !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
    background: #fff !important;
}

body .wsp-size-group input[type="number"]:focus,
body .elementor-kit-11 .wsp-size-group input[type="number"]:focus {
    border-color: #999 !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05) !important;
    outline: none !important;
}

/* ==================== Overlay و Modal ==================== */
#wsp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    display: none;
    backdrop-filter: blur(2px);
}

#wsp-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    z-index: 100000000;
    width: 95%;
    max-width: 95%;
    max-height: 95vh;
    overflow: hidden;
    display: none;
    direction: rtl;
}

/* ==================== هدر Modal - طراحی بهبود یافته ==================== */

/* ✅ دکمه بستن - با متن "بستن" در سمت چپ */
#wsp-close-modal {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #f44336;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
}

#wsp-close-modal:hover {
    background: #d32f2f;
    transform: scale(1.05);
}

#wsp-close-modal:active {
    transform: scale(0.95);
}
/* اعمال z-index بالا فقط در زمان ترکیب با پاپ‌آپ گروهی */
#wsp-overlay.wgc-wsp-active {
    z-index: 10000000 !important;
}

#wsp-modal.wgc-wsp-active {
    z-index: 10000001 !important;
}

#wsp-close-modal.wgc-wsp-active {
    z-index: 10000002 !important;
}

/* ==================== نمایش سایزها در هدر - بهبود یافته ==================== */
.wsp-size-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 15px;
    padding: 12px 16px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.wsp-size-item-modal {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.wsp-size-item-modal label {
    font-weight: 600;
    color: #666;
    margin: 0;
    font-size: 12px;
}

.wsp-size-item-modal input {
    width: 70px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #ffffff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s ease;
}

.wsp-size-item-modal input:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.wsp-size-item-modal .wsp-unit {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

/* ==================== دکمه‌های کنترل سایز (مینیمال و فشرده) ==================== */
.wsp-size-control-global {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* استایل اختصاصی دکمه افزایش (سبز) */
.wsp-btn-global-increase {
    background: #ffffff !important;
    color: #4CAF50 !important;
    border: 1px solid #4CAF50 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.wsp-btn-global-increase:hover {
    background: #f0f0f0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

/* استایل اختصاصی دکمه کاهش (قرمز) */
.wsp-btn-global-decrease {
    background: #ffffff !important;
    color: #f44336 !important;
    border: 1px solid #f44336 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.wsp-btn-global-decrease:hover {
    background: #f0f0f0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}


/* ==================== بخش Canvas - Fixed Size ==================== */
#wsp-canvas-wrapper {
    height: calc(95vh - 140px);
    max-width: 100%;
    overflow: auto; /* اسکرول به درستی اعمال خواهد شد */
    text-align: center; /* برای وسط‌چین کردن محتوای داخلی */
    position: relative;
    background: #ffffff;
    display: block; /* 🔴 تغییر مهم: از flex به block تغییر یافت */
    /* تمامی موارد مربوط به flex (مثل align-items و...) حذف شدند تا رفتار اسکرول طبیعی شود */
}

#wsp-canvas-container {
    display: inline-block; /* 🔴 تغییر مهم: برای دربرگرفتن کامل ابعاد Canvas */
    width: 100%;
    padding: 30px;
    background: #ffffff;
    box-sizing: border-box;
    min-height: max-content; /* 🔴 باعث می‌شود ارتفاع کانتینر دقیقاً به اندازه محتوای داخلش کش بیاید */
    text-align: center;
}

#wsp-modal-canvas {
    border: 2px solid #333;
    background: #fff;
    display: block;
    margin: 0 auto; /* 🔴 برای وسط‌چین ماندن Canvas در حالت block */
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}


.wsp-canvas-info {
    text-align: center;
    padding: 12px 20px;
    margin: 0;
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    width: 100%;
    flex-shrink: 0;
}

#wsp-canvas-dimensions {
    display: block;
    line-height: 1.5;
}

/* ==================== دکمه سایز چاپ - با ID اختصاصی ==================== */
/* ==================== دکمه سایز چاپ - با ID اختصاصی ==================== */
#wsp-view-image,
button#wsp-view-image,
.wsp-size-box #wsp-view-image,
#wsp-open-position-modal,
button#wsp-open-position-modal,
.wsp-size-box #wsp-open-position-modal {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 20px !important;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #444 !important;
    text-decoration: none !important;
    line-height: normal !important;
	z-index: 999; /* ⚠️ خیلی بالا */
}

#wsp-view-image:hover,
button#wsp-view-image:hover,
#wsp-open-position-modal:hover,
button#wsp-open-position-modal:hover {
    background: #fafafa !important;
    border-color: #d0d0d0 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-1px) !important;
}

#wsp-view-image:active,
button#wsp-view-image:active,
#wsp-open-position-modal:active,
button#wsp-open-position-modal:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
}

#wsp-view-image .wsp-button-icon,
#wsp-open-position-modal .wsp-button-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#wsp-view-image .wsp-button-icon i,
#wsp-open-position-modal .wsp-button-icon svg {
    width: 18px;
    height: 18px;
    stroke: #333 !important; /* تیره‌تر */
    stroke-width: 2.5; /* ضخیم‌تر */
    fill: none;
    transition: stroke 0.3s ease;
}
#wsp-open-position-modal:hover .wsp-button-icon svg {
    stroke: #000; /* مشکی در hover */
}
#wsp-view-image .wsp-button-icon .wsp-custom-icon {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
}

#wsp-view-image .wsp-button-text,
#wsp-open-position-modal .wsp-button-text {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #444 !important;
    white-space: nowrap !important;
}

/* ==================== ریسپانسیو - Tablet ==================== */
@media (max-width: 1024px) {
    #wsp-modal {
        width: 98%;
        max-width: 95%;
    }

    #wsp-canvas-wrapper {
        height: calc(95vh - 135px);
    }

    #wsp-canvas-container {
        padding: 20px;
    }

        .wsp-view-icon {
        width: 26px;
        height: 26px;
    }

    .wsp-view-icon i {
        font-size: 15px;
    }
}

/* ==================== ریسپانسیو - Mobile ==================== */
@media (max-width: 768px) {
    .wsp-size-box {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .wsp-size-icon {
        width: 100%;
        justify-content: center;
    }

    .wsp-size-content {
        justify-content: center;
    }

    .wsp-size-value,
    .wsp-size-box .wsp-size-value,
    .wsp-size-item .wsp-size-value {
        font-size: 18px !important;
    }

    .wsp-size-separator {
        font-size: 16px;
        margin: 0 8px;
    }

    #wsp-modal {
        width: 95% !important;
        max-width: 95% !important;
        max-height: 95vh !important;
        border-radius: 12px !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

      .wsp-main-title {
        font-size: 14px;
        margin-bottom: 68px;
    }

    .wsp-view-icon {
        width: 24px;
        height: 24px;
    }

    .wsp-view-icon i {
        font-size: 14px;
    }

    #wsp-close-modal {
        top: 12px;
        left: 14px;
        padding: 6px 12px;
        font-size: 12px;
    }

    .wsp-size-display {
        flex-direction: column;
        gap: 10px;
        padding: 8px 12px;
    }

    .wsp-size-item-modal {
        width: 100%;
        justify-content: space-between;
    }

    .wsp-size-item-modal input {
        width: 65px;
        font-size: 13px;
        padding: 5px 8px;
    }

    .wsp-size-control-global {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

        
    .wsp-canvas-info {
        padding: 10px 16px;
        font-size: 13px;
    }
}
#wsp-canvas-container {
        display: inline-block !important; 
      height: max-content !important;
        min-height: fit-content !important;
        padding: 0 !important;
        border: 20px solid #ffffff !important;
        box-sizing: border-box !important;
        background: #ffffff !important;
                direction: rtl !important; /* بازگرداندن جهت به راست‌چین برای محتوای داخلی */
    }
   #wsp-modal-canvas {
        display: block !important;
        margin: 0 auto !important;
        max-width: none !important;
    }
        #wsp-canvas-wrapper {
        height: calc(75vh - 160px) !important;
        width: 100% !important;
        overflow-x: auto !important; /* فعال‌سازی قطعی اسکرول افقی */
        overflow-y: auto !important; /* فعال‌سازی قطعی اسکرول عمودی */
        display: block !important; 
        text-align: left !important; /* 🟢 اصلاح شد: برای هماهنگی با direction: ltr باید left باشد */
        direction: ltr !important; /* مهم: دور زدن باگ اسکرول افقی در سایت‌های راست‌چین */
        cursor: grab;
        
               
        scrollbar-width: none; /* مخفی کردن اسکرول‌بار در فایرفاکس */
    }


   /* 👇 این خط برای تغییر شکل موس در زمان گرفتن تصویر است 👇 */
#wsp-canvas-wrapper:active {
    cursor: grabbing !important;
}

/* 👇 (اختیاری) مخفی کردن اسکرول‌بار در کروم و سافاری 👇 */
#wsp-canvas-wrapper::-webkit-scrollbar {
    display: none !important;
} 
    /* اطمینان از نمایش کامل canvas */
    #wsp-canvas {
        max-width: none;
    }
}
/* ==================== ریسپانسیو - Small Mobile ==================== */
@media (max-width: 480px) {
    .wsp-size-box {
        gap: 12px;
    }

    .wsp-size-values {
        gap: 8px;
    }

    .wsp-size-value,
    .wsp-size-box .wsp-size-value,
    .wsp-size-item .wsp-size-value {
        font-size: 16px !important;
        min-width: 45px !important;
    }

    .wsp-size-unit {
        font-size: 10px;
    }

    .wsp-size-separator {
        font-size: 14px;
        margin: 0 6px;
    }

    .wsp-size-icon {
        padding: 10px 16px;
    }

    .wsp-size-icon::before {
        font-size: 13px;
    }

    .wsp-size-icon i {
        font-size: 16px;
    }

    .wsp-main-title {
        font-size: 13px;
        margin-bottom: 122px;
    }

    .wsp-title-text {
        font-size: 13px;
    }

    .wsp-view-icon {
        width: 22px;
        height: 22px;
    }

    .wsp-view-icon i {
        font-size: 13px;
    }

    #wsp-close-modal {
        top: 10px;
        left: 12px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .wsp-size-display {
        gap: 8px;
        padding: 6px 10px;
    }

    .wsp-size-item-modal label {
        font-size: 11px;
    }

    .wsp-size-item-modal input {
        width: 60px;
        font-size: 12px;
        padding: 4px 6px;
    }

    .wsp-size-item-modal .wsp-unit {
        font-size: 11px;
    }

    .wsp-btn-control i {
        font-size: 11px;
    }

    #wsp-canvas-wrapper {
        height: calc(95vh - 170px) !important;
    }

    #wsp-canvas-container {
        border: 15px solid #ffffff !important; /* فاصله کمی کمتر برای موبایل‌های خیلی کوچک */
    }
    
    #wsp-canvas-wrapper {
        overflow: auto;
        max-width: 100%;
    }
    
    /* اطمینان از نمایش کامل canvas */
    #wsp-canvas {
        max-width: none;
    }
}

    .wsp-canvas-info {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* ==================== حذف فلش‌های Input Number ==================== */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* ==================== اسکرول‌بار سفارشی ==================== */
#wsp-canvas-wrapper::-webkit-scrollbar,
#wsp-canvas-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#wsp-canvas-wrapper::-webkit-scrollbar-track,
#wsp-canvas-container::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 5px;
}

#wsp-canvas-wrapper::-webkit-scrollbar-thumb,
#wsp-canvas-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 5px;
}

#wsp-canvas-wrapper::-webkit-scrollbar-thumb:hover,
#wsp-canvas-container::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;

}
#wsp-position-modal.wsp-modal {
    display: none;
    position: fixed;
    top: 0;        /* ← اضافه شود */
    left: 0;       /* ← اضافه شود */
    right: 0;      /* ← اضافه شود */
    bottom: 0;     /* ← اضافه شود */
    z-index: 9999;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.wsp-modal-content {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 10px;
    box-sizing: border-box;
}

.wsp-close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 10;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
	}
	/* دکمه تایید - سمت چپ بالا */
#wsp-confirm-position {
        position: relative;
    top: 10px;
    left: 10px;
    background: #2196F3; /* آبی مطابق تصویر */
    color: white;
    border: none;
    border-radius: 8px; /* گوشه‌های گرد */
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1001;
}

#wsp-confirm-position:hover {
    background: #1976D2; /* آبی تیره‌تر */
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(33, 150, 243, 0.3);
}
#wsp-confirm-position:active {
    transform: translateY(0);
}
/* عنوان مودال - فضای کمتر */
.wsp-modal-content h2 {
    margin-top: 40px !important; /* فضا برای دکمه‌های بالا */
    margin-bottom: 15px !important;
    padding-bottom: 8px !important;
    font-size: 16px;
}

/* فیلدهای انتخاب - فشرده‌تر */
.wsp-modal-content label {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
}

.wsp-modal-content select {
    width: 100%;
    margin-bottom: 10px;
}

/* کانتینر SVG - فضای کمتر */
#wsp-position-svg-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* پیش‌نمایش مختصات - فشرده */
#wsp-coordinate-preview {
    padding: 8px;
    margin: 10px 0;
    font-size: 13px;
}

/* هشدار سایز - فشرده */
#wsp-size-warning {
    padding: 8px;
    margin: 10px 0;
    font-size: 13px;
}
/* ==================== Modal Fix - Override ==================== */
.wsp-modal-header {
    position: relative !important;
	padding: 9px;
}

#wsp-close-modal {
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    right: auto !important;
}

@media (max-width: 768px) {
    #wsp-close-modal {
        top: 12px !important;
        left: 12px !important;
        padding: 6px 12px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    #wsp-close-modal {
        top: 10px !important;
        left: 10px !important;
        padding: 5px 10px !important;
        font-size: 12px !important;
    }
}
/* ==================== Modal Header Buttons Layout ==================== */

/* Container for buttons */
.wgc-buttons-group {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 13px;
    left: 16px;
    z-index: 10;
}

/* Close button styling */
#wsp-close-modal,
.wgc-popup-close {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0;
}
#wgc-show-repeat-btn {
    margin-left: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

/* در صورت نیاز می‌توانید یک افکت هاور (Hover) هم برای زیبایی بیشتر اضافه کنید */
#wgc-show-repeat-btn:hover {
    background-color: #e4e4e4;
}

