.article-date {
    font-weight: var(--font-medium);
}

.author-info {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
}

.post-thumbnail img {
    width: 100%;
}

.post-description p:last-child {
    margin-bottom: 0;
}

.post-description a {
    text-decoration: underline;
    text-underline-position: under;
}

.section {
    border-bottom: 1px solid var(--color-border-2);
    padding-top: 50px;
    padding-bottom: 50px;
}

#article_podcast .podcast-card {
    max-width: 100%;
}

#article_wrapper + .section-news {
    border-top: none;
}

.section-news + .section-news {
    padding-top: 50px;
}

@media screen and (max-width: 768px) { 
    #article_content {
        border-bottom: none;
        padding-bottom: 0;
    }

    #article_sidebar {
        display: none;
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-news + .section-news {
        padding-top: 30px;
    }
}