body{background-color:#fbf8ed!important}#kthb-ig-wrapper{display:none!important}#kthb-ig-wrapper{display:none!important}.store-footer{background-color:#8fa76f!important;border-top-left-radius:40px!important;border-top-right-radius:40px!important;padding:20px!important}.footer-main{background-color:#8fa76f!important;border-top-left-radius:40px!important;border-top-right-radius:40px!important;padding:20px!important}.store-footer__inner{background-color:#8fa76f!important}.s-product-card-content-subtitle{display:none!important}.s-product-card-image-cover{background-color:#fbf8ed!important}#custom-loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity 0.5s ease}.loader-content{text-align:center;animation:fadeIn 0.8s ease-in-out}.loader-logo{width:120px;height:auto;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}100%{transform:scale(1);opacity:1}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}


/*****المدونه****/
.list-block .post-entry__image {
  width: 100% !important;
  max-width: 1000px !important;
  aspect-ratio: 1000 / 454 !important; /* يحافظ على نفس النسبة */
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  background: #fff !important; /* خلفية بيضاء لو في فراغ */
}

/* الصورة */
.list-block .post-entry__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; /* تعرض الصورة كاملة من غير قص */
  display: block !important;
}


/* الكونتينر يحدد الارتفاع ويخلي الصورة في النص */
.s-slider-swiper-wrapper .post-entry__image {
  width: 100% !important;
  height: auto !important;
  max-width: 1000px !important;
  max-height: 454px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important; /* عشان يظهر خلفية لو الصورة مش مليّه */
  margin: 0 auto !important;
}

/* الصورة نفسها تظهر بالكامل */
.s-slider-swiper-wrapper .post-entry__image img {
  width: 100% !important;
  height: auto !important;
  max-width: 1000px !important;
  max-height: 454px !important;
  object-fit: contain !important;
  display: block !important;
}


/* إخفاء شريط الوسوم في كروت المقالات (قائمة المدونة) */
.post-entry .p-4.flex.flex-wrap.items-center.border-t { 
  display: none !important; 
}

/* إخفاء أي روابط وسم تظهر بشكل منفصل */
.post-entry a[href*="/tag-"] { 
  display: none !important; 
}

/* احتياطي: إخفاء أي بلوك وسوم داخل صفحة المقال */
.article [class*="tag"],
.blog-article [class*="tag"],
.single-article [class*="tag"] {
  display: none !important;
}

/* إخفاء آيكون الوسم لو ظهرت في مكان تاني */
.sicon-tag { 
  display: none !important; 
}


/* أزرّق الروابط الداخلية داخل نص المقال فقط */
.main-content article a[href^="/"],
.main-content article a[href*="top-carre.com"] {
  color: #1a73e8 !important;         /* أزرق */
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

/* حالات الهوفر والزيارة */
.main-content article a[href^="/"]:hover,
.main-content article a[href*="top-carre.com"]:hover {
  color: #0b57d0 !important;
}
.main-content article a[href^="/"]:visited,
.main-content article a[href*="top-carre.com"]:visited {
  color: #1a73e8 !important;
}