
    .content-wrapper.svelte-hitmd2 {
        transition: max-height 0.3s ease-in;
        overflow: hidden;
        max-height: 0;
    }
    .content-wrapper.open.svelte-hitmd2 {
        max-height: 50rem; /* A large enough value to allow content to expand */
    }
