:root {
    --med-yellow: #FFA725;
    --med-beige: #FFF5E4;
    --med-light-green: #C1D8C3;
    --med-green: #6A9C89;
}
.article h2, .article h3, .article h4, .article h5, .article h6, .article h7 {
    font-size: 32px;
    padding-top: 20px;
}
.article-in-img img {
    width: 100%;
}
.article ul li {
    list-style-type: disc;
    margin-inline-start: 1rem;
}
.share {
    padding-top: 15px;
    justify-content: space-between;
}
.share.flex div {
    flex: 1 1 100%;
    align-items: center;
}
.auth {
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    justify-self: flex-end;
    align-items: flex-end;
}
.article a {
    background-color: var(--med-light-green);
    background-size: 100% 6px;
    color: var(--med-green);
    font-weight: 600;
    position: relative;
    background: linear-gradient(#6a9c892e, #6a9c8996) left no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-size: auto;
    background-size: 100% 6px;
    background-position: 0 90%;
    position: relative;
    transition: all 0.3s ease;
}
.article a:hover {
    background-size: 0 6px;
}

/* Social Share */
.social-share li:not(:last-child) {
    margin-right: 8px;
}
.social-share img {
    width: 20px;
    height: 20px;
}
.social-share li {
    width: 32px;
    height: 32px;
    margin-right: 1.25rem;
    border: 1px solid;
    border-radius: 50%;
    /* padding: 8px; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.social-share li a {
    display: flex;
    /*
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;*/
}

.article-tags {
    margin-top: 25px
}
.article-tags h5 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
}
.article-tags ul {
    justify-content: flex-start;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.article-tags ul li {
    font-size: 20px;
    line-height: 24px;
    margin-right: 2rem;
    font-family: LabGrotesque-BoldItalic;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.placeholder > img, .adplace > img, .adplace > a, .placeholder > a, .adplace > div, .placeholder > div {
    position: sticky;
    top: 8px;
    display: block;
}
.placeholder.sidebar {
    height: 100%!important;
}
.placeholder.sidebar .asd {
    /*height: calc(100% - 600px);*/
}
body .placeholder  {
    background: transparent;
} 
body .adplace {
    width: 300px;
    height: auto;
    background-color: transparent;
}
.menu-open.on ~ main {
    filter: none;
}
.trending .cat::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #FFA72526;
    position: absolute;
    left: 0;
    top: -10px;
}
.desktop-menu-wrapper nav .flex.space {
    justify-content: center;
}
.desktop-menu-wrapper li:not(:first-child) a::before {
    content: '•';
    margin-right: 8px;
    opacity: 0.4;
}

@media screen and (min-width: 640px) {
.social-share {
    display: flex;
    list-style-type: none;
}
}
@media screen and (max-width: 640px) {
.auth {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
    align-content: center;
    justify-self: flex-end;
    align-items: flex-end!important;
    flex-direction: column;
}
}
@media screen and (min-width: 1280px) {
    .front-articles-wrapper {
        order: 2;
    }
}

.desktop-menu-wrapper nav {
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 8px;
    margin-bottom: 30px;
}
.burger-menu span:first-of-type::before, .burger-menu span:first-of-type::after {
    content: "";
    width: 30px;
}
.desktop-menu-wrapper.sticky-nav {
    /*max-width: 1920px;*/
    margin: 0 auto;
}
.desktop-menu-wrapper.sticky-nav nav {
    margin-bottom: 0;
}
.social_share.fb {
    margin-left: 0;
}