/* Story Stream Boxout styling (Classic Editor v1.3) */
.story-stream-box {
  border: 1px solid #e0e0e0;
  border-left: 4px solid var(--accent, #2563eb);
  background: var(--bg, #f8fafc);
  padding: 16px 18px;
  margin: 24px 0;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.story-stream-intro {
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.story-stream-list {
  list-style: none !important;
  margin: 0;
  padding: 0 0 0 14px;
  position: relative;
}

.story-stream-list li::marker {
  content: none !important;
}

.story-stream-list::before {
  content: "";
  position: absolute;
  left: 6px;
  top: -16px; /* Extend line upward */
  bottom: 8px;
  width: 2px;
  background: #dbe6f7;
}

.story-stream-item {
  position: relative;
  margin: 12px 0;
  padding-left: 16px;
}

.story-stream-item::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: var(--accent, #2563eb);
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #dbe6f7;
}

.story-stream-link {
  color: var(--accent, #2563eb);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted var(--accent, #2563eb);
}

.story-stream-link:hover {
  text-decoration: underline;
}

.story-stream-date {
  display: inline-block;
  margin-left: 8px;
  color: #64748b;
  font-size: 0.85em;
  border-bottom: 0;
}
