﻿/*
.flat-blog-detail .content * {
    font-size: 18px;
    font-family: system-ui;
}*/

.flat-blog-list .flat-blog-item .img-style {
    border-radius: 20px;
    overflow: hidden;
    max-height: 340px;
}

.flat-banner-blog {
    max-height: 390px;
    overflow: hidden;
}

strong,
b {
    font-weight: bolder !important;
}

.flat-blog-detail .content * {
    font-family: system-ui !important;
    font-size: 0.875rem;
    line-height: 1.5;
}



.flat-blog-detail .content p,
.flat-blog-detail .content span,
.flat-blog-detail .content p span {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #161e2d;
    --bs-text-opacity: 1;
}

.flat-blog-detail .content p *,
.flat-blog-detail .content span *,
.flat-blog-detail .content p span * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    --bs-text-opacity: inherit;
}

.flat-blog-detail .content p {
    /* margin-top: 8px; */

}

.flat-blog-detail .content h1,
.flat-blog-detail .content h2,
.flat-blog-detail .content h3,
.flat-blog-detail .content h4,
.flat-blog-detail .content h5 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    color: #161e2d;
}

.flat-blog-detail .content h1 *,
.flat-blog-detail .content h2 *,
.flat-blog-detail .content h3 *,
.flat-blog-detail .content h4 *,
.flat-blog-detail .content h5 * {
    font-family: inherit;
    font-weight: inherit;
    text-rendering: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.flat-blog-detail .content h1,
.flat-blog-detail .content h2,
.flat-blog-detail .content h3 {
    text-transform: capitalize !important;
}

.flat-blog-detail .content h1 *,
.flat-blog-detail .content h2 *,
.flat-blog-detail .content h3 * {
    text-transform: inherit;
}



.flat-blog-detail .content h1 {
    font-size: 2.1875rem;
    line-height: 1.2;
    font-weight: 500;
}

.flat-blog-detail .content h2 {
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 500;
}

.flat-blog-detail .content h3 {
    font-size: 1.53125rem;
    line-height: 62px;
    font-weight: 500;
}

.flat-blog-detail .content h4 {
    font-size: 1.3125rem;
    line-height: 1.2;
    font-weight: 500;
}

.flat-blog-detail .content h5 {
    font-size: 1.09375rem;
    line-height: 1.2;
    font-weight: 500;
}

.flat-blog-detail .content h6 {
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 500;
}



.flat-blog-detail .content h1 {
    margin-top: 12px;
    margin-bottom: 16px;
}

.flat-blog-detail .content h2 {
    margin-top: 12px;
    margin-bottom: 16px;
}

.flat-blog-detail .content h3 {
    /* margin-top: 12px;
    margin-bottom: 16px; */
}

.flat-blog-detail .content h4 {
    margin-top: 12px;
    margin-bottom: 16px;
}

.flat-blog-detail .content h5 {
    margin-top: 12px;
    margin-bottom: 16px;
}

.flat-blog-detail .content h6 {
    margin-top: 12px;
    margin-bottom: 16px;
}

.flat-blog-detail blockquote {
    margin-bottom: 16px;
    position: relative;
    display: block;
    margin: 1rem 0 1rem;
}

.flat-blog-detail blockquote h2 span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #161e2d;
    margin-bottom: 16px;
}

.flat-blog-detail blockquote h2 {
    padding: 32px 40px;
}

/* .flat-blog-detail blockquote:before {
        content: '';
        border-radius: 12px;
        background-color: #f7f7f7;
        border-left: 4px solid #ED2027;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
    } */

.flat-blog-detail blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
    /* content: ''; */
    border-radius: 12px;
    background-color: #f7f7f7;
    border-left: 4px solid #ED2027;
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px 0;
    padding-left: 1.5em;
}


.flat-blog-detail blockquote p, 
.flat-blog-detail blockquote span,
.flat-blog-detail blockquote strong,
.flat-blog-detail blockquote i {
    margin: 5px 0;
}
.flat-blog-detail blockquote h1, 
.flat-blog-detail blockquote h2, 
.flat-blog-detail blockquote h3, 
.flat-blog-detail blockquote h4, 
.flat-blog-detail blockquote h5, 
.flat-blog-detail blockquote h6
{
    /* margin: 15px 0; */
    margin: inherit;
}
.flat-blog-detail .content ul{
    padding-left: 2.5rem;
}
.flat-blog-detail .content ul li {
    list-style-type: disc;
}

.flat-blog-detail .content ul li::marker{
    font-size: 18px;
}