
: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;
}

.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;
}

/*--------------------(add css as per theme) CSS as per theme -----------------------*/

.article-detail-wrap .pbmit-featured-wrapper {
    aspect-ratio: 16 / 10;
}
.article-detail-wrap .pbmit-social-share ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 0.4rem;
}
.article-detail-wrap .widget-categories ul{
    list-style: none;
}
.article-detail-wrap .tagcloud{
    padding-left: 0;
}
.article-detail-wrap.blog-classic .pbmit-blog-classic-inner .pbmit-post-title{
    font-size: 42px;
    font-size: max(1.8rem, min(3vw, 2.625rem));
    line-height: 1.2;
}
.article-detail-wrap svg path{
    fill: var(--white);
}
.article-detail-wrap svg{
    height: 17px;
    width: 17px;
}