.blog-page-single .pre-header {
    display: flex;
    margin: 0 auto 64px
}

.blog-page-single .pre-header .col {
    width: 500px;
    display: flex;
    flex-direction: column;
    margin: 0 30px 0 0
}

.blog-page-single .pre-header .col .breabcrumbs {
    display: flex;
    align-items: center;
    padding: 0 0 18px;
    border-bottom: 1px solid #DCDCDC;
    margin: 0 0 32px;
    overflow: hidden;
}

.blog-page-single .pre-header .col .breabcrumbs li {
    display: flex;
    align-items: center;
}

.blog-page-single .pre-header .col .breabcrumbs li:nth-child(3) {
    flex: 1;
    position: relative;
    overflow: hidden;

    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #353A3E
}

.blog-page-single .pre-header .col .breabcrumbs li:nth-child(3) a {
    pointer-events: none;
    font-weight: bold;
}
.blog-page-single .pre-header .col .breabcrumbs li:nth-child(3) a span {
    font-weight: bold;
}

.blog-page-single .pre-header .col .breabcrumbs .post-categories {
    list-style: none;
    padding: 0;
    margin: 0
}

.blog-page-single .pre-header .col .breabcrumbs a:hover span {
    color: #6959AB !important;
}

.blog-page-single .pre-header .col .breabcrumbs a,
.blog-page-single .pre-header .col .breabcrumbs span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #686868
}


.blog-page-single .pre-header .col .breabcrumbs svg {
    width: 10px;
    margin: 0 16px
}

.blog-page-single .pre-header .col h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #353A3E;
    margin-bottom: 18px
}

.blog-page-single .pre-header .col p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #686868;
    margin: 0
}

.blog-page-single .pre-header .image {
    flex: 1;
    display: flex;
    border-radius: 8px;
    overflow: hidden
}

.blog-page-single .pre-header .image img {
    width: 100%;
    height: auto
}

@media (max-width: 960px) {
    .blog-page-single .pre-header {
        flex-direction: column;
        margin-bottom: 28px
    }

    .blog-page-single .pre-header .col {
        width: 100%;
        margin: 0 0 48px
    }
}

@media (max-width: 500px) {
    .blog-page-single .pre-header .col .breabcrumbs a, .blog-page-single .pre-header .col .breabcrumbs span, .blog-page-single .pre-header .col .breabcrumbs b {
        font-size: 12px;
        line-height: 18px
    }

    .blog-page-single .pre-header .col .breabcrumbs {
        padding-bottom: 12px;
        margin-bottom: 28px
    }

    .blog-page-single .pre-header .col h1 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 12px
    }

    .blog-page-single .pre-header .col {
        margin-bottom: 32px
    }

    .blog-page-single .pre-header .col .breabcrumbs svg {
        width: 6px;
        margin: 0 8px
    }
}

.blog-page-single .post {
    display: flex
}

.blog-page-single .post .content {
    display: flex;
    flex: 1;
    flex-direction: column
}

.blog-page-single .post .content .share-block {
    width: 100%;
    margin: 64px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid #DCDCDC;
    display: flex;
    align-items: center
}

.blog-page-single .post .content .share-block a {
    margin: 0 32px 0 0
}

.blog-page-single .post .content .share-block a svg {
    width: 20px;
    height: 20px;
    fill: #353A3E
}

.blog-page-single .post .content .share-block a:hover svg {
    fill: #FF5256
}

.blog-page-single .post .content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin-bottom: 30px
}

.blog-page-single .post .content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #353A3E;
    margin-bottom: 30px
}

.blog-page-single .post .blog-actions {
    width: 360px;
    height: max-content;
    background: #FFF;
    box-shadow: 0 4px 45px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    margin: 0 0 0 40px;
    padding: 18px 18px 48px;
    position: sticky;
    top: 20px;
    box-sizing: border-box
}

.blog-page-single .post .blog-actions .image {
    width: 100%;
    margin: 0 0 32px
}

.blog-page-single .post .blog-actions .image img {
    width: 100%
}

.blog-page-single .post .blog-actions .description {
    display: flex;
    flex-direction: column;
    align-items: center
}

.blog-page-single .post .blog-actions .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #353A3E;
    margin-bottom: 18px
}

.blog-page-single .post .blog-actions a {
    height: 48px;
    width: max-content;
    background: #FF5256;
    border-radius: 8px;
    padding: 0 28px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase
}

.blog-page-single .post .blog-actions a:hover {
    background: #D44043
}

@media (max-width: 960px) {
    .blog-page-single .post {
        flex-direction: column
    }

    .blog-page-single .post .content .share-block {
        margin: 48px 0 96px
    }

    .blog-page-single .post .blog-actions .image {
        margin-bottom: 28px
    }

    .blog-page-single .post .blog-actions {
        width: 100%;
        margin: 0
    }

    .blog-page-single .post .blog-actions .description {
        flex-direction: row;
        justify-content: space-between
    }

    .blog-page-single .post .blog-actions .title {
        margin: 0 20px 0 0
    }

    .blog-page-single .post .blog-actions a {
        margin: 0
    }
}

@media (max-width: 500px) {
    .blog-page-single .post .content .share-block {
        margin: 48px 0 64px
    }

    .blog-page-single .post .blog-actions .description {
        flex-direction: column
    }

    .blog-page-single .post .blog-actions .title {
        margin: 0 0 18px
    }
}

.blog-page-single .next-posts {
    margin: 128px auto
}

.blog-page-single .next-posts .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 28px
}

.blog-page-single .next-posts .row h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #353A3E;
    margin: 0 20px 0 0
}

.blog-page-single .next-posts .row a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #686868
}

.blog-page-single .next-posts .row a:hover {
    color: #6959AB
}

.blog-page-single .next-posts ul {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    list-style: none
}

.blog-page-single .next-posts ul li {
    width: 100%;
    display: flex;
    flex-direction: column
}

.blog-page-single .next-posts ul li:nth-child(4) {
    display: none
}

.blog-page-single .next-posts ul .image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 28px;
    display: flex
}

.blog-page-single .next-posts ul .image img {
    width: 100%;
    height: auto
}

.blog-page-single .next-posts ul .time {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #686868;
    margin-bottom: 8px
}

.blog-page-single .next-posts ul .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #353A3E;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-page-single .next-posts ul .title:hover {
    color: #6959AB
}

@media (max-width: 960px) {
    .blog-page-single .next-posts {
        margin-top: 96px;
        margin-bottom: 96px
    }

    .blog-page-single .next-posts ul {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 32px
    }

    .blog-page-single .next-posts ul li:nth-child(4) {
        display: flex
    }

    .blog-page-single .next-posts ul .image {
        margin-bottom: 18px
    }

    .blog-page-single .next-posts ul .title {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 500px) {
    .blog-page-single .next-posts {
        margin: 64px auto
    }

    .blog-page-single .next-posts ul {
        grid-template-columns: 1fr
    }
}