.page-articles .post-title {
    color: #141E58;
    font-family: Onest;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.38px;
    margin: 0 0 12px;
}
.page-articles .post-date {
    color: #65728C;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.14px;
    margin: 0 0 40px;
}
.page-articles .post-image {
    margin: 0 0 40px;   
}
.page-articles .post-image img {
    max-width: 100%;
    border-radius: 24px;
}
.page-articles .post-body p {
    color: #3B3D53;
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.15px;
    margin: 0 0 16px;
}
.page-articles .post-body h2 {
    color: #20222E;
    font-family: Onest;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
}
.page-articles .post-body h3 {
    color: #20222E;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.2px;
}
.page-articles .post-body a {
    color: #3B3D53;
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.15px;
    text-decoration: underline;
}
.page-articles .post-body .hr-sep {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #C8CEF0;
    margin: 40px 0;
}
.page-articles .post-body .left-border {
    color: #3B3D53;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.16px;
    padding-left: 24px;
    border-left: 2px solid #2F40D7;
}
.page-articles .post-body ol,
.page-articles .post-body ul {
    list-style-type: none;
    margin: 0 0 16px;
    padding: 0 !important;
}
.page-articles .post-body ol li,
.page-articles .post-body ul li {
    display: block;
    margin: 0 0 12px;
    color: #3B3D53;
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.15px;
    padding-left: 34px;
    position: relative;
}
.page-articles .post-body ol li::marker,
.page-articles .post-body ul li::marker {
    content: none;
}
.page-articles .post-body ol li::before,
.page-articles .post-body ul li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/files/static/images/list-mark-icon.svg');
    position: absolute;
    left: 0;
    top: 3px;
}
.page-articles .share-block .share-title {
    color: #3B3D53;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.14px;
}
.page-articles .share-block ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.page-articles .share-block ul li {
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}
.page-articles .share-block ul li::before {
    content: none;
}
.page-articles .share-block ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E9EFF7;
    position: relative;
    text-decoration: none;
    vertical-align: text-bottom;
}
.page-articles .share-block ul li a .social-likes__counter {
    font-size: 0;
}
.page-articles .share-block ul li a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.page-articles .share-block ul li a.soc-facebook::before {
    background-image: url('/files/static/images/facebook-icon-blue.svg');
}
.page-articles .share-block ul li a.soc-twitter::before {
    background-image: url('/files/static/images/x-icon-blue.svg');
}
.page-articles .share-block ul li a.soc-pinterest::before {
    background-image: url('/files/static/images/pinterest-icon-blue.svg');
}
.page-articles .share-block ul li a.soc-plusone::before {
    background-image: url('/files/static/images/google-icon-blue.svg');
}
.page-articles .post-prev a,
.page-articles .post-next a {
    text-decoration: none;
}
.page-articles .post-next a {
    display: block;
    max-width: max-content;
    margin: 0 0 0 auto;
}
.page-articles .post-prev a.action-link span,
.page-articles .post-next a.action-link span {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 12px;
    color: #3B3D53;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.14px;
}
.page-articles .post-prev a.action-link img,
.page-articles .post-next a.action-link img {
    vertical-align: middle;
}
@media (max-width: 600px) {
    .page-articles .post-title {
        font-size: 24px;
        text-align: left;
    }
    .page-articles .post-body .hr-sep {
        margin: 20px 0;
    }
    .page-articles .post-body h2 {
        font-size: 20px;
    }
    .page-articles .post-body h3 {
        font-size: 16px;
    }
    .page-articles .post-body p,
    .page-articles .post-body a {
        font-size: 14px;
    }
    .page-articles .post-prev a, .page-articles .post-next a {
        margin-bottom: 30px;
    }
}