.util-tile.news {
  grid-row: auto / span 3;
  grid-template-rows: subgrid;
  gap: .625rem;
  padding: 1.25rem 1rem 1rem;
  display: grid;
}

.util-tile.news .top-link {
  text-decoration: none;
  display: block;
}

.util-tile.news .top-link .img {
  object-fit: contain;
  width: 100%;
  height: 5.25rem;
}

.util-tile.news .top-link .name {
  color: #27282b;
  padding-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  display: block;
}

.util-tile.news .date {
  color: #bababa;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.util-tile.news .bottom-link {
  padding-bottom: .25rem;
}

.util-tile.news .bottom-link .details {
  color: #009ae3;
  text-underline-offset: .375rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}
