.story-empty {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem 3rem;
}

.story-campaign {
  margin-bottom: 3.5rem;
}

.story-campaign__head {
  margin-bottom: 1.25rem;
}

.story-timeline.home-timeline {
  margin: 0 0 1.75rem;
  padding: 0;
}

.story-list {
  display: grid;
  gap: 1.25rem;
  max-width: 46rem;
}

.story-entry {
  padding: 1rem 0 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.story-entry__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  margin: 0 0 0.35rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-entry__kind {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.05rem 0.4rem;
}

.story-entry__title {
  margin: 0 0 0.45rem;
  font-family: var(--sf-display, inherit);
  font-size: 1.25rem;
  font-weight: 700;
  color: #f2f4f5;
}

.story-entry__body {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  white-space: pre-wrap;
  line-height: 1.55;
}

.story-entry__img {
  display: block;
  width: 100%;
  max-height: 18rem;
  object-fit: cover;
  margin-top: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.events-next__story-link {
  display: inline-block;
  margin-top: 0.65rem;
  color: color-mix(in srgb, var(--sf-red, #b11226) 75%, #fff);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.events-next__story-link:hover {
  color: #fff;
  text-decoration: underline;
}

.sf-theater__story-link {
  display: inline-block;
  margin-top: 0.75rem;
  color: color-mix(in srgb, var(--sf-red, #b11226) 75%, #fff);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.sf-theater__story-link:hover {
  color: #fff;
}
