.post_head_sect {
    padding: 0.25em 0 1.25em;
}
.post_head_sect .langs_toggle {
    text-align: right;
    margin: 0 0 0.75em;
    font-size: 0.875em;
    color: #46597B;
}
.post_head_sect .lang_link {
    margin: 0 0.75em;
    position: relative;
    display: inline-block;
    color: inherit;
}
.post_head_sect .lang_link:first-child {
    margin-left: 0;
}
.post_head_sect .lang_link:last-child {
    margin-right: 0;
    color: #46597B;
}
.post_head_sect .post_info {
    background-color: #F5F9FD;
    border-radius: 1.125em;
    padding: 1.5em 0.75em;
}
.post_head_sect .post_title_and_cat {
    align-items: center;
    justify-content: space-between;
    display: block;
    margin: 0 0 1.25em;
}
.post_head_sect .post_title {
    line-height: 1.4;
    font-weight: 400;
    font-size: 1.5em;
    margin: 0 0 0.75em;
}
.post_head_sect .post_cat {
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #46597B;
    border-radius: 1.125em;
    box-sizing: border-box;
    border: 1px solid #53627C;
    padding: 0 1em;
    display: inline-flex;
    height: 2em;
    margin: 0;
    transition-property: background-color, color;
    transition-duration: 0.3s;
}
.post_head_sect .post_cat:hover {
    text-decoration: none;
    background-color: #53627C;
    color: #FFFFFF;
}
.post_head_sect .post_cat_name {
    white-space: nowrap;
    font-size: 0.875em;
}
.post_head_sect .post_excerpt {
    line-height: 1.25;
    font-size: 1.125em;
    margin: 0 0 1em;
}
.post_head_sect .post_attrs {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25em -0.625em 1.75em;
    color: #46597B;
    font-size: 0.875em;
}
.post_head_sect .post_attr {
    margin: 0.25em 0.625em;
    display: flex;
    align-items: center;
}
.post_head_sect .post_attr_icon {
    max-width: 1em;
    max-height: 1em;
    margin-right: 0.25em;
}
.post_head_sect .post_author_and_share {
    align-items: center;
    justify-content: space-between;
    display: block;
}
.post_head_sect .post_author {
    display: flex;
    align-items: center;
    color: inherit;
    margin: 0 0 1.25em;
}
.post_head_sect .post_author:hover {
    text-decoration: none;
}
.post_head_sect .post_author .avatar {
    width: 4.875em;
    height: auto;
    border-radius: 50%;
    box-sizing: border-box;
    border: 0.25em solid #FFFFFF;
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.06);
    margin-right: 1em;
}
.post_head_sect .post_author_name {
    font-weight: 500;
}
.post_head_sect .post_author_post {
    color: #53627C;
}