/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Post list styles.
 */

.post-item + .post-item {
  border-block-start: 1px dotted var(--color--border-main);
  margin-block-start: var(--sp);
  padding-block-start: var(--sp);
}

.post-preview {
  margin-block: var(--sp0-25);
}

.post-date {
  color: var(--color-text-neutral-soft);
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
