.in-index .container-narrow {
    width: unset;
}

.news-wrapper,
.homepage-blog-wrapper {
    margin-left: -12px;
    margin-right: -12px;
    width: unset;
    justify-content: flex-start;
}

.news-item img {
    border-radius: 8px;
}

.news-item .title,
.news-item h2 {
    font-size: 20px !important;
    line-height: 26px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.news-item .description {
    font-size: 14px;
    line-height: 20px
}

.news-item .read-article {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    display: inline-block !important;
    padding: 10px 15px;
    color: #fff;
    border-radius: 8px;
    transition: .3s ease-out;
    max-width: 140px;
    margin-top: 15px;
}

.news-item {
    flex-basis: 100% !important;
    width: 100% !important;
    padding: 12px !important;
}

.news-item-detail .text a {
    color: #d40019;
    text-decoration: underline;
    transition: 0.3s;
}

.news-item-detail .text img {
    border-radius: 8px;
}

@media(hover: hover) {
    .news-item-detail .text a:hover {
        text-decoration: none;
        transition: 0.3s;
    }
}

.eu-imgs {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    gap: 10px;
    width: 100%;
}

table.blog-protipozarni-ochrana td,
table.blog-protipozarni-ochrana th,
table.blog-komin td,
table.blog-komin th {
    padding: 1rem;
    text-align: center;
}

table.blog-protipozarni-ochrana tbody tr:nth-child(odd),
table.blog-komin tbody tr:nth-child(even) {
    background-color: #f4f3f4;
}


table.blog-komin thead {
    background-color: #d40118;
    color: #ffffff;
}

table.blog-komin {
    border-radius: 8px;
    overflow: hidden;
}

.news-item-detail .text h2 {
    margin-top: 40px;
}

.news-item-detail .text h3 {
    margin-top: 30px;
}

@media(min-width: 768px) {
    .news-item {
        flex-basis: 50% !important;
        width: 50% !important;
    }

    .news-item .title {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        margin: 0;
        -webkit-box-orient: vertical;
        flex-shrink: 0;
        overflow: hidden;
        height: 52px;
        margin-top: 20px;
    }
}

@media(min-width: 1200px) {
    .news-item {
        flex-basis: 33.33% !important;
        width: 33.33% !important;
    }
}

@media(min-width: 1440px) {
    .news-item {
        flex-basis: 25% !important;
        width: 25% !important;
    }
}

.type-post main#content article .row {
    margin-left: 0;
    margin-right: 0;
}

@media(max-width: 600px) {
    .id-682 .news-item-detail .text img {
        margin-top: 10px;
    }
}