.notes__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.notes__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}
.notes__item-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.notes__item-header a {
  color: var(--primary);
  font-size: 13px;
  font-weight: 650;
  font-style: normal;
  text-decoration: none;
}
.notes__item-header time {
  color: var(--low);
  font-size: 13px;
}
.notes__item-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}
.notes__item-body p {
  margin: 0;
  padding: 0;
}
.notes__item-body a {
  color: var(--primary);
  font-weight: 550;
  text-decoration: none;
}

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