.wrap-big-news-block12 {
    border-radius: 10px;
}

.wrap-big-news-block12:hover .title-main-media{
    color: #035FB5;
}

.img-lo57 {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.overlay-play-btn {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #00000033;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.img-nho-block12 {
    border-radius: 10px 10px 0 0;
}

.title-main-media {
    font-size: clamp(16px, 3vw, 22px);
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: #000;
    border-radius: 0 0 10px 10px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.title-media-long {
    padding: 10px;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: #000;
    border-radius: 0 0 10px 10px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    scrollbar-width: none;
}

.title-media-long::-webkit-scrollbar {
    display: none;
}

.inner-bg-gray:hover {
    cursor: pointer;
}

.inner-bg-gray:hover .title-media-long {
    color: #035FB5;
}

.item-small-news:hover .title-media-long{
    color: #035FB5;
}

.item-small-news .inner-bg-gray {
    background-color: #E0E0E0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 1px solid #EBEBEB;
}

.tin-nho-block12 .under-ws {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(
        180deg,
        #F6F6F600 0%,
        #F6F6F6B3 28.26%,
        #F6F6F6 99.9%
    );
}

.scrollable-news-container {
    max-height: 740px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.scrollable-news-container::-webkit-scrollbar {
    width: 6px;
}

.scrollable-news-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.scrollable-news-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.scrollable-news-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 992px) {
    .title-main-media {
        -webkit-line-clamp: 4;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1450px) {
    .scrollable-news-container{
        max-height: 526px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1026px) {
    .scrollable-news-container{
        max-height: 496px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .scrollable-news-container{
        max-height: 372px;
        padding: 0 2px;
    }
}

@media (max-width: 576px) {
    .wrap-big-news-block12{
        padding: 0 13px;
    }
    .scrollable-news-container{
        max-height: 758px;
    }
}