
    h1.svelte-gjun5g{
        font-size: 2.5rem;
        line-height: 1.3;
        margin-bottom: 0.5em;
    }
    .legal-wrapper.svelte-gjun5g{
        max-width: var(--content-width-md);
        width: 100%;
        padding: 3rem 1rem;
        margin-left: auto;
        margin-right: auto;


        h2{
            font-size: 2rem;
            line-height: 1.3;
        }
        h3{
            font-size: 1.75rem;
            line-height: 1.3;
        }
        h4{
            font-size: 1.5rem;
            line-height: 1.3;
        }
    }

    .consent-section.svelte-gjun5g {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;

        p:where(.svelte-gjun5g) {
            margin: 0;
            line-height: 1.5;
        }

        button:where(.svelte-gjun5g) {
            align-self: flex-start;
        }
    }
