/* Press / Updates timeline */

.page-press .press-timeline {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.page-press .press-timeline__item {
  position: relative;
  padding: 0 0 2rem 2rem;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.page-press .press-timeline__item:last-child {
  padding-bottom: 0;
}

.page-press .press-timeline__item::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
  box-shadow: 0 0 12px rgba(124, 92, 255, 0.4);
}

.page-press .press-timeline__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.page-press .press-timeline__date {
  font-family: var(--font-tight);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.page-press .press-timeline__tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2em 0.55em;
  border-radius: 999px;
  color: #fff;
  background: rgba(124, 92, 255, 0.25);
  border: 1px solid rgba(124, 92, 255, 0.35);
}

.page-press .press-timeline__title {
  margin: 0;
  font-family: var(--font-tight);
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.94);
}

.page-press .press-timeline__summary {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
}

.page-press .press-contact {
  margin-top: 2.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.page-press .press-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.page-press .press-contact a {
  color: #1db954;
  font-weight: 600;
}
