.news-block {
    position: relative;
    width: 100%;
    max-width: 884px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    aspect-ratio: 16 / 9;
    margin-top: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*pointer-events: none;*/
}

.news-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("bgnews.webp");
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 2;
}

.news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 8px 11px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.news-category {
    color: rgb(255, 255, 255);
    font-family: 'GothicA1-Regular', sans-serif;
    font-size: 24.26px;
    font-weight: 800;
    line-height: 30.88px;
    letter-spacing: 2%;
    text-transform: uppercase;
    font-weight: bold;
    border-left: 0.27569448947906494px solid rgb(205, 47, 47);
    border-right: 0.27569448947906494px solid rgb(205, 47, 47);
    border-top: 0.27569448947906494px solid rgb(205, 47, 47);
    border-radius: 8.82px 0px 0px 0px;
    background: linear-gradient(180.00deg, rgb(238, 49, 38), rgb(109, 15, 6) 100%);
    height: 120%;
    position: absolute;
    bottom: 8px;
    padding: 1px 9px 5px 21px;
    left: 8px;
}

.news-bottom-area {
    display: flex;
    align-items: flex-end;
    width: 100%;
    background: rgb(255, 255, 255);
    position: relative;
    border-radius: 8.82px 0px 8px 0px;
    padding: 8px 20px 7px 5px;
    gap: 25px;
}

.news-title {
    color: rgb(0, 0, 0);
    font-family: 'Roboto Condensed Regular', sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.news-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
}

.news-live {
    border: 0.28px solid rgb(205, 47, 47);
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(180.00deg, rgb(238, 49, 38),rgb(109, 15, 6) 100%);
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: absolute;
    bottom: 100%;
    right: 0;
    font-family: 'GothicA1-Regular', sans-serif;
    padding: 3px 28px;
    font-size: 23.43px;
    line-height: 29px;
    letter-spacing: 2px;
}

.news-logo {
    height: 45px;
    width: auto;
}

/* --- Адаптивность --- */

@media (max-width: 1200px) {
    .news-category{
        font-size: 17px;
    }
    .news-title{
        font-size: 18px;
        line-height: 20px;
    }
    .news-live{
        font-size: 15px;
        line-height: 20px;
    }
    .news-logo{
        height: 30px;
    }
}
@media (max-width: 600px) {
    .news-content{
        padding: 3px 5px;
        padding-left: 12px;
    }
    .news-bottom-area{
        padding: 3px 9px 3px 2px;
        border-radius: 3.45px 0px 3.13px 0px;
        gap: 8px;
    }
    .news-category{
        font-size: 9.5px;
        line-height: 12.09px;
        height: 120%;
        border-radius: 3.45px 0px 0px 0px;
        left: 5px;
        bottom: 3px;
    }
    .news-title{
        font-size: 8px;
        line-height: 9px;

    }
    .news-live{
        font-size: 9.18px;
        line-height: 11px;
        border-radius: 3.13px 3.13px 0px 0px;
    }
    .news-logo{
        height: 20px !important;
    }
}


.celeb-photo-overlay {
    position: absolute;
    height: 52%;
    width: 25.2%;
    right: 10%;
    top: 17%;
    display: flex;
    pointer-events: none;
}

.celeb-photo-overlay img {
    object-fit: cover;
    pointer-events: none;
    width:100%;
}

.celeb-top-overlay {
    position: absolute;
    width: 100%;
}

.celeb-top__top {
    background: red;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: calc(1px + 1vw);
    width: 100%;
    text-align: center;
    line-height: normal;
    padding: 2px 0;
}

.celeb-top__live {
    background: white;
    color: red;
    min-width: min-content;
    max-width: 1%;
    padding: 0 2px;
    border: calc(1px + 0.2vw) solid red;
    font-weight: 900;
    font-size: calc(2px + 1vw);
    box-sizing: border-box;
    text-align: center;
    line-height: normal;
}

.celeb-bottom-overlay {
    background: white;
    bottom: 0;
    position: absolute;
    font-weight: bold;
    width:100%;
    font-size: calc(1px + 1vw);
    text-align: center;
    line-height: normal;
    padding: 2px 0;
}

@media (min-width:1280px) {
    .celeb-top__top {
        font-size: 14px;
    }

    .celeb-top__live {
        font-size: 16px;
        border: 3px solid red;
    }

    .celeb-bottom-overlay {
        font-size: 18px;
    }
}