.article__header {
    max-width: 153.6rem;
    padding: 4.8rem 1.6rem 0;
    margin: 0 auto;
}

.article__header__info {
    display: none;
}

.article__header-content .article__meta-text {
    margin-top: 3.2rem;
}

.article {
    max-width: 153.6rem;
    padding: 4.8rem 1.6rem 8rem;
    margin: 0 auto;
}

.article__sidebar-left {
    display: none;
}

.article__back-btn {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    color: var(--color-gray-dark);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 3.2rem;
}

.article__content {
    max-width: 100%;
}

.article__content .table-of-content {
    margin-bottom: 6rem;
}

.article__content__header {
    margin-bottom: 4.8rem;
}

.article__content__header .article__lead {
    margin-bottom: 3.2rem;
}

.article__pre-heading {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color-blue);
    margin: 0 0 1.2rem;
}

.article__heading {
    margin: 0 0 2.4rem;
}

.article__lead {
    font-size: 2rem;
    line-height: 1.5;
    color: var(--color-gray-dark);
    margin: 0;
}

.article__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 1.5rem;
    margin-bottom: 3rem;
    gap: 1.5rem;
}

.article__meta-content {

}

.article__meta-text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-gray-dark);
    margin-bottom: 3.2rem;
}

.article__categories {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.2rem;
}

.article__category {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #373F46;
    background-color: var(--color-gray-lighter);
    padding: 0.4rem 1.2rem;
    border-radius: 999px;
    border: 1px solid var(--color-gray-lighter);
    transition: background 200ms;
}

.article__category:hover {
    background: #EAECF0;
}

.article__social-share a {
    margin-right: 2rem;
}

.article__image {
    border-radius: 0.6rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.article__image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
}

.article__footer {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 6.4rem;
}

.article__author {
    display: flex;
}

.article__author__picture {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 999px;
    overflow: hidden;
    margin: 0 1.6rem 0 0;
}

.article__author__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.001em;
    color: #373F46;
    margin: 0;
}

.article__author__title {
    font-size: 16px;
    color: var(--color-gray-dark);
    margin: 0;
}

.article__sidebar-right {
    margin-top: 4.8rem;
}

.article__sidebar-right .table-of-content {
    display: none;
}

.sidebar-people__heading {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-gray);
    margin: 0 0 1.6rem 0;
}

.sidebar-people__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.sidebar-people__cta {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
}

.sidebar-people__cta svg {
    margin-left: 1.5rem;
    flex-grow: 0;
    flex-shrink: 0;
    fill: currentColor; 
}

.sidebar-banners {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media screen and (min-width: 940px) {
    .article__header {
        padding: 6.4rem 2.4rem 0;
    }
    
    .article__header-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 80rem;
        margin: 0 auto;
    }

    .article__header-content .article__meta-text {
        display: none;
    }

    .article__header .article__image {
        margin-top: 48px;
    }

    .article__header__info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4.8rem;
    }

    .article {
        display: flex;
        flex-wrap: no-wrap;
        padding: 6.4rem 2.4rem 12rem;
    }
    
    .article__content {
        width: 100%;
        margin-right: 4.8rem;
    }
    
    .article__content__header .article__lead {
        margin-bottom: 4.8rem;
    }

    .article__content__header .article__meta-text {
        display: none;
    }

    .article__content__inner {
        max-width: 100%;
    }

    .article__content .table-of-content {
        display: none;
    }
    
    .article__sidebar-right {
        width: 35%;
        max-width: 28rem;
        margin-top: 0;
    } 

    .article__sidebar-right .table-of-content {
        display: block;
    }

    .article__footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .article__social-share {
        margin-left: auto;
    }

    .article__footer .article__categories {
        display: none;
    }

    .article__social-share a {
        margin-left: 2rem;
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {  
    .article__header {
        padding: 4.8rem 4.8rem 0;
    }  
    .article {
        flex-wrap: nowrap;
        padding: 4.8rem 4.8rem 16rem;
    }
    .article__sidebar-left {
        width: 100%;
        max-width: 28rem;
        display: block;
    }

    .article__content .article__meta {
        display: none;
    }
    
    .article__content {
        width: 90%;
        flex-grow: 1;
        margin: 0 6.4rem;
    }
    
    .article__sidebar-right {
        width: 100%;
        padding-left: 0;
    }

    .article__content__inner,
    .article__sidebar-left .make-me-stick,
    .article__sidebar-right .make-me-stick {
        padding-top: 1.6rem;
        top: 86px;
    }
}

.article-template .richText + .richText {
    margin-top: 2.4rem;
}

