.news-content {
  max-width: 991px;
}

.news .sport {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: var(--primary);
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
}

.date {
  opacity: 0.5;
  font-size: 14px;
  margin-top: 5px;
}

.share {
  margin: 2em 0;
}
.share p {
  opacity: 0.5;
}
.share button {
  border: none;
  font-size: 20px;
  background-color: transparent;
  color: var(--primary);
}
