/* Giant watermark digits — match Tailwind text-[7rem] font-black leading-none (bs has no 7rem utility) */
.numbered-prose__decor--offset {
    top: -1rem;
    left: -0.5rem;
    font-size: 7rem;
    line-height: 1;
    font-weight: 900;
}

.numbered-prose__area--mb-2xl {
    margin-bottom: 4rem;
}

.numbered-prose__item--mb-2xl {
    margin-bottom: 4rem;
}

.numbered-prose__panel--mb-2xl {
    margin-bottom: 4rem;
}

.mxw-3xl { max-width: 48rem !important; }

