.hg-track__latest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 0 8px;
  padding: 10px 15px;
  border: 1px solid #191919;
  border-radius: 2px;
  background: #191919;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

.hg-track__latest:hover {
  background: #fff;
  color: #191919 !important;
  text-decoration: none;
}
