.blog_sidebar .search_con form{
    display: flex;

}
.blog_sidebar .search_con form input[type="submit"]{
    width: 4.8rem;
    height: 4.8rem;
    display: inline-block;
    text-indent: -99999px;
    background: url('../img/search-icon.svg') no-repeat center/42%;
    background-color: var(--primary);
}
.blog_sidebar .search_con form input[type="text"]{
    padding: 1.2rem 1.7rem;
    border: 1px solid #E5E5E5;
    flex: 1;
    font-size: 1.6rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog_sidebar .con{
    margin-top: 4rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.blog_sidebar .con .title{
    padding: 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--secondary);
    position: relative;
}
.blog_sidebar .con .title:before{
    content: "";
    width: 4px;
    height: 2.5rem;
    background-color: var(--secondary);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog_sidebar .con.cat_con ul li{
    padding: 0 1.6rem;
}
.blog_sidebar .con.cat_con ul li a{
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    border-top: 1px solid #E5E5E5;
}
.bi-chevron-right:before {
    content: "\f285";
    font-size: 1.3rem;
}
.blog_sidebar .con.post_con ul{
    padding: 0 1.6rem;
}
.blog_sidebar .con.cat_con ul li a:hover{
    color: var(--primary);
    text-decoration: underline;
}
.blog_sidebar .con.post_con ul li a .flex{
    align-items: center;
}

.blog_sidebar .con.post_con ul li a .flex .img{
    aspect-ratio: 1/0.75;
    width: 10rem;
    min-width: 10rem;
    margin-right: 1.2rem;
}
.blog_sidebar .con.post_con ul li:hover a .flex .img img{
    transform: scale(1.1);
}
.blog_sidebar .con.post_con ul li a .flex .info{
    flex: 1;
}
.blog_sidebar .con.post_con ul li a .flex .info h3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
}
.blog_sidebar .con.post_con ul li a{
    padding: 1.3rem 0;
    border-top: 1px solid #E5E5E5;
    display: inline-block;
}
.blog_sidebar .con.post_con ul li a .flex .info p{
    font-size: 1.4rem;
    color: #666;
}
.blog_sidebar .con.post_con ul li:hover a .flex .info h3{
    color: var(--primary);
    text-decoration: underline;
}

.post_main{
    padding: 8rem 0;
}
.post_main .left{
    width: 69.23%;
}
.post_main .right{
    width: 27.35%;
    position: sticky;
    top: 15rem;
}
.post_main .left h2{
    font-size: 3.2rem;
    font-weight: 700;
    color: rgb(8 55 145);
    margin-bottom: 2rem;
}
.post_main .left .infos{
    display: flex;
    gap: 1.8rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 2.5rem;
}
.post_main .left .infos span{
    color: rgb(86 80 105);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.4rem;
}

.post_main .left .post_details p{
    color: #00142e;
    margin-bottom: 2rem;
    line-height: 1.7;
}
.post_main .left .post_details li{
    color: #00142e;
    line-height: 1.7;
}
.post_main .left .post_details ol li{
    list-style: decimal;
    margin-left: 2.5rem;
}
.post_main .left .post_details ol li::marker{
    color: #888;
}
.post_main .left .post_details li + li{
    margin-top: 1rem;
}
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit;
}
@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
    }
}
@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * .5);
    }
}

body .is-layout-flex {
    display: flex;
}

.wp-block-gallery.wp-block-gallery-1 {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}
figure.wp-block-gallery.has-nested-images {
    align-items: normal;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    bottom: 0;
    left: 0;
    max-height: 100%;
    position: absolute;
    right: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    backdrop-filter: blur(3px);
    content: "";
    height: 100%;
    -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
    mask-image: linear-gradient(0deg, #000 20%, #0000);
    max-height: 40%;
    pointer-events: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, #0006, #0000);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    will-change: transform;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    margin: 0;
    overflow: auto;
    padding: 1em;
    text-align: center;
    text-shadow: 0 0 1.5px #000;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    bottom: 0;
    left: 0;
    max-height: 100%;
    position: absolute;
    right: 0;
}
.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center;
}
.end_text{
    font-size: 1.4rem;
    margin-bottom: 2.1rem;
}

.post_main .left .post_bottom{
    padding-top: 2.5rem;
    border-top: 1px solid #e5e5e5;
}

.post_bottom .socials i{
    color: white;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;
    font-size: 1.5rem;
    background-color: var(--primary);
    border-radius: 5px;
}
.post_bottom .socials i:before{
    text-indent: 0;
}
.post_bottom .socials li a:after{
    display: none;
}
.bi-facebook:before {
    content: "\f344";
}
.bi-twitter:before {
    content: "\f5ef";
}
.bi-instagram:before {
    content: "\f437";
}
.bi-youtube:before {
    content: "\f62b";
}
.post_bottom .other_posts a{
    color: rgb(86 80 105);
    transition: all 0.3s;
}
.post_bottom .other_posts a:hover{
    color: var(--primary);
}
.post_bottom .other_posts{
    gap: 1.2rem;
}
.post_bottom .other_posts a:nth-of-type(2){
    display: flex;
    align-items: center;
}
.post_bottom .other_posts a:nth-of-type(2):before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    margin-right: 1.2rem;
    height: 1.7rem;
}


@media screen and (max-width: 767.98px) {
    .post_main{
        padding: 50px 0;
    }
    .post_main .content>.flex{
        flex-flow: wrap;
    }
    .post_main .content>.flex .left{
        width: 100%;
    }
    .post_main .left h2{
        font-size: 20px;
    }
    .post_bottom .flex {
        align-items: center;
    }
    .post_main .right{
        width: 100%;
        margin-top: 40px;
    }
    .blog_sidebar .con .title{
        font-size: 20px;
    }
}