.BlogLatest {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.BlogLatest-title {
  width: 100%;
  border-bottom: 3px solid;
  padding-bottom: .5rem;
}

.BlogLatest-item {
  display: grid;
  grid-template-columns: 4rem auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: var(--colorText);
  width: 100%;
}

.BlogLatest-item h3 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  color: inherit;
}

.BlogLatest-item:hover, .BlogLatest-item:active, .BlogLatest-item:focus {
  color: var(--colorBrand);
  text-decoration: none;
}

/*# sourceMappingURL=blog-latest.min.css.map */
