/* 
-----------------------------------------------
Newspaper Reports Template Style
Name:        Newspaper Reports
License:     Premium Version
Version:     3.0
Author:      Newspaper Reports
Author Url:  https://www.newspaperreports.com
Contact:     asupdatemedia518@gmail.com
----------------------------------------------- */

:root {
    /* AS Primary Font */
    --asNpr-font-heading: 'Roboto Flex', sans-serif;
    --asNpr-i-font-heading: 'Noto Serif', sans-serif;
    --asNpr-font-content: 'Roboto Flex', sans-serif;
    --asNpr-font-tag: 'Roboto Flex', sans-serif;
    /* AS Primary Color */
    --asNpr-heading-m-clr: #303030;
    --asNpr-content-m-clr: #303030;
    --asNpr-bg-m-clr: #303030;
    --asNpr-bd-m-clr: #303030;
    --asNpr-heading-x-clr: #ffffff;
    --asNpr-content-x-clr: #ffffff;
    --asNpr-bg-x-clr: #ffffff;
    --asNpr-bd-x-clr: #ffffff;
    --as-primary-border-tp-clr: rgb(0, 152, 254);
    --as-primary-auth-logo-clr: #000000;
    --as-primary-clr: #000;
    --as-primary-bg-clr: #000;
    --as-primary-fill-clr: #000;
    --as-primary-dcn-auth-clr: #626262;
    --as-primary-fill-clr-ss: #fff;
    --as-primary-clr-ss: #fff;
    --as-primary-bg-clr-ss: #fff;
    --as-primary-cg-hover-clr: #00FF7F;
    --as-primary-reg-btn-hover-clr: #04AA6D;
    --as-primary-subBtn-bg-clr: #1665cf;
    --as-primary-src-icon-clr: #ffffff;
    --as-primary-section-clr: #c2c2c2;
    --as-primary-tag-clr: #AA1E23;
    --as-primary-gb-p-screen: 0.8889rem;
    /* Secendary Color */
    --as-secendary-fill-clr: #303030;
    --as-secendary-bg-clr: #303030;
    /* Register Btn Color */
    
}

.npr_bnd_ct {
    margin-bottom: 30px;
}

.npr_bnd_items {
    margin-bottom: 30px;
}

.npr_bnd_dt {
    position: relative;
    border-top: 5px solid #ff00bf;
    border-right: 5px solid #ff00bf;
}

.npr_bndBusness_bd_clr {
    border-top: 5px solid #19b969;
    border-right: 5px solid #19b969;
}
.npr_bndPolitics_bd_clr {
    border-top: 5px solid #0e98d8;
    border-right: 5px solid #0e98d8;
}
.npr_bndSports_bd_clr {
    border-top: 5px solid #2014c4;
    border-right: 5px solid #2014c4;
}
.npr_bndMoney_bd_clr {
    border-top: 5px solid #1eac1e;
    border-right: 5px solid #1eac1e;
}
.npr_bndHealth_bd_clr {
    border-top: 5px solid #df0a15;
    border-right: 5px solid #df0a15;
}
.npr_bndJobs_bd_clr {
    border-top: 5px solid #0a78df;
    border-right: 5px solid #0a78df;
}
.npr_bndShop_bd_clr {
    border-top: 5px solid #367e68;
    border-right: 5px solid #367e68;
}
.npr_bndLife_bd_clr {
    border-top: 5px solid #b9207f;
    border-right: 5px solid #b9207f;
}
/* ------- */

.asNpr_m_clear {
    clear: both;
    padding-bottom: 20px;
}

.npr_bnd_headline::before {
    content: 'Newspaper Reports';
    position: absolute;
    top: -18px;
    left: 0;
    padding-right: 15px;
    font: 800 26px / 28px var(--asNpr-font-heading);
    font-stretch: 120%;
    background-color: var(--asNpr-bg-x-clr);
}

.npr_bnd_hL_world::before {
    content: 'World';
}
.npr_bnd_hL_business::before {
    content: 'Business';
}
.npr_bnd_hL_politics::before {
    content: 'Politics';
}
.npr_bnd_hL_sports::before {
    content: 'Sports';
}
.npr_bnd_hL_money::before {
    content: 'Money';
}
.npr_bnd_hL_health::before {
    content: 'Health';
}
.npr_bnd_hL_jobs::before {
    content: 'Jobs';
}
.npr_bnd_hL_shop::before {
    content: 'Shopping';
}
.npr_bnd_hL_life::before {
    content: 'Life';
}
.npr_bnd_hL_npr::before {
    content: 'Newspaper';
}
.npr_bnd_hL_us::before {
    content: 'U.S.A';
}
.npr_bnd_hL_tech::before {
    content: 'Tech';
}
/* ------------ */

.asNpr_m_bnd_if {
    display: flex;
    padding: 0 15px 0 0;
}

.asNpr_m_bnd_i {
    object-position: center;
}

.asNpr_m_bnd_t_a {
    box-sizing: border-box;
    display: -webkit-box;
    width: 100%;
    max-height: 34px;
    overflow: hidden;
    font: 700 14px / 34px var(--asNpr-font-heading);
    color: var(--asNpr-heading-m-clr);
    border-bottom: 1px solid var(--as-primary-section-clr);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
}

.asNpr_m_bnd_t_a:hover {
    color: var(--as-primary-clr);
    fill: var(--as-primary-clr);
}

@media (max-width: 767px) {
    .asNpr_m_bnd_t_a {
        max-height: 100%;
        font: 700 14px / 18px var(--asNpr-font-heading);
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        line-clamp: unset;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .asNpr_m_bnd_t_a:nth-child(4) {
        margin-bottom: 0px;
    }
}

.asNpr_m_bnd_i_screen {
    margin: 0 20px 0 0;
}

@media (max-width: 767px) {
    .asNpr_m_bnd_it_tb {
        width: 90px;
        height: auto;
        aspect-ratio: 4 / 3;
        position: sticky;
        top: 120px;
    }
}

@media (max-width: 680px) {
    .asNpr_m_bnd_it_tb {
        width: 160px;
    }
}

@media (max-width: 520px) {
    .asNpr_m_bnd_it_tb {
        width: 130px;
    }
}

@media (max-width: 420px) {
    .asNpr_m_bnd_if {
        flex-direction: column;
        gap: 15px 0;
    }

    .asNpr_m_bnd_i_screen {
        margin-right: 0;
    }

    .asNpr_m_bnd_it_tb {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
}

@media (min-width: 768px) {
    .asNpr_m_bnd_it_tb {
        width: 130px;
        height: auto;
        aspect-ratio: 4 / 3;
        position: sticky;
        top: 120px;
    }

    .asNpr_m_bnd_t_a {
        max-height: 100%;
        font: 700 14px / 18px var(--asNpr-font-heading);
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        line-clamp: unset;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .asNpr_m_bnd_t_a:nth-child(4) {
        margin-bottom: 0px;
    }
}

@media (min-width: 900px) {
    .asNpr_m_bnd_it_tb {
    width: 160px;
    height: auto;
    aspect-ratio: 4 / 3;
}
}

@media (min-width: 980px) {
    .asNpr_m_bnd_it_tb {
        width: 195px;
        height: 135px;
        aspect-ratio: 4 / 3;
    }

    .asNpr_m_bnd_t_a {
        box-sizing: border-box;
        display: -webkit-box;
        width: 100%;
        max-height: 34px;
        overflow: hidden;
        font: 700 14px / 34px var(--asNpr-font-heading);
        color: var(--asNpr-heading-m-clr);
        border-bottom: 1px solid var(--as-primary-section-clr);
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-clamp: 1;
        padding: 0;
        margin: 0;
    }
}

.asNpr_m_bnd_va_ct {
    text-align: right;
    margin-top: 10px;
}

/*  */
.npr_bnd_thumb {
    width: 30%;
    height: 150px;
    max-height: 150px;
    margin-right: 15px;
    overflow: hidden;
    position: sticky;
    top: 120px;
}

.npr_bnd_thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.asNpr_m_bnd_va {
    display: inline-block;
    font: 700 14px / 22px var(--asNpr-font-heading);
    color: var(--asNpr-heading-m-clr);
}

.asNpr_m_bnd_va:hover {
    color: var(--as-primary-clr);
    fill: var(--as-primary-clr);
}
/* ------ */

@media (min-width: 768px) {
    .npr_bnd_title {
        width: 70%;
    }

    .npr_bnd_title .npr_bnd_link {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 768px) {
    .npr_bnd_thumb {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .npr_bnd_thumb {
        width: 100%;
    }
}