﻿.ql-container {
    box-sizing: border-box;
    font-size: initial;
    font-family: davis-sans, sans-serif;
    height: 100%;
    margin: 0px;
    position: relative;
}

.ql-editor h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.ql-editor h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.ql-editor p {
    font-size: inherit;
}

.ql-editor strong {
    font-weight: 700;
}

.rulesModalBody > ol + p > br,
.rulesModalBody > ul + p > br {
    display: none;
}

.rulesModalBody p {
    margin-bottom: 0;
    font-size: inherit;
}



