.text-blue {
  color: #001D6D;
}

.text-orange {
  color: #D35500;
}

.bg-blue {
  background-color: #001D6D;
}

.bg-orange {
  background-color: #D35500;
}

/* Base article list */
.article-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

/* Individual list items */
.article-list-item {
  margin-bottom: 0.2rem;
  line-height: 1.6;
}

/* Optional: last item spacing cleanup */
.article-list-item:last-child {
  margin-bottom: 0;
}

