/* Cały wrapper z tłem przezroczystym */
.pfy-post-grid-carousel-wrap.carousel-style-2 {
    background: transparent !important;
    padding: 20px 0;
}

/* Każdy kafelek */
.pfy-post-grid-carousel .pfy-post-item {
    border-radius: 16px !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.95) !important; /* półprzezroczysta biel */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

/* Hover efekt */
.pfy-post-grid-carousel .pfy-post-item:hover {
    transform: translateY(-5px) !important;
}

/* Obrazki */
.pfy-post-thumb {
    height: 200px !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    border-bottom: 1px solid #eee !important;
}

.pfy-post-thumb img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
}

/* Zawartość wpisu */
.pfy-post-content {
    padding: 16px !important;
}

.pfy-post-title {
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    color: #111 !important;
}

.pfy-post-title a {
    text-decoration: none !important;
    color: inherit !important;
}

/* Wymuszenie przezroczystości na najbliższych kontenerach */
.pfy-post-grid-carousel-wrap,
.pfy-post-grid-carousel-wrap.carousel-style-2,
.pfy-post-grid-carousel-wrap .container,
.pfy-post-grid-carousel-wrap .container-fluid {
    background: transparent !important;
    box-shadow: none !important;
}

/* Jeśli Elementor wrzuca to w .elementor-widget-container */
.elementor-widget-container {
    background: transparent !important;
}
