.category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.article-category {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.article-category img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
}
