.press-list {
  display: grid;
  gap: 0;
}

.press-item {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
  padding: 22px 0;
}

.press-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.32) 58%, rgba(0, 0, 0, 0) 100%);
}

.press-item:last-child::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.32) 58%, rgba(0, 0, 0, 0) 100%);
}

.press-item__year {
  align-self: center;
}

.press-item__body {
  min-width: 0;
}


/* 0104.8 white animated list lines */
body:not(.admin-body) .press-item::before,
body:not(.admin-body) .press-item:last-child::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.38) 58%, rgba(255, 255, 255, 0) 100%) !important;
}
