
  .animate-bounce-subtle {
    animation: svelte-10o0svy-bounce-subtle 4s ease-in-out infinite;
  }
  @keyframes svelte-10o0svy-bounce-subtle {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }

  /* Mobile horizontal scroll without scrollbar */
  .no-scrollbar.svelte-rhu1d7::-webkit-scrollbar {
    display: none;
  }
  .no-scrollbar.svelte-rhu1d7 {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* Global prose styling for children */
  .prose h2, .prose h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2563eb !important; /* Blue-600 */
  }
  .prose p {
    margin-bottom: 1.5rem;
  }
