@charset "UTF-8";
/***!  /templates/wt_trendi_free/css/custom.css  !***/

/* ─── الخط الأساسي للموقع ─── */
body {
  font-family: "Tajawal", "Arial", sans-serif;
  line-height: 1.6;
  color: #111;
}

/* ─── روابط القائمة الفرعية ─── */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner a {
  font-weight: bold !important;
}

/* ─── أزرار عامة ─── */
button, .uk-button, .sppb-btn, a.button,
input[type="submit"], input[type="button"] {
  background-color: #006699;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
button:hover, .uk-button:hover, .sppb-btn:hover,
a.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background-color: #004466;
  cursor: pointer;
}
button:active, .uk-button:active {
  transform: scale(0.97);
}

/* ─── صور رؤساء التحرير ─── */
.editors-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 10px;
}
.editors-links img {
  max-width: 150px;
  border-radius: 6px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.editors-links img:hover {
  transform: scale(1.05);
}

/* ─── صور المقالات ─── */
.item-page img {
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
}

/* ─── عناوين الموديولات المحسّنة ─── */
.moduletable h3,
.uk-card-title,
.sp-module .sp-module-header__title {
  position: relative;
  font-family: "Cairo", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ba2c2c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
}
.moduletable h3:hover,
.uk-card-title:hover,
.sp-module .sp-module-header__title:hover {
  color: #006699;
  transform: scale(1.02);
}
.moduletable h3::after,
.uk-card-title::after,
.sp-module .sp-module-header__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ba2c2c 0%, #006699 100%);
  border-radius: 2px;
}
.moduletable h3::before,
.uk-card-title::before,
.sp-module .sp-module-header__title::before {
  content: "\f02d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  color: #006699;
}

/* ─── قسم الإعلان ─── */
.module-advert, .ad-section, .announcement, .moduletable-ad {
  direction: rtl;
  font-size: 1.2rem;
  text-align: right;
  padding: 16px;
  border-radius: 6px;
  background-color: #fdfdfd;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  margin-bottom: 20px;
  overflow-wrap: break-word;
}

/* ─── الموديولات الجانبية ─── */
aside.module, .sidebar .moduletable,
.sp-module, .uk-panel {
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* ─── الفوتر ─── */
footer, .sp-footer, .site-footer {
  background-color: #222;
  color: #ccc;
  padding: 30px 15px;
  font-size: 0.9rem;
  text-align: center;
}
footer a, .sp-footer a {
  color: #88c9ff;
  text-decoration: none;
}
footer a:hover, .sp-footer a:hover {
  background-color: rgba(255,255,255,0.1);
  padding: 2px 6px;
  border-radius: 4px;
}

/* ─── بطاقة "صدر حديثًا" ─── */
.latest-books-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.book-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
  padding: 15px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.book-card:hover {
  transform: translateY(-5px);
}
.book-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}
.book-card h4 {
  font-size: 1.1rem;
  color: #ba2c2c;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Cairo", sans-serif;
}
.button-readmore {
  display: inline-block;
  background-color: #ba2c2c;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.button-readmore:hover {
  background-color: #006699;
}

/* ─── الجوال ─── */
@media (max-width: 768px) {
  .main-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  h1, h2 {
    font-size: 1.4rem;
    text-align: center;
  }
  footer {
    font-size: 0.85rem;
  }
  .editors-links img {
    max-width: 100px;
  }
  .ad-section, .module-advert {
    font-size: 1rem;
  }
  .moduletable h3, .uk-card-title,
  .sp-module .sp-module-header__title {
    font-size: 1.2rem;
  }
}

/* ─── تعطيل تنسيقات مخصصة ─── */
.nonz,
.nonz .module,
.nonz .sidebar .moduletable,
.nonz .sp-module,
.nonz .uk-panel {
  background: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* ============================================
   إصلاحات تجربة المستخدم والتصميم - مارس 2026
   UX & Design Fixes - March 2026
============================================ */

/* 1. إصلاح اتجاه النص العربي من اليمين لليسار */
html[dir="rtl"] body,
html[lang="ar"] body {
    direction: rtl !important;
    text-align: right !important;
}

/* 2. تحسين الخط العربي */
body {
    font-family: 'Tajawal', 'Arial', 'Helvetica', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}

h1 { font-size: 2.5rem !important; }
h2 { font-size: 2rem !important; }
h3 { font-size: 1.75rem !important; }
h4 { font-size: 1.5rem !important; }

/* 3. إصلاح القائمة الرئيسية */
.navbar,
.sp-megamenu-parent {
    background-color: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    padding: 1rem 0 !important;
}

.sp-megamenu-parent a {
    color: #333 !important;
    font-weight: 600 !important;
    padding: 0.75rem 1.25rem !important;
    transition: all 0.3s ease !important;
}

.sp-megamenu-parent a:hover {
    background-color: #f0f0f0 !important;
    color: #006699 !important;
}

/* 4. تحسين التباين والألوان */
a {
    color: #006699 !important;
}

a:hover {
    color: #004466 !important;
    text-decoration: underline !important;
}

.btn-primary,
button[type="submit"],
input[type="submit"] {
    background-color: #006699 !important;
    border-color: #006699 !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 4px !important;
}

.btn-primary:hover {
    background-color: #004466 !important;
    border-color: #004466 !important;
}

/* 5. إصلاح التذييل */
footer,
.footer {
    background-color: #2c3e50 !important;
    color: #ecf0f1 !important;
    padding: 3rem 0 1rem !important;
}

footer a,
.footer a {
    color: #3498db !important;
}

footer a:hover,
.footer a:hover {
    color: #5dade2 !important;
}

/* 6. إصلاح الأيقونات الاجتماعية */
.social-icons a,
.social-links a {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    background-color: #3498db !important;
    color: #fff !important;
    border-radius: 50% !important;
    margin: 0 0.5rem !important;
    transition: all 0.3s ease !important;
}

.social-icons a:hover,
.social-links a:hover {
    background-color: #2980b9 !important;
    transform: scale(1.1) !important;
}

/* 7. إصلاح التباعد والهوامش */
.container,
.container-fluid {
    padding: 2rem 15px !important;
}

section,
.section {
    padding: 3rem 0 !important;
    margin-bottom: 2rem !important;
}

p {
    margin-bottom: 1.25rem !important;
    line-height: 1.8 !important;
}

/* 8. إصلاح الصور */
img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 4px !important;
}

.hero-image,
.banner-image {
    width: 100% !important;
    object-fit: cover !important;
    max-height: 500px !important;
}

/* 9. إصلاح النماذج */
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
    width: 100% !important;
    padding: 0.75rem !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 1rem !important;
    direction: rtl !important;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #006699 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.1) !important;
}

/* 10. إصلاح البطاقات */
.card,
.uk-card {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    padding: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    transition: all 0.3s ease !important;
}

.card:hover,
.uk-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    transform: translateY(-2px) !important;
}

/* 11. إصلاح التصميم المتجاوب للهواتف */
@media (max-width: 768px) {
    body {
        font-size: 14px !important;
    }
    
    h1 { font-size: 1.75rem !important; }
    h2 { font-size: 1.5rem !important; }
    h3 { font-size: 1.25rem !important; }
    
    .container,
    .container-fluid {
        padding: 1rem 10px !important;
    }
    
    .sp-megamenu-parent a {
        padding: 0.5rem 1rem !important;
        font-size: 0.9rem !important;
    }
    
    .btn-primary {
        padding: 0.6rem 1.2rem !important;
        font-size: 0.9rem !important;
    }
    
    section,
    .section {
        padding: 2rem 0 !important;
    }
    
    .hero-image,
    .banner-image {
        max-height: 250px !important;
    }
}

/* 12. إصلاح قائمة التنقل المحمولة */
@media (max-width: 991px) {
    .navbar-toggler {
        display: block !important;
        background-color: #006699 !important;
        border: none !important;
        padding: 0.5rem !important;
    }
    
    .sp-megamenu-parent .sp-dropdown {
        position: static !important;
        width: 100% !important;
    }
}

/* 13. تحسين إمكانية الوصول */
a:focus,
button:focus,
input:focus {
    outline: 2px solid #006699 !important;
    outline-offset: 2px !important;
}

/* 14. إصلاح القوائم */
ul, ol {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}

html[dir="rtl"] ul,
html[dir="rtl"] ol {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}

/* 15. إصلاح التنقل بين الصفحات */
.pagination {
    direction: rtl !important;
}

.pagination li a {
    padding: 0.5rem 0.75rem !important;
    border: 1px solid #ddd !important;
    margin: 0 0.25rem !important;
}

/* 16. إصلاح الجداول */
table {
    width: 100% !important;
    direction: rtl !important;
    border-collapse: collapse !important;
}

th, td {
    padding: 0.75rem !important;
    text-align: right !important;
    border: 1px solid #ddd !important;
}

th {
    background-color: #f5f5f5 !important;
    font-weight: 600 !important;
}

/* 17. تحسين سرعة التحميل - تأخير الصور */
img[loading="lazy"] {
    opacity: 1 !important;
    transition: opacity 0.3s !important;
}

/* 18. إصلاح البحث */
.search-box,
input[type="search"] {
    width: 100% !important;
    max-width: 400px !important;
}

/* 19. تحسين عناصر القائمة المنسدلة */
.sp-dropdown,
.dropdown-menu {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
    direction: rtl !important;
}

.sp-dropdown a,
.dropdown-menu a {
    padding: 0.75rem 1.25rem !important;
    display: block !important;
}

/* 20. إصلاح الشعار */
.logo img {
    max-height: 60px !important;
    width: auto !important;
}

/* 21. تحسين النصوص الطويلة */
.content,
.article-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* 22. إصلاح الرسائل والتنبيهات */
.alert,
.message {
    padding: 1rem 1.25rem !important;
    border-radius: 4px !important;
    margin-bottom: 1rem !important;
}

.alert-success { background-color: #d4edda !important; border-color: #c3e6cb !important; color: #155724 !important; }
.alert-error,
.alert-danger { background-color: #f8d7da !important; border-color: #f5c6cb !important; color: #721c24 !important; }
.alert-warning { background-color: #fff3cd !important; border-color: #ffeaa7 !important; color: #856404 !important; }
.alert-info { background-color: #d1ecf1 !important; border-color: #bee5eb !important; color: #0c5460 !important; }

/* 23. إصلاح فيديوهات متجاوبة */
iframe,
video {
    max-width: 100% !important;
    height: auto !important;
}

/* 24. تحسين العناصر التفاعلية */
button,
.button,
.btn {
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

button:hover,
.button:hover,
.btn:hover {
    opacity: 0.9 !important;
}

/* 25. إصلاح Breadcrumbs */
.breadcrumb {
    direction: rtl !important;
    background-color: transparent !important;
    padding: 0.75rem 0 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "‹" !important;
    padding: 0 0.5rem !important;
}

/* 26. تحسين التمرير */
html {
    scroll-behavior: smooth !important;
}

/* 27. إصلاح القوائم الجانبية */
.sidebar {
    padding: 1.5rem !important;
    background-color: #f8f9fa !important;
    border-radius: 8px !important;
}

/* 28. تحسين الطباعة */
@media print {
    body {
        font-size: 12pt !important;
        color: #000 !important;
    }
    
    header, footer, nav, .no-print {
        display: none !important;
    }
    
    a {
        color: #000 !important;
        text-decoration: underline !important;
    }
}


/* ============================================
   تحسينات متقدمة للقوائم - مارس 2026
   Advanced Menu Enhancements - March 2026
============================================ */

/* 1. تحسين القائمة الرئيسية العلوية */
.sp-megamenu-wrapper {
    position: relative !important;
    z-index: 9999 !important;
}

.sp-megamenu-parent {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    padding: 0.5rem 0 !important;
    width: 100% !important;
}

/* 2. تحسين عناصر القائمة */
.sp-megamenu-parent > li {
    display: inline-block !important;
    position: relative !important;
    margin: 0 !important;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 1rem 1.5rem !important;
    display: block !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    position: relative !important;
}

/* 3. تأثيرات Hover المحسنة */
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li > span:hover,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active > span {
    background-color: rgba(255,255,255,0.15) !important;
    color: #fef3c7 !important;
    transform: translateY(-2px) !important;
}

.sp-megamenu-parent > li > a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 0 !important;
    height: 3px !important;
    background: #fbbf24 !important;
    transition: all 0.3s ease !important;
    transform: translateX(-50%) !important;
}

.sp-megamenu-parent > li > a:hover::after,
.sp-megamenu-parent > li.active > a::after {
    width: 80% !important;
}

/* 4. القوائم المنسدلة */
.sp-dropdown,
.sp-dropdown-main {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;
    margin-top: 0 !important;
    padding: 0.75rem 0 !important;
    min-width: 220px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.sp-megamenu-parent > li:hover > .sp-dropdown,
.sp-megamenu-parent > li:hover > .sp-dropdown-main {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* 5. عناصر القائمة المنسدلة */
.sp-dropdown li a,
.sp-dropdown-main li a {
    color: #1f2937 !important;
    padding: 0.75rem 1.5rem !important;
    display: block !important;
    transition: all 0.2s ease !important;
    border-right: 3px solid transparent !important;
}

.sp-dropdown li a:hover,
.sp-dropdown-main li a:hover {
    background-color: #f3f4f6 !important;
    color: #1e3a8a !important;
    border-right-color: #2563eb !important;
    padding-right: 2rem !important;
}

/* 6. أيقونات القائمة */
.sp-megamenu-parent .fa,
.sp-megamenu-parent .icon {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

/* 7. تحسين القائمة الثانوية */
.sp-megamenu-parent .sp-menu-child {
    background: rgba(255,255,255,0.1) !important;
    padding: 0.5rem 0 !important;
}

.sp-megamenu-parent .sp-menu-child > li > a {
    padding: 0.75rem 1.25rem !important;
    font-size: 0.95rem !important;
}

/* 8. تحسين استجابة الهواتف */
@media (max-width: 991px) {
    .sp-megamenu-wrapper {
        position: static !important;
    }
    
    .sp-megamenu-parent {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        width: 100% !important;
        background: #1e3a8a !important;
        padding: 1rem 0 !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
    }
    
    .sp-megamenu-wrapper.menu-open .sp-megamenu-parent {
        display: block !important;
    }
    
    .sp-megamenu-parent > li {
        display: block !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }
    
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span {
        padding: 1rem 1.5rem !important;
    }
    
    .sp-dropdown,
    .sp-dropdown-main {
        position: static !important;
        display: none !important;
        box-shadow: none !important;
        background: rgba(0,0,0,0.1) !important;
        margin: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
    
    .sp-megamenu-parent > li.active > .sp-dropdown,
    .sp-megamenu-parent > li.active > .sp-dropdown-main {
        display: block !important;
    }
}

/* 9. زر القائمة المحمولة */
.sp-menu-toggler,
.navbar-toggler {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%) !important;
    border: none !important;
    padding: 0.75rem 1rem !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.sp-menu-toggler:hover,
.navbar-toggler:hover {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%) !important;
    transform: scale(1.05) !important;
}

.sp-menu-toggler span,
.navbar-toggler span {
    width: 25px !important;
    height: 3px !important;
    background: #ffffff !important;
    display: block !important;
    margin: 5px 0 !important;
    transition: all 0.3s ease !important;
    border-radius: 2px !important;
}

/* 10. تحسين المحاذاة RTL */
html[dir="rtl"] .sp-megamenu-parent {
    direction: rtl !important;
    text-align: right !important;
}

html[dir="rtl"] .sp-megamenu-parent > li {
    float: right !important;
}

html[dir="rtl"] .sp-dropdown li a {
    text-align: right !important;
    border-right: none !important;
    border-left: 3px solid transparent !important;
}

html[dir="rtl"] .sp-dropdown li a:hover {
    border-left-color: #2563eb !important;
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}

/* 11. تحسين الفواصل بين عناصر القائمة */
.sp-megamenu-parent > li:not(:last-child)::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 1px !important;
    height: 50% !important;
    background: rgba(255,255,255,0.2) !important;
}

/* 12. تحسين إمكانية الوصول */
.sp-megamenu-parent > li > a:focus,
.sp-megamenu-parent > li > span:focus {
    outline: 2px solid #fbbf24 !important;
    outline-offset: 2px !important;
    background-color: rgba(255,255,255,0.15) !important;
}

/* 13. القائمة الثابتة عند التمرير */
.sp-megamenu-wrapper.sticky {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    animation: slideDown 0.3s ease !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%) !important;
    }
    to {
        transform: translateY(0) !important;
    }
}

/* 14. تحسين القائمة متعددة المستويات */
.sp-dropdown .sp-dropdown {
    right: 100% !important;
    left: auto !important;
    top: 0 !important;
    margin-right: 0.5rem !important;
}

html[dir="rtl"] .sp-dropdown .sp-dropdown {
    left: 100% !important;
    right: auto !important;
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

/* 15. تحسين النصوص المختلطة (عربي/إنجليزي) */
.sp-megamenu-parent a,
.sp-megamenu-parent span {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    letter-spacing: 0 !important;
}

/* 16. تأثير Loading عند فتح القائمة */
.sp-dropdown.loading::before {
    content: '' !important;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #e5e7eb !important;
    border-top-color: #2563eb !important;
    border-radius: 50% !important;
    animation: spin 0.6s linear infinite !important;
    margin: 1rem auto !important;
}

@keyframes spin {
    to { transform: rotate(360deg) !important; }
}

/* 17. تحسين الألوان للقائمة النشطة */
.sp-megamenu-parent > li.current > a,
.sp-megamenu-parent > li.current-item > a {
    background-color: rgba(255,255,255,0.2) !important;
    color: #fef3c7 !important;
}

/* 18. Shadow للقائمة عند Hover */
.sp-megamenu-parent > li:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}

