.blog__section {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.blog__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}
.blog__section:first-child h3 {
  margin: 0;
}
.blog__section h3 {
  margin: 20px 0 0;
  color: var(--high);
  font-size: 16px;
  font-weight: 600;
}
.blog__section ul {
  margin: 4px 0 0;
  padding-left: 20px;
}
.blog__section a {
  color: var(--mid);
  font-size: 14px;
  font-weight: 500;
  text-decoration-color: var(--border);
  text-underline-offset: 4px;
  transition: color 0.25s, text-decoration-color 0.25s;
}
.blog__section a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.blog__section a:hover time {
  color: var(--primary);
}
.blog__section time {
  color: var(--low);
  font-size: 12px;
  transition: color 0.25s;
}

/*# sourceMappingURL=blog.css.map */
