/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */
/* شريط أخبار مستمر من اليسار إلى اليمين */

.breaking-news-wrapper {
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  border-top: 2px solid #c00;
  border-bottom: 2px solid #c00;
  height: 40px;
  direction: ltr; /* يجب أن يكون ltr للحركة من اليسار لليمين */
}

.breaking-news-content {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  will-change: transform;
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.breaking-news-content a {
  margin-right: 50px;
  text-decoration: none;
  color: #c00;
}

/* ░░ فاصل «الدليل نيوز» الأحمر بين الأخبار داخل شريط العاجل ░░ */
.breaking-news-content a:not(:last-child)::after{
  content: " • الدليل نيوز •";   /* النص مع النقطتين */
  margin: 0 18px;                 /* يباعد عن العنوانين يمينًا ويسارًا */
  color: #c40000;                 /* أحمر مطابق لهوية الموقع */
  font-weight: 700;
}

/* ░░ إزالة أي فواصل افتراضية يضيفها القالب (النقاط السوداء الصغيرة) ░░ */
.breaking-news-content .news-item-sep,
.breaking-news-content .tie-icon-dot{ display:none; }

/* ░░ فاصل «الدليل نيوز» باللون الأحمر قبل كل عنوان يلي عنوانًا ░░ */
.breaking-news-content a{
  font-weight: 700;           /* أبقي أو أزل حسب حاجتك */
  white-space: nowrap;        /* يمنع الفصل عند المسار السريع */
  position: relative;
  padding-inline: 8px;        /* مسافة داخلية بسيطة */
}

.breaking-news-content a + a::before{
  content: " • الدليل نيوز •";
  margin-inline: 12px;        /* بُعد الفاصل عن العناوين */
  color: #c40000;
  font-weight: 900;
}

/* اختيارياً: حجم أصغر على الشاشات الضيّقة */
@media (max-width: 480px){
  .breaking-news-content a + a::before{
    font-size: 12px;
    margin-inline: 8px;
  }
}

