.categorypost .post-format-icon {
  color: white;
  background-color: rgba(128, 128, 128, 0.5);

  border-radius: 5px;
  position: absolute;
  padding: 7.5px 15px;
  font-size: 1.5rem;
  top: 0;
  right: 0;
}

.categorypost .card-title {
  overflow-wrap: break-word;
  word-break: break-word;
}
