body.single-post .container{
    max-width: 700px;
}

body.single-post .single-post-title h1{
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 12px;
}

body.single .post-info{
    margin-bottom: 36px;
    border: none;
    padding-bottom: 0;
}

body.single .post-info__item.post-date{
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--e-global-color-text);
    margin: 0 auto;
}

body.single .post-info__item.post-categories{
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--e-global-color-text);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body.single .post-info__item.post-categories a{
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

body.single .post-info__item.post-categories a:hover{
    color: var(--primary_color);
}

body.single-post .single-post-thumbnail{
    margin-bottom: 34px;
}

body .entry-content ul,
body .entry-content ol{
    padding-left: 40px !important;
}

body .entry-content ul li,
body .entry-content ol li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

body.single-post .single-post-thumbnail{
    padding-bottom: 56.30000305175781%;
    position: relative;
    margin-bottom: 14px;
}

body.single-post.elementor-page .single-post-thumbnail img{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}