.atl-editorial-next {
  margin: clamp(38px, 6vw, 70px) 0 0;
  padding: 24px 26px;
  display: grid;
  gap: 8px;
  color: #172822;
  background: #eef5e9;
  border-left: 4px solid #e18a46;
}

.atl-editorial-next span {
  color: #5b6d65;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atl-editorial-next a {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 3vw, 27px);
  line-height: 1.25;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

@media (max-width: 520px) {
  .atl-editorial-next {
    padding: 20px;
  }
}
