.rooyesh-breaking {
  display: flex;
  gap: .75rem;
  align-items: center;
  padding: .5rem 1rem;
  background: #111;
  color: #fff;
  font-size: .9rem;
  overflow: hidden;
}
.rooyesh-breaking__label {
  background: #c62828;
  padding: .15rem .5rem;
  font-weight: 700;
  white-space: nowrap;
}
.rooyesh-breaking ul {
  display: flex;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}
.rooyesh-breaking a { color: #fff; text-decoration: none; }
.rooyesh-breaking a:hover { text-decoration: underline; }

.rooyesh-related,
.rooyesh-trending,
.rooyesh-ilinks,
.rooyesh-dates,
.rooyesh-topic-hub__subs {
  margin: 1.25rem 0;
}

.rooyesh-related__title { font-size: 1.15rem; margin-bottom: .5rem; }
.rooyesh-related__list { padding-inline-start: 1.2rem; }
.rooyesh-dates { opacity: .8; font-size: .9rem; }
.rooyesh-topic-hub__subs a { margin-inline-end: .75rem; }

@media (max-width: 640px) {
  .rooyesh-breaking { flex-direction: column; align-items: flex-start; }
}
