
    /* :global {*/
        .sigma-text-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100px;
            padding: 20px;
        }

        .sigma-text-content-host {
            width: 100%;
            max-width: fit-content;
        }

        .sigma-text-content-host pre {
            white-space: pre-wrap;
            word-break: break-word;
            font-family: "Inter", monospace;
            font-size: 1.2em;
            line-height: 1.5;
            color: var(--rp-text);
            background-color: transparent;
            padding: 1.5rem 2rem;
            border-radius: 12px;
            overflow-x: auto;
            position: relative;
        }

        .sigma-char {
            display: inline-block;
        }
    /*}*/

    .footer.svelte-hbtvld {
        margin-top: 5rem;
        margin-bottom: 1rem;
        text-align: center;
        color: var(--rp-highlight-high);
    }
