/*
 * Vista popup WYSIWYG content formatting.
 *
 * Core popup layout and visual design remain in build/main.css.
 * These rules ensure formatting entered in the ACF WYSIWYG editor
 * is visibly represented on the public site.
 */

.vista-pop-up-wrapper .vista-pop-up .content strong,
.vista-pop-up-wrapper .vista-pop-up .content b {
    font-family: "MontserratBold", Montserrat, sans-serif;
    font-weight: 700;
}

.vista-pop-up-wrapper .vista-pop-up .content em {
    font-style: italic;
}

.vista-pop-up-wrapper .vista-pop-up .content h1,
.vista-pop-up-wrapper .vista-pop-up .content h2,
.vista-pop-up-wrapper .vista-pop-up .content h3,
.vista-pop-up-wrapper .vista-pop-up .content h4,
.vista-pop-up-wrapper .vista-pop-up .content h5,
.vista-pop-up-wrapper .vista-pop-up .content h6 {
    font-family: "MontserratBold", Montserrat, sans-serif;
}

.vista-pop-up-wrapper .vista-pop-up .content ul,
.vista-pop-up-wrapper .vista-pop-up .content ol {
    width: 100%;
    padding-left: 1.5rem;
    text-align: left;
}

.vista-pop-up-wrapper .vista-pop-up .content li {
    margin-bottom: 0.5rem;
}
