.ashes-news{

    position:relative;

    width:100%;
    max-width:600px;

    background:
        linear-gradient(
            rgba(7,7,16,.0),
            rgba(7,7,16,.0)
        ),
        url(https://s13.gifyu.com/images/bl1qu.png) center center / cover no-repeat;

    border:1px solid #4A3A75;

    padding:6px 20px 14px;

    overflow:hidden;

    box-sizing:border-box;

}

/* =====================================
   HEADER
===================================== */

.news-head{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding-bottom:8px;
    margin-bottom:14px;

    border-bottom:1px solid rgba(138,111,209,.45);

}

.news-info{

    display:flex;
    align-items:center;
    gap:12px;

}

.news-number{

    color:#D8D8E6;
font-family:'Exo 2', sans-serif;
    font-size:15px;
    font-weight:600;

}

.news-category{

    color:#8A6FD1;

    font-size:10px;
font-family:'Exo 2', sans-serif;
    letter-spacing:10px;

    text-transform:uppercase;

}

.news-date{

    color:#C6C8D9;

    font-size:10px;
font-family:'Exo 2', sans-serif;
    letter-spacing:10px;

    text-transform:uppercase;

    white-space:nowrap;

}

/* =====================================
   TITEL
===================================== */

.news-title{

    margin:0 0 10px;

    color:#A78CFF;
	
	font-family:'Exo 2', sans-serif;

    font-size:30px;

    font-weight:300;

    letter-spacing:10px;

    text-transform:uppercase;

    line-height:1.1;

}

/* =====================================
   TEXT
===================================== */

.news-text{

    max-height:170px;

    overflow-y:auto;

    padding-right:8px;

    color:#D5D7E4;

    font-size:13px;

    line-height:1.8;

}

.news-text p{

    margin:0 0 10px;

}

/* =====================================
   SCROLLBAR
===================================== */

.news-text::-webkit-scrollbar{

    width:5px;

}

.news-text::-webkit-scrollbar-track{

    background:rgba(17,19,29,.6);

}

.news-text::-webkit-scrollbar-thumb{

    background:#4A3A75;

    border-radius:20px;

}

.news-text::-webkit-scrollbar-thumb:hover{

    background:#8A6FD1;

}

.news-text{

    scrollbar-width:thin;

    scrollbar-color:#4A3A75 transparent;

}

/* =====================================
   FOOTER
===================================== */

.news-footer{

    margin-top:10px;

    padding-top:8px;

    border-top:1px solid rgba(138,111,209,.45);

    color:#8A6FD1;

    font-size:10px;

    letter-spacing:10px;

    text-transform:uppercase;

    text-align:right;

}

/* Hintergrund */

.news-bg{
    position:absolute;
    inset:0;

    background:red !important;

    z-index:0 !important;
}

.ashes-news > *{
    position:relative;
    z-index:2;
}

/* =====================================
   HEADER
===================================== */

.news-head{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding-bottom:8px;
    margin-bottom:14px;

    border-bottom:1px solid #4A3A75;

}

.news-info{

    display:flex;
    align-items:center;
    gap:12px;

}

.news-number{

    color:#D8D8E6;

    font-size:15px;
    font-weight:600;

}

.news-category{

    color:#8A6FD1;

    font-size:9px;

    letter-spacing:2px;

    text-transform:uppercase;

}

.news-date{

    color:#B7BAD0;

    font-size:9px;

    letter-spacing:2px;

    text-transform:uppercase;

    white-space:nowrap;

}

/* =====================================
   TITEL
===================================== */

.news-title{
    margin:0 0 8px;

    color:#8A6FD1;

    font-size:28px;
    font-weight:300;

    letter-spacing:4px;

    text-transform:uppercase;

    line-height:1.1;
}

/* =====================================
   TEXT
===================================== */

.news-text{
    margin-top:-15px;

    max-height:200px;

    overflow-y:auto;

    padding-right:8px;

    color:#D0D2DD;

    font-size:13px;

    line-height:1.7;
}

.news-text p{

    margin:0 0 12px;

}

/* =====================================
   SCROLLBAR
===================================== */

.news-text::-webkit-scrollbar{

    width:5px;

}

.news-text::-webkit-scrollbar-track{

    background:#11131D;

}

.news-text::-webkit-scrollbar-thumb{

    background:#4A3A75;

    border-radius:20px;

}

.news-text::-webkit-scrollbar-thumb:hover{

    background:#8A6FD1;

}

.news-text{

    scrollbar-width:thin;

    scrollbar-color:#4A3A75 #11131D;

}

/* =====================================
   FOOTER
===================================== */

.news-footer{

    margin-top:10px;

    padding-top:8px;

    border-top:1px solid #4A3A75;

    color:#8A6FD1;

    font-size:10px;

    letter-spacing:2px;

    text-transform:uppercase;

    text-align:right;

}