/* ===============================
   META
================================ */
.fpcw-meta {
    display: flex;
    gap: 16px;
    font-size: 14px;
    color: #040404;
    margin-bottom: 10px;
}

.fpcw-date::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c9a24d;
    margin-right: 6px;
}

.fpcw-comments::before {
    content: "\f27a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c9a24d;
    margin-right: 6px;
}

/* ===============================
   CONTENT
================================ */
#blog-sec .fpcw-content {
    padding: 20px;
}

#blog-sec .fpcw-title {
    min-height: 70px;
    font-weight: 500;
}

#blog-sec .fpcw-excerpt {
    min-height: 120px;
    line-height: 26px;
}

#blog-sec .fpcw-button {
    color: #000;
    font-weight: bold;
    padding: 16px 25px;
    border-radius: 6px;
}
/* Swiper */
.fpcw-carousel,
.fpcw-carousel .swiper-wrapper,
.fpcw-carousel .swiper-slide {
    height: auto;
}

/* Slide */
.fpcw-carousel .swiper-slide {
    display: block;
}

/* Card */
.fpcw-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

/* Image (ALL DEVICES – FIXED RATIO) */
.fpcw-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.fpcw-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.fpcw-content {
    flex-grow: 1;
}


/* ===============================
   NAVIGATION
================================ */
#blog-sec .fpcw-next.swiper-button-next,
#blog-sec .fpcw-prev.swiper-button-prev {
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
}

#blog-sec .swiper-button-next::after,
#blog-sec .swiper-button-prev::after {
    font-size: 14px;
}

.fpcw-prev,
.fpcw-next {
    top: 40%;
    transform: translateY(-50%);
}

/* ===============================
   ELEMENTOR SAFETY
================================ */
.elementor-widget-free_posts_carousel {
    align-self: flex-start;
}

.elementor-editor-active .fpcw-carousel .swiper-wrapper {
    align-items: flex-start;
}

/* ===============================
   MOBILE FIX (CRITICAL)
================================ */

