.kb-article-latest {
  margin-bottom: 30px;
}

.kb-article-latest h2 {
  margin-bottom: 5px;
  font-size: 1.375rem;
  line-height: 1.36;
}

.kb-article-latest ul {
  padding: 0;
  margin: 0 0 5px;
  list-style: none;
}

.kb-article-latest li {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 15px 0;
  border-bottom: 1px solid var(--env-border-color);
}

.kb-article-latest li:last-child {
  border-bottom: none;
}

.kb-article-latest li a {
  --dymo-block: 0;

  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01rem;
}

.kb-article-latest li a::after {
  position: absolute;
  inset: 0;
  content: '';
}

.kb-article-latest time {
  display: block;
  font-size: 0.875rem;
  line-height: 2;
}

.kb-article-latest p.font-normal {
  margin: 10px 0 20px;
}

.kb-article-latest .env-button {
  min-width: 150px;
}
