.elementor-247 .elementor-element.elementor-element-a61cd38{--spacer-size:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-247 .elementor-element.elementor-element-1dce648{text-align:center;}.elementor-247 .elementor-element.elementor-element-1dce648 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:31px;font-weight:500;color:#363439;}.elementor-247 .elementor-element.elementor-element-8666022{--spacer-size:30px;}/* Start custom CSS for column, class: .elementor-element-3102d76 *//* KONTEJNER GRIDU */
.gfghfdgfdg .tsi-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
    gap: 32px !important;
    margin-top: 40px;
}

/* KAFELKI */
.gfghfdgfdg .tsi-card {
    background: #fff;
    border-radius: 14px !important;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit;
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: all 0.25s ease;
}

/* Hover efekt – uniesienie i mocniejszy cień */
.gfghfdgfdg .tsi-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* OBRAZEK */
.gfghfdgfdg .tsi-card img {
    width: 100%;
    height: 240px !important;
    object-fit: cover;
    display: block;
}

/* BODY */
.gfghfdgfdg .tsi-card-body {
    padding: 18px !important;
}

/* TYTUŁ */
.gfghfdgfdg .tsi-card .tsi-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 10px !important;
    line-height: 1.3;
    color: #222;
}

/* OPIS */
.gfghfdgfdg .tsi-card .tsi-excerpt {
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.5;
}/* End custom CSS */