/* Breaking news — mutat din wp_head (inline, ~4,7 KB pe fiecare pagină) într-un fișier încărcat doar unde e shortcode-ul. P3, 16 sep 2026. Clasele sunt neschimbate. */
.breaking-news-container {
    display: flex;
    justify-content: center;
    align-items: self-start;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
}

.breaking-news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85.5px;
    border-radius: 10px;
    padding: 3em 2em;
    margin: 0.7em auto;
    margin-top: 0;
    background-color: #ff0000;
    width: 100%;
}

.breaking-news-tag {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-family: "NoirPro-Bold", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;

}

.breaking-news-dot {
    right: 15px;
    bottom: 1px;
    background-size: 300px 300px;
    background-position: -121px -43px;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../../inc/ico/sprites.png");
    background-repeat: no-repeat;
}

.breaking-news-link {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none;
}

.breaking-news-link:hover {
    text-decoration: none !important;
}

.breaking-news-thumbnail-container {
    clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
}

.breaking-news-thumbnail {
    width: 130px;
    border-radius: 0px !important;
}

.breaking-news-title {
    color: #fff;
    margin: 1.5em;
    margin-left: 0;
    font-family: "NoirPro-Regular", Sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 25px;

}

@media (max-width: 768px) {
    .breaking-news-thumbnail-container {
        display: none;
    }
    .breaking-news-title {
        margin-left: 1em;
        line-height: 19px;
        font-size: 14px;
        margin: 0.5em;
    }
}

    

/* slot gol (fără breaking activ): nu ocupă loc */
.breaking-news-container:empty { display: none; }
