section[data-type="headline-news"]{
    height: auto;
    min-height: 240px;
    width: 100%;
    position: relative;
    padding: 16px 0;
}

section[data-type="headline-news"] .container.headline-news-pre-block,
section[data-type="headline-news"] .headline-news-pre-block{
    width: 100%;
    max-width: unset;
    margin: 0 0 16px;
    padding: 0;
}

section[data-type="headline-news"] .headline-news-pre-block .headline-news-pre-block-title,
section[data-type="headline-news"] .headline-news-pre-block .headline-news-pre-block-description{
    font-size: 2.4rem;
    padding-left: 96px;
}

section[data-type="headline-news"] .headline-news-pre-block .headline-news-pre-block-description{
    font-family: "CCSmash Regular";
    font-size: 2rem;
    transform: translate(0, -0.5em);
}

section[data-type="headline-news"] .headline-news-pre-block .headline-news-pre-block-title{
    color: #f8d01d;
/* text-shadow: 1px 1px #000, -1px -1px #000; */
    -webkit-text-stroke: 1px #000;
}



section[data-type="headline-news"] .headline-news-block-description{
    display: none;
}

section[data-type="headline-news"] .splide__pagination__page{
    background: #999;
}

section[data-type="headline-news"] .splide__pagination__page.is-active{
    background: #e20714;
}


section[data-type="headline-news"] .headline-news-cover{
    width: 100%;
    height: 20vh;
    min-height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 12px;
    background-color: #fbf6ef;
    overflow: hidden;
}

section[data-type="headline-news"] video{
    object-fit: cover;
    max-width: unset;
    width: 100%;
    height: 100%;
}

section[data-type="headline-news"] .headline-news-content{
    padding: 16px;
}

section[data-type="headline-news"] .headline-news-content .headline-news-content-title{
    line-height: 1;
    font-size: clamp(1.5rem, 1.5vw, 16px);
    font-weight: 700;

}

section[data-type="headline-news"] .headline-news-content .headline-news-content-subtitle{
    font-size: clamp(1.2rem, 1.2vw, 14px);
    font-weight: 700;
    color: #f8d01d;
   /* text-shadow: 1px 1px #000, -1px -1px #000;*/
    -webkit-text-stroke: 0.2px #000;
}

section[data-type="headline-news"] .headline-news-content .headline-news-content-description{
    opacity: 0.5;
}

section[data-type="headline-news"] .headline-news-content-nav{
    display: flex;
    margin: 1rem 0;
}

section[data-type="headline-news"] .headline-news-content-nav .button{
    background: #000;
    color: #fff;
    padding: 0.5em 1em;
    min-width: 60px;
    border-radius: 10em;
    pointer-events: all;
    transition: transform 0.1s ease-in-out;
    text-decoration: none;
    padding-right: 2rem;
    padding-left: 2rem;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(1rem, 1vw, 12px);
    font-weight: bold;
    font-family: inherit;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}