
/*========================================================================
   Rich text
========================================================================== */

.rich-text > ul, .rich-text > ol {
    margin-bottom: 1em !important;
    padding-left: 2em !important;
}

.rich-text > ul > li, .rich-text > ol > li {
    margin-bottom: 0.25em !important;
}

.rich-text > ul {
    list-style-type: disc !important;
}

.rich-text > p {
    margin-bottom: 1em !important;
}



/*
==========================================================================
   SVGS
========================================================================== 
*/

.svg-wrapper {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.svg-wrapper svg {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    display: block;
}




