.updates-list li {
  grid-template-columns: 82px minmax(0, 1fr);
  padding-left: 0;
}

.updates-list li::before { content: none; }

.updates-list time {
  color: #b92f51;
  font-weight: 700;
}

@media (max-width: 560px) {
  .updates-list li {
    grid-template-columns: 1fr;
  }
}
