section#sb_blog {
    background: #D6E1E4;
}

.sb_blog_top h1 {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    width: 55%;
}

.sb_blog_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 50px;
    gap: 16px;
}

.sb_blog_content .sb_blog_content_left h2 {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.sb_blog_content .sb_blog_content_left h3 {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-top: 24px;
    margin-bottom: 10px;
}

.sb_blog_content .sb_blog_content_left p,
.sb_blog_content .sb_blog_content_left a {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.sb_blog_content .sb_blog_content_left p {
    margin-bottom: 16px;
}

.sb_blog_content_left ul,
.sb_blog_content_left ol {
    display: flex;
    padding: 12px 0 12px 25px;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.sb_blog_content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.sb_blog_content .sb_blog_content_left {
    width: 70%;
}

.sb_blog_content .sb_blog_content_right {
    width: 30%;
}

.sb_blog_content_right h2 {
    border-bottom: solid 1px #0B2241;
    padding-bottom: 10px;
    color: #0B2241;
    font-family: 'Jura', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.sb_related_posts {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.sb_related_post_img {
    width: 150px;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
}

.sb_related_post_img img {
    width: 100%;
    object-fit: cover;
    object-position: left center;
}

a.sb_related_post_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    color: #0B2241;
    font-family: 'Jura', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
}

a.sb_related_post_item h3 {
    font-weight: 600;
    margin-top: 8px;
}

.sb_article_excerpt {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    width: 45%;
}

body.single-post table,
body.single-post tr {
    border: solid 1px #000;
}

body.single-post iframe {
    width: 100%;
    max-width: 640px;
    height: 450px;
}

@media screen and (max-width: 992px) {
    .sb_blog_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .sb_blog_top h1 {
        font-size: 32px;
        line-height: 37px;
        width: 100%;
    }

    .sb_article_excerpt {
        font-size: 18px;
        width: 100%;
    }

    .sb_blog_content {
        flex-direction: column;
        gap: 20px;
    }

    .sb_blog_content .sb_blog_content_left {
        width: 100%;
    }

    .sb_blog_content .sb_blog_content_right {
        width: 100%;
    }

    .sb_blog_content_right h2,
    .sb_blog_content .sb_blog_content_left h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .sb_blog_content .sb_blog_content_left p, .sb_blog_content .sb_blog_content_left a,
    .sb_blog_content_left ul, .sb_blog_content_left ol {
        font-size: 18px;
        line-height: 22px;
    }

    section.sb_breadcrumb {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    a.sb_related_post_item {
        flex-direction: column;
        width: 100%;
    }

    .sb_related_post_item_left {
        width: 100%;
    }

    .sb_related_post_img {
        width: 100%;
        height: auto;
    }
}

/* NEA */
.sb_blog_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 40px;
}

.sb_blog_header h1 {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}

.sb_blog_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 64px;
}

a.sb_blog_card {
    position: relative;
}

.sb_blog_card_image {
    width: 100%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.sb_blog_card_image img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    max-height: 450px;
    object-fit: cover;
}

h2.sb_blog_card_title {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    height: min-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2.5px);
    padding: 12px;
    color: #0B2241;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

svg.sb_blog_card_arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

svg.sb_blog_card_arrow circle {
    transition: ease-in-out all 0.3s;
}

svg.sb_blog_card_arrow .sb_arrow_path {
    transition: ease-in-out transform 0.3s;
    transform-origin: center;
}

a.sb_blog_card:hover svg.sb_blog_card_arrow circle {
    fill: #608C98;
}

a.sb_blog_card:hover svg.sb_blog_card_arrow .sb_arrow_path {
    transform: rotate(90deg);
}

.sb_blog_load_more_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}

#sb_load_more {
    display: flex;
    padding: 6px 12px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #FFF;
    color: #46454B;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: none;
    cursor: pointer;
    width: fit-content;
    transition: ease-in-out 0.3s all;
}

#sb_load_more:hover {
    background: #D6E1E4;
    transition: ease-in-out 0.3s all;
}

#sb_load_more:disabled {
    opacity: 0.6;
    cursor: wait;
}

@media screen and (max-width: 1600px) {
    body.page-template-template-blog .sb_row {
        padding: 50px 48px;
    }

    body.page-template-template-blog section.sb_breadcrumb {
        padding: 12px 48px;
    }
}

@media screen and (max-width: 1350px) {
    h2.sb_blog_card_title {
        font-size: 20px;
        line-height: 24px;
    }

    .sb_blog_grid {
        gap: 32px;
    }
}

@media screen and (max-width: 1250px) {
    .sb_blog_grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1100px) {
    .sb_blog_grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 992px) {
    .sb_blog_header h1 {
        font-size: 32px;
        line-height: 37px;
    }

    body.page-template-template-blog .sb_row {
        padding: 24px;
    }

    body.page-template-template-blog section.sb_breadcrumb {
        padding: 24px;
    }
}

@media screen and (max-width: 768px) {
    .sb_blog_grid {
        grid-template-columns: 1fr;
    }

    .sb_blog_card_image img {
        width: 100%;
        height: 100%;
        min-height: 350px;
        max-height: 350px;
        object-fit: cover;
    }
}