/* [OPTIMIZED PATCH v61.2] رفع مشکل کش و اعمال تضاد رنگی بالا */

.tle-live-clock-bar {
    background: #fdf2f8 !important; /* یاسی بسیار ملایم */
    border: 1px solid #f9a8d4 !important; /* مرز ظریف */
    border-radius: 8px !important;
    padding: 10px 20px !important;
    margin-bottom: 0px !important; /* [FIX] حذف کامل فاصله پایین */
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    font-family: Tahoma, sans-serif !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

/* [FINAL GAP FIX] خنثی کردن فاصله کانتینر اصلی افزونه */
.tle-wrapper-final {
    margin-top: 0px !important; /* حذف فاصله ۴۰ پیکسلی بالایی */
    border-top: none !important; /* حذف خط رنگی بالای بدنه برای اتصال کامل */
    border-radius: 0 0 20px 20px !important; /* هماهنگی گوشه‌های پایین */
}

.tle-clock-item { 
    font-size: 22px !important; 
    font-weight: 900 !important; 
    color: #701a75 !important; /* بنفش تیره برای تضاد حداکثری */
}

/* حذف فواصل احتمالی از ظرف نگهدارنده پایینی در فرم */
#tle-view-step, #tle-view-advanced {
    margin-top: 5px !important;
}