.post-carousel-14 {
    position: relative;
    --pc14-card-bg: #fff;
    --pc14-border: #e7e7e7;
}

.post-carousel-14 .post-carousel-14__slider {
    padding: 2px 2px 34px;
}

.post-carousel-14 .swiper-slide {
    height: auto;
}

.post-carousel-14__card {
    height: 100%;
    overflow: hidden;
    background: var(--pc14-card-bg);
    border: 1px solid var(--pc14-border);
    border-radius: 22px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.post-carousel-14__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(16, 35, 30, .09);
}

.post-carousel-14__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.post-carousel-14__link:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: -4px;
    border-radius: inherit;
}

.post-carousel-14__media {
    height: 250px;
    overflow: hidden;
    background: #eef1ef;
}

.post-carousel-14__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.post-carousel-14__card:hover .post-carousel-14__media img {
    transform: scale(1.025);
}

.post-carousel-14__content {
    display: flex;
    min-height: 120px;
    flex: 1;
    flex-direction: column;
    padding: 26px;
    text-align: start;
}

.post-carousel-14__title {
    margin: 0;
    color: #10231e;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.65;
    transition: color .2s ease;
}

.post-carousel-14__date {
    display: flex;
    flex-wrap: wrap;
    gap: .25em;
    margin-top: auto;
    padding-top: 10px;
    color: #7b8b86;
    font-size: 13px;
    line-height: 1.7;
}

.post-carousel-14__nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 44px;
    height: 44px;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16, 35, 30, .1);
    color: #10231e;
    cursor: pointer;
}

.post-carousel-14__nav::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.post-carousel-14__next { inset-inline-end: -18px; }
.post-carousel-14__prev { inset-inline-start: -18px; }
.post-carousel-14__next::after { transform: translate(-65%, -50%) rotate(45deg); }
.post-carousel-14__prev::after { transform: translate(-35%, -50%) rotate(-135deg); }
[dir="rtl"] .post-carousel-14__next::after { transform: translate(-35%, -50%) rotate(-135deg); }
[dir="rtl"] .post-carousel-14__prev::after { transform: translate(-65%, -50%) rotate(45deg); }
.post-carousel-14__nav.swiper-button-disabled { opacity: .4; cursor: default; }

.post-carousel-14 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #10231e;
}

@media (max-width: 767px) {
    .post-carousel-14__media { height: 220px; }
    .post-carousel-14__content { min-height: 108px; padding: 20px; }
    .post-carousel-14__title { font-size: 18px; }
    .post-carousel-14__next { inset-inline-end: 6px; }
    .post-carousel-14__prev { inset-inline-start: 6px; }
}

@media (prefers-reduced-motion: reduce) {
    .post-carousel-14__card,
    .post-carousel-14__media img { transition: none; }
    .post-carousel-14__card:hover,
    .post-carousel-14__card:hover .post-carousel-14__media img { transform: none; }
}
