trix-editor {
  min-height: 15rem;
  background-color: #fff;
}

.site-brand {
  display: inline-flex;
  align-items: center;
}

.site-brand__title {
  position: relative;
  display: inline-block;
  font-family: "SF Pro Rounded", "Avenir Next Rounded", "Nunito", "Trebuchet MS", sans-serif;
  font-size: clamp(1.4rem, 0.95rem + 0.8vw, 1.6rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #2583ea;
  background: linear-gradient(180deg, #7dd3fc 0%, #4dabf7 72%, #2583ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-rendering: optimizeLegibility;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.9)) drop-shadow(0 10px 16px rgba(56, 189, 248, 0.18));
}

@media (max-width: 1023px) {
  [drawer-backdrop] {
    top: 4rem;
    background-color: rgb(15 23 42 / 0.3);
  }
}

.picture-anchor {
  position: absolute;
  top: -4.5rem;
}

.story-show-card {
  .story-rich-text {
    font-size: 1rem;
    line-height: 1.75;
    color: rgb(75 85 99);
  }

  .story-rich-text a {
    font-weight: 500;
    color: rgb(2 132 199);
    text-decoration: underline;
  }

  .story-rich-text blockquote {
    border-left: 2px solid rgb(224 242 254);
    padding-left: 1rem;
  }

  .story-rich-text li {
    margin-left: 1.25rem;
  }

  .story-rich-text ol {
    margin-left: 1.25rem;
    list-style: decimal;
  }

  .story-rich-text ul {
    margin-bottom: 0.75rem;
  }

  .story-rich-text ul li {
    list-style: disc;
  }

  .story-rich-text p:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.pagy.series-nav {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.pagy.series-nav a {
  display: inline-flex;
  min-width: 2.75rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid var(--color-sky-300);
  background-color: var(--color-sky-50);
  padding: 0.65rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-sky-700);
  box-shadow: 0 1px 2px 0 rgb(15 23 42 / 0.06);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.pagy.series-nav a:hover {
  border-color: var(--color-sky-500);
  background-color: var(--color-sky-100);
  color: var(--color-sky-800);
  box-shadow: 0 2px 6px 0 rgb(37 131 234 / 0.18);
}

.pagy.series-nav a:focus-visible {
  outline: 2px solid var(--color-sky-500);
  outline-offset: 2px;
}

.pagy.series-nav a[aria-current="page"] {
  border-color: var(--color-sky-600);
  background-color: var(--color-sky-500);
  color: var(--color-white);
  box-shadow: 0 4px 10px 0 rgb(37 131 234 / 0.35);
}

.pagy.series-nav a[aria-disabled="true"]:not([aria-current="page"]),
.pagy.series-nav a[role="separator"] {
  border-color: var(--color-sky-200);
  background-color: var(--color-white);
  color: var(--color-sky-300);
  box-shadow: none;
}

@media (max-width: 640px) {
  .pagy.series-nav {
    justify-content: center;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.25rem;
  }

  .pagy.series-nav a {
    flex-shrink: 0;
  }
}

.fb-snow__thumb {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.92);
  pointer-events: none;
  z-index: 1;
  will-change: transform;
}

.fb-snow__thumb svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.18));
}
