:is(.ppro-y26-prose, .ppro-y26-prose > .acf-innerblocks-container) {
    display: flex;
    flex-direction: column;
}

:is(.ppro-y26-prose, .ppro-y26-prose > .acf-innerblocks-container) > * {
    width: 100%;
    margin-block: 0;
}

:is(.ppro-y26-prose, .ppro-y26-prose > .acf-innerblocks-container) > * + * {
    margin-block-start: 1.5rem;
}

:is(.ppro-y26-prose, .ppro-y26-prose > .acf-innerblocks-container)
    > *
    + :is(h2, h3, h4) {
    margin-block-start: 2rem;
}

.ppro-y26-prose :is(p, h1, h2, h3, h4, h5, h6) {
    color: inherit !important;
    background: transparent !important;
    font-family: var(--ppro-font-body);
    font-weight: var(--ppro-font-weight-body);
    font-size: 1rem;
    line-height: 1.625rem;
}

@media (max-width: 767px) {
    .ppro-y26-prose :is(p, h1, h2, h3, h4, h5, h6) {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
}

.ppro-y26-prose [class*="ppro-prose-type-"] {
    font-family: var(--ppro-font-body);
    font-weight: var(--ppro-font-weight-body);
    font-size: var(--type-size-d);
    line-height: var(--type-lh-d);
}

.ppro-y26-prose [class*="ppro-prose-type-heading-"] {
    font-family: var(--ppro-font-display);
    font-weight: var(--ppro-font-weight-display);
}

.ppro-y26-prose [class*="ppro-prose-type-title-"] {
    font-weight: 500;
}

.ppro-y26-prose .ppro-prose-type-testimonial {
    font-family: var(--ppro-font-display);
    font-weight: var(--ppro-font-weight-display);
}

@media (max-width: 767px) {
    .ppro-y26-prose [class*="ppro-prose-type-"] {
        font-size: var(--type-size-m);
        line-height: var(--type-lh-m);
    }
}

.ppro-prose-type-display-1 {
    --type-size-d: 10.5rem;
    --type-lh-d: 10.5rem;
    --type-size-m: 4.5rem;
    --type-lh-m: 4.5rem;
}
.ppro-prose-type-display-2 {
    --type-size-d: 6.5rem;
    --type-lh-d: 7rem;
    --type-size-m: 3.5rem;
    --type-lh-m: 3.75rem;
}
.ppro-prose-type-display-3 {
    --type-size-d: 5.5rem;
    --type-lh-d: 6rem;
    --type-size-m: 2.75rem;
    --type-lh-m: 2.75rem;
}

.ppro-prose-type-heading-1 {
    --type-size-d: 7rem;
    --type-lh-d: 7.5rem;
    --type-size-m: 2.75rem;
    --type-lh-m: 3rem;
}
.ppro-prose-type-heading-2 {
    --type-size-d: 5rem;
    --type-lh-d: 5.5rem;
    --type-size-m: 2.5rem;
    --type-lh-m: 2.75rem;
}
.ppro-prose-type-heading-3 {
    --type-size-d: 4rem;
    --type-lh-d: 4.5rem;
    --type-size-m: 2.375rem;
    --type-lh-m: 2.625rem;
}
.ppro-prose-type-heading-4 {
    --type-size-d: 3.25rem;
    --type-lh-d: 3.75rem;
    --type-size-m: 2.125rem;
    --type-lh-m: 2.5rem;
}
.ppro-prose-type-heading-5 {
    --type-size-d: 2.75rem;
    --type-lh-d: 3.25rem;
    --type-size-m: 1.75rem;
    --type-lh-m: 2.25rem;
}
.ppro-prose-type-heading-6 {
    --type-size-d: 2rem;
    --type-lh-d: 2.5rem;
    --type-size-m: 1.5rem;
    --type-lh-m: 2rem;
}

.ppro-prose-type-title-xl {
    --type-size-d: 2.25rem;
    --type-lh-d: 2.875rem;
    --type-size-m: 1.75rem;
    --type-lh-m: 2.25rem;
}
.ppro-prose-type-title-lg {
    --type-size-d: 1.5rem;
    --type-lh-d: 2rem;
    --type-size-m: 1.25rem;
    --type-lh-m: 1.75rem;
}
.ppro-prose-type-title-md {
    --type-size-d: 1.125rem;
    --type-lh-d: 1.625rem;
    --type-size-m: 1rem;
    --type-lh-m: 1.375rem;
}
.ppro-prose-type-title-sm {
    --type-size-d: 1rem;
    --type-lh-d: 1.375rem;
    --type-size-m: 0.875rem;
    --type-lh-m: 1.25rem;
}
.ppro-prose-type-title-xs {
    --type-size-d: 0.875rem;
    --type-lh-d: 1.25rem;
    --type-size-m: 0.75rem;
    --type-lh-m: 1.125rem;
}

.ppro-prose-type-body-xl {
    --type-size-d: 1.5rem;
    --type-lh-d: 2rem;
    --type-size-m: 1.25rem;
    --type-lh-m: 1.625rem;
}
.ppro-prose-type-body-lg {
    --type-size-d: 1.125rem;
    --type-lh-d: 1.625rem;
    --type-size-m: 1rem;
    --type-lh-m: 1.5rem;
}
.ppro-prose-type-body-sm {
    --type-size-d: 0.875rem;
    --type-lh-d: 1.25rem;
    --type-size-m: 0.875rem;
    --type-lh-m: 1.25rem;
}

.ppro-prose-type-caption {
    --type-size-d: 0.75rem;
    --type-lh-d: 1.125rem;
    --type-size-m: 0.75rem;
    --type-lh-m: 1.125rem;
}

.ppro-prose-type-testimonial {
    --type-size-d: 2rem;
    --type-lh-d: 2.5rem;
    --type-size-m: 1.25rem;
    --type-lh-m: 1.625rem;
}

.ppro-y26-prose :is(ul, ol) {
    margin-block: 0;
}

.ppro-y26-prose :is(ul, ol) li {
    font-family: var(--ppro-font-body);
    font-weight: var(--ppro-font-weight-body);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ppro-y26-prose ul:not(.is-style-check) {
    list-style: disc;
    padding-left: 1.25rem;
}

.ppro-y26-prose ul.is-style-check {
    list-style: none;
    padding-left: 0;
}

.ppro-y26-prose ul.is-style-check li {
    position: relative;
    padding-left: 1.5rem;
}

.ppro-y26-prose ul.is-style-check li + li {
    margin-top: 0.5rem;
}

.ppro-y26-prose ul.is-style-check li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.75rem;
    height: 1.25rem;
    background-color: currentColor;
    -webkit-mask: url("../../Icons/svg/check.svg") center / contain no-repeat;
    mask: url("../../Icons/svg/check.svg") center / contain no-repeat;
}

.ppro-y26-prose :is(ul, ol).is-style-number {
    list-style: none;
    padding-left: 0;
    counter-reset: ppro-prose-number;
}

.ppro-y26-prose :is(ul, ol).is-style-number li {
    position: relative;
    padding-left: 1.75rem;
    counter-increment: ppro-prose-number;
}

.ppro-y26-prose :is(ul, ol).is-style-number li + li {
    margin-top: 0.5rem;
}

.ppro-y26-prose :is(ul, ol).is-style-number li::before {
    content: counter(ppro-prose-number) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-family: var(--ppro-font-body);
    font-weight: var(--ppro-font-weight-body);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-variant-numeric: tabular-nums;
}

.ppro-y26-prose a:not([class]) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
    transition: opacity 0.15s ease;
}

.ppro-y26-prose a:not([class]):hover {
    opacity: 0.6;
}

.ppro-y26-prose strong {
    font-weight: var(--ppro-font-weight-strong);
}

.ppro-y26-prose [class*="ppro-prose-type-heading-"] strong {
    font-weight: inherit;
}
