.news-background-widget-c45dc493 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    /* Create the slanted shape / inclinazione as requested in the screenshot */
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    padding-bottom: 5%; /* Compensate the clip-path bottom skew */
    background-color: transparent !important;
}

.news-background-overlay-c45dc493 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 10%;
    box-sizing: border-box;
}

.news-content-container-c45dc493 {
    text-align: left;
    max-width: 600px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-title-c45dc493 {
    margin: 0 0 20px 0;
    font-size: 5rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 2px;
}

.news-excerpt-c45dc493 {
    margin: 0 0 25px 0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.news-btn-c45dc493 {
    display: inline-block;
    padding: 8px 18px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.news-no-posts-c45dc493 {
    /* Safe fallback backdrop */
    background-color: transparent;
}
