.post-carousel {
    width: 100%;
    overflow: hidden;

    /* 🔥 DESKTOP FIX */
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
}

.post-carousel .swiper-wrapper {
    display: flex;
    will-change: transform;
}

.post-carousel .swiper-slide {
    height: auto;

    /* 🔥 VERY IMPORTANT */
    flex-shrink: 0;
}

.post-carousel,
.post-carousel * {
    pointer-events: auto;
    user-select: none;
}

.post-carousel {
    cursor: grab;
    overflow: hidden;
}

.post-carousel:active {
    cursor: grabbing;
}

/* CARD STYLES */
.post-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 15px;
}

.post-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.post-title {
    font-size: 18px;
    margin: 12px 0 6px;
}

.post-meta {
    font-size: 13px;
    color: #777;
}

.post-excerpt {
    font-size: 14px;
    color: #555;
}
.post-meta{
    color: #4B5675;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.4px;
    vertical-align: middle;
    padding-top: 15px;
}
h3.post-title{
    color: #121724;
    font-family: Inter;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.4px;
}.post-image img{
    border-radius: 20px;
}
p.post-excerpt{
    color: #121724;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.4px;
    vertical-align: middle;
}