.wp-editor *,
.editor * {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

/*.wp-editor>*:last-child,
.editor>*:last-child {
    margin-top: 0;
    margin-bottom: 0em;
}*/

h2.sub-heading,
h1 {
    font-size: 58px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: normal;
    font-family: 'Myriad Pro';
}

h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: normal;
}

h3 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #303030;
    letter-spacing: normal;
}

.case-right p {
    /* font-family: 'Roboto Light'; */
    font-family: 'Roboto';
    letter-spacing: normal;
}

.wp-editor table,
.editor table {
    /* border: 1px solid #FFFFFF; */
}

.wp-editor table tr,
.editor table tr {
    border-bottom: 1px solid #3d3d3d;
}

.wp-editor table thead tr,
.editor table thead tr {
    background-color: #b4ada7;
}

.wp-editor table thead td,
.editor table thead td {
    font-size: 20px;
    font-weight: 600;
}

.wp-editor table tbody tr:nth-child(even),
.editor table tbody tr:nth-child(even) {
    background-color: #F0EDE6;
}

.wp-editor table tbody tr:nth-child(odd),
.editor table tbody tr:nth-child(odd) {
    background-color: #F9F7F1;
}

.wp-editor table td,
.editor table td {
    padding: 10px 20px;
}

.popup-content .wp-editor li,
.popup-content .editor li {
    margin-bottom: 0.2rem;
}

.popup-content .wp-editor h2:first-child:has(+ ul),
.popup-content .editor h2:first-child:has(+ ul) {
    margin-bottom: 5px;
}

.wp-editor li,
.editor li {
    margin-bottom: 0.35rem;
}

ol {
    padding-left: 30px;
}

.wp-editor ul,
.editor ul {
    /* list-style-type: none; */
    /* padding-left: 20px; */
    padding-left: 30px;
}

.wp-editor ul li,
.editor ul li {
    position: relative;
    /* Position relative to insert marker */
    /* padding-left: 20px; */
    padding-left: 0px;
    /* Add padding to the left for the marker */
    letter-spacing: 1px;
}

.wp-editor ul li::before,
.editor ul li::before {
    /* content: '•'; */
    /* Custom marker content */
    /* font-size: 30px; */
    /* line-height: 1.2; */
    /* position: absolute;
    left: 0px; */
}

.wp-editor li,
.editor li {
    font-family: 'Myriad Pro';
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    color: #3D3D3D;
}

p {
    font-family: 'Myriad Pro';
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    color: #3D3D3D;
}

p strong {
    font-family: 'Myriad Pro';
    font-weight: 600;
}

p.font-24 {
    font-size: 24px;
    color: #303030;
}

a.purple-button {
    display: inline-block;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 28px;
    background-color: #994E8E;
    color: #FFFFFF;
    text-decoration: none;
}

a.purple-button:hover {
    background-color: #69295f;
    opacity: 1;
}

a.link-button {
    font-size: 21px;
    color: #3D3D3D;
    font-weight: 600;
}

a:hover {
    opacity: 0.6;
}

a.yellow-button {
    display: inline-block;
    border: 1px solid #FCD163;
    background-color: #FCD163;
    color: #303030;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    padding: 15px 35px;
    text-decoration: none;
}

a.yellow-button:hover {
    opacity: 1;
    background-color: #fcba63;
}

a.popup-media-button {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    background-color: #CB0101;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 0;
    text-decoration: none;
}

a.popup-media-button.red {
    background-color: #CB0101;
}

a.popup-media-button.yellow {
    background-color: #fcba63;
}

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1024px) {

    h2.sub-heading {
        font-size: 42px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    p.font-24 {
        font-size: 21px;
    }

    p small {
        font-size:20px
    }

    ol {
        padding-left: 30px;
    }

    ul {
        padding-left: 10px;
    }

    .wp-editor li,
    .editor li {
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }

    a.yellow-button {
        padding: 10px 30px;
    }
}

@media only screen and (max-width:850px) {}

@media only screen and (max-width:768px) {

    a.popup-media-button {
        font-size: 16px;
    }
}

@media only screen and (max-width:500px) {
    h2.sub-heading {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    p small {
        font-size:20px
    }


    a.yellow-button {
        padding: 8px 25px;
        font-size: 16px;
    }
}


.wp-editor p:has(.space-bottom-150),
.editor p:has(.space-bottom-150) {
    margin-bottom: 150px;
}

.wp-editor p:has(.space-bottom-80),
.editor p:has(.space-bottom-80) {
    margin-bottom: 80px;
}

@media only screen and (max-width:1024px) {

    .wp-editor p:has(.space-bottom-150),
    .editor p:has(.space-bottom-150) {
        margin-bottom: 50px;
    }

    .wp-editor p:has(.space-bottom-80),
    .editor p:has(.space-bottom-80) {
        margin-bottom: 30px;
    }

}


@media only screen and (max-width:768px) {}