.page-shell .site-header {
  margin-bottom: 28px;
}

.story-layout {
  margin-top: 24px;
}

.story-panel {
  overflow: hidden;
}

.story-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%),
    radial-gradient(circle at 82% 18%, rgba(138, 201, 255, 0.08), transparent 24%);
}

.story-panel > * {
  position: relative;
  z-index: 1;
}

.story-panel a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(202, 255, 57, 0.42);
  text-underline-offset: 4px;
}

.story-panel a:hover {
  text-decoration-color: rgba(202, 255, 57, 0.74);
}

.check-list li + li {
  margin-top: 10px;
}

@media (max-width: 760px) {
  .page-shell .site-header {
    margin-bottom: 18px;
  }
}
