.elementor-799 .elementor-element.elementor-element-eeebd74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-799 .elementor-element.elementor-element-70781f6{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-70781f6 *//* ============================================================
   Blog post rich content blocks (timeline grid)
   Used inside the Turinys WYSIWYG via raw HTML
   ============================================================ */

.sv-post-body .nj-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: start;
    margin: 32px 0;
}

.sv-post-body .nj-card {
    display: block;
    text-decoration: none !important;
    color: inherit;
    background: #e6e6e6;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    line-height: 0;
}

.sv-post-body .nj-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.sv-post-body .nj-card img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    display: block;
    margin: 0;
    border: 0;
    background: #d7d7d7;
}

.sv-post-body .nj-card-content {
    padding: 18px 16px 22px;
    line-height: 1.7;
    background: #e6e6e6;
}

.sv-post-body .nj-year {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #5a5a5a;
    margin: 0 0 10px;
    line-height: 1.1;
}

.sv-post-body .nj-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #5b5b5b;
}

@media (max-width: 1000px) {
    .sv-post-body .nj-timeline {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .sv-post-body .nj-timeline {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */