.elementor-13848 .elementor-element.elementor-element-a33ff8d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13848 .elementor-element.elementor-element-23b2ad0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13848 .elementor-element.elementor-element-db1e13b > .elementor-widget-container{margin:70px 0px 0px 0px;}.elementor-13848 .elementor-element.elementor-element-db1e13b{text-align:center;}@media(min-width:768px){.elementor-13848 .elementor-element.elementor-element-a33ff8d{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-63e6457 *//* Wrapper dla siatki */
.custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

/* Pojedynczy element */
.custom-single-item {
    width: 300px;
    text-align: center;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.custom-single-item:hover {
    transform: scale(1.05);
    
}

/* Obraz w tle */
.custom-bg-image {
    position: relative;
    width: 100%;
    height: 300px;
    background-color:black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.3s ease;
}

.custom-bg-image:hover {
    filter: grayscale(100%);
}

.custom-thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Nakładka z tekstem */
.custom-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}

.custom-bg-image:hover .custom-overlay {
    opacity: 1;
}

/* Tytuł pod miniaturą */
.custom-single-item h3 {
    margin: 15px 0;
    font-size: 18px;
    color: #333;
}

/* Podpis pod miniaturą */
.custom-caption {
    font-size: 14px;
    color: #666;
}/* End custom CSS */