#tl-post-main{
    width: calc(100% - 20% - 1%);
    margin-top: 0;
}
#tl-post-main .has-global-padding{
    padding: 0!important;
}
#tl-post-main .wp-block-heading{
    font-family: Jost;
    color: var(--textBlack);
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    margin: 0;
}
#tl-post-side{
    width: 20%;
    margin-left: auto;
    margin-top: 0;
}
#tl-post-side h4{
    color: #333333;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
.wp-block-archives-list.wp-block-archives{
    padding-left: 0;
    list-style: none;
}
.wp-block-archives-list.wp-block-archives li{
    display: block;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #e7e6e6;
    position: relative;
}
.wp-block-archives-list.wp-block-archives a{
    text-decoration: none;
    position: relative;
}
.wp-block-archives-list.wp-block-archives a:before{
    content: "";
    display: inline-block;
    margin-right: 12px;
    background: url(/wp-content/themes/tekland/assets/svg/chevron_right.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tl-post-meta-cont{
    display: flex;
    flex-flow: row;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}
.tl-post-meta-cont a{
    text-decoration: none;
}
.tl-post-meta-cont p{
    font-size: 12px;
    color: #212121;
    line-height: 1.5;
}
.tl-post-meta-cont p:not(:last-child):after{
    content: '|';
    margin: 0 5px;
}
.tl-share-cont{
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.tl-share-cont p{
    width: fit-content;
}
.tl-share-cont a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    padding: 0.5em;
    background-color: var(--anchorGreen);
    border-radius: 50%;
    margin-left: 10px;
}
.tl-share-cont svg{
    fill: #ffffff;
    width: 17px!important;
    height: 14px!important;
}
.tl-share-cont a:hover {
    opacity: .8;
}
.tl-side-posts li{
    display: flex;
    flex-flow: row;
    align-items: center;
}
.tl-side-posts li .wp-block-post-featured-image{
    padding-right: 0;
    margin-right: 13px;
}
.tl-side-posts li img{
    width: 70px!important;
    height: 70px;
    max-width: unset;
}
.tl-side-posts li .wp-block-post-date,
.tl-side-posts li .wp-block-post-title a{
    font-size: 12px;
    text-align: left;
}