.updates-hero {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 340px;
  padding: 92px 0 82px;
}

.updates-hero h1 {
  font: 700 clamp(62px, 8vw, 108px)/.94 "Manrope";
  letter-spacing: -.075em;
  margin: 30px 0;
}

.updates-hero h1 i {
  color: var(--purple);
  font: inherit;
  font-style: normal;
}

.updates-hero > div > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  max-width: 690px;
}

.updates-hero aside {
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 28px;
}

.updates-hero aside div {
  border-bottom: 1px solid #434759;
  padding: 4px 0 22px;
}

.updates-hero aside b,
.updates-hero aside span {
  display: block;
}

.updates-hero aside b {
  font: 700 40px "Manrope";
}

.updates-hero aside span,
.updates-hero aside small {
  color: #b8becc;
  font-size: 11px;
}

.updates-hero aside small {
  grid-column: 1 / -1;
  line-height: 1.6;
  padding-top: 20px;
}

.updates-body {
  background: var(--soft);
  border-top: 1px solid var(--line);
  padding: 70px 0 90px;
}

.updates-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}

.updates-head h2 {
  font: 700 34px "Manrope";
  letter-spacing: -.045em;
  margin: 8px 0 0;
}

.feed-link,
.update-open,
.update-copy h2 a {
  color: var(--purple);
  font-weight: 700;
  text-decoration: none;
}

.update-list {
  background: white;
  border: 1px solid var(--line);
}

.update-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 90px 10px 1fr auto;
  min-height: 124px;
  padding: 22px 26px;
}

.update-item:last-child {
  border-bottom: 0;
}

.update-item time b,
.update-item time span {
  display: block;
}

.update-item time b {
  font: 700 16px "Manrope";
}

.update-item time span,
.update-copy > span,
.update-copy p {
  color: var(--muted);
  font-size: 11px;
}

.update-marker {
  background: var(--purple);
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.update-marker.added {
  background: #20a36a;
}

.update-copy h2 {
  font: 700 21px "Manrope";
  margin: 6px 0 4px;
}

.update-copy h2 a {
  color: var(--ink);
}

.update-copy h2 a:hover {
  color: var(--purple);
}

.update-copy p {
  margin: 0;
}

.update-open {
  font-size: 12px;
}

.update-empty {
  padding: 40px;
}

@media (max-width: 760px) {
  .updates-hero {
    display: block;
    padding: 58px 0 52px;
  }

  .updates-hero aside {
    margin-top: 35px;
  }

  .updates-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .update-item {
    gap: 12px;
    grid-template-columns: 68px 8px 1fr;
    padding: 20px 16px;
  }

  .update-open {
    display: none;
  }
}
