/* =========================================================
   1) PLUSPASSTV Blog Articles only (اللينكات داخل نص المقال فقط)
   - body#app فيه class="blog-single"
   - المحتوى داخل .main-content.blog-category > article
========================================================= */
#app.blog-single .main-content.blog-category > article a[href],
#app.blog-single .main-content.blog-category > article a[href] *{
  color: #ff0000 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

/* إزالة أي underline افتراضي + شكل لطيف بدل الخط */
#app.blog-single .main-content.blog-category > article a[href]{
  border-bottom: 1px solid rgba(255, 0, 0, 0.35) !important;
  padding-bottom: 1px;
}

/* Hover */
#app.blog-single .main-content.blog-category > article a[href]:hover{
  border-bottom-color: rgba(255, 0, 0, 1) !important;
  opacity: 0.85;
}


/* =========================================================
   2) PLUSPASSTV Product Pages only (اللينكات داخل وصف المنتج فقط)
   - body#app فيه class="product-single"
   - الوصف داخل .product__description و #more-content
========================================================= */
#app.product-single .product__description #more-content a[href],
#app.product-single .product__description #more-content a[href] *{
  color: #ff0000 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

#app.product-single .product__description #more-content a[href]{
  border-bottom: 1px solid rgba(255, 0, 0, 0.35) !important;
  padding-bottom: 1px;
}

#app.product-single .product__description #more-content a[href]:hover{
  border-bottom-color: rgba(255, 0, 0, 1) !important;
  opacity: 0.85;
}
/* remove any underline / bottom line for content links */
#app.blog-single .main-content.blog-category > article a[href],
#app.product-single .product__description #more-content a[href]{
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important; /* احتياط لو الثيم عامل underline بالظل */
}
/* ===== Glass style for Salla gifting widget (list tile) ===== */

/* الوعاء كله */
salla-list-tile.s-gifting-widget .s-list-tile-item{
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 18px !important;
  padding: 16px 14px !important;

  /* Glass effect */
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);

  /* Nice depth */
  box-shadow: 0 10px 30px rgba(0,0,0,.22) !important;

  /* حركة بسيطة */
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

/* عنوان + وصف */
salla-list-tile.s-gifting-widget .s-list-tile-item-title h3,
salla-list-tile.s-gifting-widget .s-list-tile-item-subtitle{
  color: rgba(255,255,255,0.92) !important;
}

/* ألوان النص الثانوية */
salla-list-tile.s-gifting-widget .s-list-tile-item-subtitle{
  opacity: 0.92;
}

/* Hover رايق */
salla-list-tile.s-gifting-widget .s-list-tile-item:hover{
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.11) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.28) !important;
}

/* أيقونة الشمال لو عايزها شكلها أنضف */
salla-list-tile.s-gifting-widget .s-list-tile-item-icon{
  background: rgba(255,255,255,0.10) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  border-radius: 14px !important;
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
}

/* زر "أرسلها كهدية" لو عايز يخش في نفس الستايل */
salla-list-tile.s-gifting-widget .s-gifting-widget-action .s-button-element{
  border-radius: 14px !important;
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
}
/* === BLOG POSTS ONLY (pluspasstv) === */
.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md{
  height: auto !important;        /* يلغي الارتفاع الثابت */
  max-height: none !important;
  width: 100% !important;
  object-fit: contain !important; /* يمنع القص */
  display: block !important;
}

/* أي صورة جوه محتوى المقال (لو عندك صور داخلية كمان) */
.blog-single article img{
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}