:root{
    --primary: #f5773d;
    --secondary: #221c5c;
    --light-gray: #ecf0f4;
    --medium-gray: #f1f1f1;
	--red: #cf0a0a;
    --white: #fff;
    --black: #000;
	--secondary-blue: #243559;
}

.editor-style-1 h2,
.editor-style-1 h3,
.editor-style-1 h4,
.editor-style-1 h5,
.editor-style-1 h6{
    font-weight: 500;
    margin: 30px 0 15px 0;
}

.editor-style-1 h2{
    font-size: max(1.75rem, min(3vw, 2.375rem));
}
.editor-style-1 h3{
    font-size:max(1.5rem, min(2vw, 2.1875rem));
}
.editor-style-1 h4{
    font-size: max(1.45rem, min(1.8vw, 2.1875rem));
}
.editor-style-1 h5{
    font-size: max(1.25rem, min(1.8vw,1.5625rem));
}
.editor-style-1 h6{
    font-size: max(1.15rem, min(1.5vw, 1.25rem));
}

.editor-style-1 ul:last-child,
.editor-style-1 ol:last-child{
    margin-bottom: 0;
}

.editor-style-1 ul,
.editor-style-1 ol{
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.editor-style-1 ul{
    list-style: disc;
}

.editor-style-1 th{
    text-align: center;
}
.editor-style-1 table, td, th {
    border:1px solid black;
    padding: 10px;
}
.editor-style-1 tr:nth-child(1) td{
    font-weight: 500;
    color: var(--black);
        background: var(--medium-gray);
}
.editor-style-1 table{
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1.2rem;
}

.editor-style-1 p{
    margin-bottom: 20px;
}