.saba_post_content {
    line-height: 1.75;
}
.saba_post_content img,
.saba_post_content svg,
.saba_post_content video,
.saba_post_content embed {
    display: inline;
}

.saba_post_content h1 {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
}
.saba_post_content h2 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}
.saba_post_content h3 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
}
.saba_post_content h4 {
    font-weight: bold;
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
}
.saba_post_content h5 {
    font-weight: normal;
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
}
.saba_post_content h6 {
    font-weight: normal;
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
}
.saba_post_content p {
    /* margin-bottom: 1.2rem; */
    line-height: 2.5rem;
}
.saba_post_content ul {
    line-height: 2.5rem;
    margin-bottom: 1.2rem;
    margin-right: 1rem;
    padding-right: 15px;
    list-style: circle;
}
.saba_post_content small {
    font-size: 0.8rem;
}
.saba_post_content table {
    width: 100%;
    max-width: 100% !important;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.saba_post_content table, .saba_post_content th, .saba_post_content td {
    border: 1px solid rgb(208, 208, 208);
    padding: 5px;
}

.saba_post_content ul{
    list-style: disc;
    padding-right:15px;
}
.saba_post_content ol{
    list-style: disc;
    padding-right:15px;
}
.splide {
    position: relative;
}

.splide__progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 4px;
    background: rgba(255, 255, 255, 0.25);
}

.splide__progress__bar {
    height: 100%;
    width: 0;
    background: #fff;
}
