.newsEntryBlogCategories {
  margin-bottom: 10px;
}

.newsEntryBlogCategories__category {
  background-color: var(--color-background);
  margin: 0 0.3125rem 0.3125rem 0;
  text-transform: uppercase;
  padding: 0.1875rem 0.625rem;
  min-height: 2.1875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 0.75rem;
  width: 8rem;
  max-width: 128px;
}

.newsEntryBlog__name {
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 1.1;
}

.newsEntryBlog__date {
  margin-bottom: 20px;
}

.newsEntryBlog__fotob {
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .newsEntryBlogCategories {
    margin-bottom: 1.375rem;
  }
  .newsEntryBlog__name {
    margin-bottom: 1.25rem;
  }
  .newsEntryBlog__date {
    margin-bottom: 1.375rem;
  }
}
/*# sourceMappingURL=news__entry--blog.css.map */