.news-image {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    max-height: 350px;
    /* manje od prije, npr. 350px */
}

/* Hero slika */
.hero-image {
    max-height: 500px;
    /* manja od 500px prije */
}

.bedz-kategorije {
    font-size: 0.9rem;
    padding: 0.3rem 0.6rem;
}

em {
    font-style: italic !important;
}

span.heading1 {
    font-size: 1.3em !important;
    font-weight: bold !important;
}

span.heading2 {
    font-size: 1.1em !important;
    font-weight: bold !important;
}