.article-header{
    font-size: 30pt;
    font-family: 'Poppins-SemiBold';
}

.article-category{
    font-size: 20pt;
    font-family: 'Poppins-Regular';
}

/* .article-content{
    font-size: 16pt;
    font-family: 'Poppins-Regular';
    line-height: 1.6;
} */

.article-content img{
    width: 100%;
    height: auto;
}

.article-container{
    max-width: 950px;
    margin-bottom: 100px;
    margin-top: 50px;
}

.article-figure img{
    width: 100%;
    height: 50vh;
    object-fit: cover;
    border-radius: 20px;
}

.article-button{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.article-button button{
    padding: 10px 30px;
    background-color: #355B9F;
    color: white;
    border-radius: 10px;
    font-family: "Delicious";
    font-size: 16pt;
    border: none;
}

.article-button a{
    text-decoration: none;
    color: unset;
}

.article-button button:focus{
    outline: none;
}

.article-button button:active{
    transform: scale(0.97);
}

.blog-share {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.blog-share img{
    margin-right: 20px;
    width: 36px;
}

.blog-share .facebook-logo{
    filter: invert(38%) sepia(15%) saturate(2236%) hue-rotate(182deg) brightness(97%) contrast(86%);
}

.blog-share .whatsapp-logo{
    filter: invert(70%) sepia(13%) saturate(2499%) hue-rotate(88deg) brightness(95%) contrast(86%);
}

.blog-share .whatsapp-logo{
    display: none;
}

#small-date{
    margin-bottom: 1rem;
    font-family: 'Poppins-Regular';
    font-size: 13pt;
}

@media (max-width: 1680px){
    .article-container{
        max-width: 900px;
    }
}

@media (max-width: 1600px){
    /* .article-content{
        font-size: 15pt;
    } */
}

@media (max-width: 1440px){
    .article-container {
        max-width: 850px;
    }
}

@media (max-width: 1366px){
    .article-container{
        max-width: 750px;
    }
    /* .article-content {
        font-size: 14pt;
        font-family: 'Poppins-Regular';
        line-height: 1.6;
    } */
}

@media (max-width: 768px){
    .article-container{
        padding: 40px;
    }
}

@media (max-width: 480px){
    .blog-share .whatsapp-logo, .blog-share .share-button{
        display: block;
    }
    .article-content{
        text-align: justify;
    }
}