.see-more.svelte-16llh83.svelte-16llh83 {
    width: 100%;
    position: relative;
    border-radius: var(--border-radius-md);
    background-color: var(--grey-700);
    max-height: var(--max-height);
    overflow: hidden
}

.see-more.is-open.svelte-16llh83.svelte-16llh83 {
    max-height: 100%
}

.see-more.svelte-16llh83 .button-wrapper.svelte-16llh83 {
    position: sticky;
    bottom: var(--space-6);
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center
}

.see-more.svelte-16llh83 .content.svelte-16llh83 {
    padding: var(--space-4);
    max-height: var(--max-height)
}

.see-more.svelte-16llh83 .content.svelte-16llh83:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--grey-700) 0%, rgba(15, 33, 46, 0) 100%)
}

.see-more.svelte-16llh83 .content.is-open.svelte-16llh83 {
    max-height: 100%
}

.see-more.svelte-16llh83 .content.is-open.svelte-16llh83:before {
    visibility: hidden
}

.column-container.svelte-1hjpw9n {
    column-gap: var(--space-6);
    break-before: avoid
}

.column-container.svelte-1hjpw9n .content-block p+p {
    margin-top: 0
}

.column-container.svelte-1hjpw9n .content-block>p {
    display: inline-block;
    margin-bottom: var(--spacingEm-1-25)
}

.column-container.svelte-1hjpw9n .content-block>p:last-child {
    margin-bottom: 0
}

.column-container.svelte-1hjpw9n>.content-block>h1,
.column-container.svelte-1hjpw9n>.content-block>h2,
.column-container.svelte-1hjpw9n>.content-block>h3,
.column-container.svelte-1hjpw9n>.content-block>h4,
.column-container.svelte-1hjpw9n>.content-block>h5,
.column-container.svelte-1hjpw9n>.content-block>h6 {
    display: inline-block;
    margin-top: 0
}