<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print,
(max-width: 767px)
{
    /*-------------------
        Global styles
    -------------------*/
    .cont
    {
        padding: 0 20px;
    }



    /*------------
        Header
    ------------*/
    header .menu
    {
        margin-right: 20px;
    }


    header .menu .mini_modal,
    header .menu .mini_modal.active
    {
        left: -20px;

        margin-top: 9px;
    }


    header .logo
    {
        font-size: 28px;
        line-height: 33px;
    }


    header .cont &gt; .search
    {
        margin-left: 0;
    }



    /*--------------
        Articles
    --------------*/
    .articles .grid
    {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .articles .grid &gt; *.big_w,
    .articles .grid &gt; *.more_articles,
    .articles .grid &gt; *.ad.first + .big_w
    {
        grid-row: auto;
        grid-column: 1 / 3;
    }



    .articles .row
    {
        margin-left: -20px;
    }

    .articles .row &gt; *
    {
        width: calc(50% - 20px);
        margin-left: 20px;
    }


    .articles .row.big
    {
        margin-left: -20px;
    }

    .articles .row.big &gt; *
    {
        width: calc(50% - 20px);
        margin-left: 20px;
    }



    .articles .article .name
    {
        font-size: 14px;
        line-height: 20px;
    }

    .articles .big_w .article .name
    {
        font-size: 17px;
        line-height: 25px;
    }



    .articles .more_articles .item + .item
    {
        margin-top: 12px;
        padding-top: 12px;
    }



    /*---------------
        Most read
    ---------------*/
    .most_read .grid
    {
        grid-template-columns: repeat(2, 1fr);
    }


    .most_read .item .thumb
    {
        width: 100%;
        margin-bottom: 12px;
        padding-bottom: 75%;

        order: 0;
    }

    .most_read .item .thumb + *
    {
        width: 100%;
    }



    /*------------
        Videos
    ------------*/
    .videos .video
    {
        font-size: 15px;
        line-height: 23px;
    }


    .videos .video .thumb
    {
        margin-bottom: 16px;
    }



    /*------------
        Footer
    ------------*/
    footer
    {
        padding-bottom: 24px;
    }


    footer .emails
    {
        width: 100%;
        margin-top: 28px;
    }

    footer .emails &gt; * + *
    {
        margin-top: 12px;
    }


    footer .subscribe
    {
        width: 100%;
    }


    footer .creator
    {
        margin-top: 28px;
        margin-left: auto;
    }



    /*-----------
        PopUp
    -----------*/
}
</pre></body></html>