/* RTL overrides for Newsten template – Hebrew layout */
html[dir="rtl"] body {
  text-align: right;
  font-family: 'DM Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
}

html[dir="rtl"] .header-area .container {
  direction: rtl;
}

html[dir="rtl"] .sidenav-nav {
  padding-right: 0;
  text-align: right;
}

html[dir="rtl"] .sidenav-nav li a i {
  margin-left: 0.5rem;
  margin-right: 0;
}

html[dir="rtl"] .post-meta a i,
html[dir="rtl"] .post-meta span i {
  margin-left: 0.25rem;
  margin-right: 0 !important;
}

html[dir="rtl"] .single-trending-post .post-content {
  padding-right: 0.75rem;
  padding-left: 0;
  text-align: right;
}

html[dir="rtl"] .single-news-post .post-content {
  padding-right: 0.75rem;
  padding-left: 0;
  text-align: right;
}

html[dir="rtl"] .single-editorial-slide .post-content {
  padding-right: 0.75rem;
  padding-left: 0;
  text-align: right;
}

html[dir="rtl"] .blog-description {
  text-align: right;
  direction: rtl;
}

html[dir="rtl"] .blog-description p {
  line-height: 1.9;
}

html[dir="rtl"] .single-blog-info .post-content-wrap {
  text-align: right;
}

html[dir="rtl"] .back-button {
  transform: scaleX(-1);
}

html[dir="rtl"] .go-home-btn i {
  transform: scaleX(-1);
}

html[dir="rtl"] .slide-content .post-meta {
  direction: rtl;
}

html[dir="rtl"] .footer-nav-area {
  direction: ltr;
}

/* Source badge styling */
.source-badge {
  display: inline-block;
  background: rgba(228, 47, 8, 0.1);
  color: #e42f08;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: 4px;
}

.sources-list {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
}

.sources-list h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.sources-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sources-list li {
  padding: 0.25rem 0;
  font-size: 0.85rem;
}

.sources-list li a {
  color: #e42f08;
}

.correction-banner {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.correction-banner i {
  color: #ffc107;
  margin-left: 0.5rem;
}

.empty-state {
  text-align: center;
  padding: 4rem 2rem;
}

.empty-state i {
  font-size: 3rem;
  color: #ccc;
  margin-bottom: 1rem;
  display: block;
}

.empty-state h5 {
  color: #999;
  font-weight: 600;
}

.empty-state p {
  color: #bbb;
}

/* Timeline styling */
.article-timeline {
  position: relative;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.article-timeline::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e42f08;
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.timeline-item::before {
  content: '';
  position: absolute;
  right: -1.75rem;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e42f08;
}

.timeline-item .time {
  font-size: 0.75rem;
  color: #999;
}

.timeline-item .label {
  font-weight: 600;
  font-size: 0.9rem;
}
