/* ==========================================================
   SINGLE BLOG
========================================================== */

.fc-single-blog{

    padding:40px 0 40px;

    background:#fff;

}


/* ==========================================================
   BREADCRUMBS
========================================================== */

.fc-breadcrumbs{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:28px;

    font-size:15px;

    color:#8B97AD;

}

.fc-breadcrumbs a{

    color:#8B97AD;

    text-decoration:none;

    transition:.3s;

}

.fc-breadcrumbs a:hover{

    color:#4A8E32;

}


/* ==========================================================
   IMAGE
========================================================== */

.fc-single-blog__image{

    border-radius:32px;

    overflow:hidden;

    margin-bottom:40px;

}

.fc-single-blog__image img{

    width:100%;

    height:400px;

    object-fit:cover;

    display:block;

}


/* ==========================================================
   META
========================================================== */

.fc-single-blog__meta{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:20px;

}

.fc-single-blog__category{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:7px 16px;

    border-radius:999px;

    background:#EDF7E8;

    color:#4A8E32;

    font-size:14px;

    font-weight:700;

}

.fc-single-blog__date{

    color:#8B97AD;

    font-size:15px;

}


/* ==========================================================
   TITLE
========================================================== */

.fc-single-blog__title{

    max-width:900px;

    margin:0 0 55px;

    color:#14387B;

    font-size:52px;

    line-height:1.2;

}


/* ==========================================================
   CONTENT
========================================================== */

.fc-single-blog__content{

    max-width:1320px;

    margin:0 auto;

    color:#5F6E8A;

    font-size:18px;

    line-height:1.9;

}

.fc-single-blog__content > *:first-child{

    margin-top:0;

}

.fc-single-blog__content h2{

    margin:70px 0 22px;

    color:#14387B;

    font-size:38px;

    line-height:1.25;

}

.fc-single-blog__content h3{

    margin:50px 0 18px;

    color:#14387B;

    font-size:28px;

    line-height:1.3;

}

.fc-single-blog__content p{

    margin:0 0 24px;

}

.fc-single-blog__content strong{

    color:#14387B;

}

.fc-single-blog__content a{

    color:#4A8E32;

    text-decoration:none;

}

.fc-single-blog__content a:hover{

    text-decoration:underline;

}


/* ==========================================================
   LISTS
========================================================== */

.fc-single-blog__content ul,

.fc-single-blog__content ol{

    margin:0 0 28px 24px;

}

.fc-single-blog__content li{

    margin-bottom:12px;

}

.fc-single-blog__content ul li::marker{

    color:#4A8E32;

}


/* ==========================================================
   IMAGES
========================================================== */

.fc-single-blog__content img{

    width:100%;

    height:auto;

    border-radius:28px;

    margin:20px 0 30px;

}


/* ==========================================================
   BLOCKQUOTE
========================================================== */

.fc-single-blog__content blockquote{

    margin:40px 0;

    padding:28px 30px;

    border-left:5px solid #4A8E32;

    background:#EDF7E8;

    border-radius:20px;

    color:#14387B;

    font-size:22px;

    font-weight:600;

    line-height:1.6;

}


/* ==========================================================
   TABLE
========================================================== */

.fc-single-blog__content table{

    width:100%;

    border-collapse:collapse;

    margin:35px 0;

}

.fc-single-blog__content th,

.fc-single-blog__content td{

    padding:14px 18px;

    border:1px solid rgba(20,56,123,.12);

}

.fc-single-blog__content th{

    background:#EDF7E8;

    color:#14387B;

}


/* ==========================================================
   RELATED
========================================================== */

.fc-blog-related{

    padding:0 0 120px;

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width:1024px){

    .fc-single-blog{

        padding:50px 0 90px;

    }

    .fc-single-blog__title{

        font-size:42px;

    }

    .fc-single-blog__image img{

        height:380px;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:767px){

    .fc-single-blog{

        padding:20px 0 20px;

    }

    .fc-breadcrumbs{

        font-size:13px;

        margin-bottom:20px;

    }

    .fc-single-blog__image{

        border-radius:24px;

        margin-bottom:24px;

    }

    .fc-single-blog__image img{

        height:240px;

    }

    .fc-single-blog__meta{

        flex-wrap:wrap;

        gap:10px;

        margin-bottom:14px;

    }

    .fc-single-blog__title{

        font-size:32px;

        margin-bottom:34px;

    }

    .fc-single-blog__content{

        font-size:17px;

        line-height:1.8;

    }

    .fc-single-blog__content h2{

        font-size:28px;

        margin:42px 0 18px;

    }

    .fc-single-blog__content h3{

        font-size:22px;

        margin:34px 0 16px;

    }

    .fc-single-blog__content blockquote{

        padding:22px;

        font-size:18px;

    }

    .fc-blog-related{

        padding-bottom:60px;

    }

}