.post-style-1 .post-item:hover {
    box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
    transition: box-shadow 0.3s;
}
.post-style-1 .post-item .post-info .card-title a.text-black:hover {
    color: var(--bs-primary) !important;
    text-decoration: none !important;
}
.post-style-1 .post-item a.image {
    display: none;
}
.post-style-1 .post-item .post-time {
    background: #44010a;
    width: 10rem;
    flex-shrink: 0;
}
.post-style-1 .post-item .post-time .month {
    font-size: 36px;
}
.post-style-1 .post-item .post-time .year {
    font-size: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .post-style-1 .post-item .post-time {
        display: none !important;
    }
}
