/* Terms of use output style */
.muplix-legal-content {
    font-family: var(--mpx-ff-a, inherit);
}

.muplix-legal-content h1,
.muplix-legal-content h2,
.muplix-legal-content h3,
.muplix-legal-content h4,
.muplix-legal-content h5,
.muplix-legal-content h6 {
    margin: 1.25rem 0 !important;
    font-size: var(--mpx-fs-h5, clamp(1.25rem, 1.1341rem + 0.488vw, 1.5rem));
    line-height: var(--mpx-lh-h5, clamp(1.5625rem, 1.4466rem + 0.488vw, 1.8125rem));
    font-weight: 600;
    color: var(--mpx-clr-bk, #000000);	
}

.muplix-legal-content p {
    margin: 0;
    font-size: var(--mpx-fs-body, 1rem);
    line-height: var(--mpx-lh-body, clamp(1.3125rem, 1.37955rem + 0.244vw, 1.5625rem));
    font-weight: 400;
    color: var(--mpx-clr-bk, #000000);	
}
