# hide the "featured" tag
span.badge.bg-danger.featured-article-badge {
  display: none;
}

.article-details {
  display: inline-block;
}

.float-start {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.float-end {
  margin-left: 1rem;
  margin-bottom: 1rem;
}