
.post_cat_item picture {
    width: 100%;
}

.post_cat_item img {
    transition: 0.25s !important;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 2px;
}

.post_cat_item:hover img {
    transform: scale(1.1);
}

.post_cat_item .image_text_blog {
    overflow: hidden;
    position: relative;
    display: block;
}



.post_cat_item {
    position: relative;
    display: flex!important;
}

.post_cat_item .post-date {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 25px;
    writing-mode: tb-rl;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    padding: 15px;
    position: relative;
    height: fit-content;
}

.post_cat_item .post-date:before {
    content: '';
    flex-grow: 1;
    max-height: 23px;
    height: 100%;
    background: #000;
    position: absolute;
    max-width: 127px;
    width: 2px;
    margin-top: 100px;
    display: flex;
    right: 24px;
    bottom: 100%;
}

.post_cat_item a.spletnik-readmore {
    font-style: normal;
    color: var(--wp--preset--color--primary-text-color);
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Plus Jakarta Sans';
}

@media (min-width:992px) {
    .post_cat_itemlatest_post picture {
        aspect-ratio: 3 / 1.5;
    }
    .post_cat_itemlatest_post .image_text_blog {
        box-shadow: none;
        border-radius: 0;
    }
    .latest_post a.spletnik-readmore {
        font-size: 25px;
    }
    .post_cat_itemlatest_post .post-photo-title {
        box-shadow: 0 2px 2px rgb(154 160 185 / 5%), 0 5px 20px rgb(166 173 201 / 20%);
        border-radius: 15px;
        overflow: hidden;
        height: max-content;
    }
  
}