.elementor-36070101 .elementor-element.elementor-element-5116e1e2 .elementor-text-editor{text-align:left;}/* Start custom CSS for text-editor, class: .elementor-element-5116e1e2 *//****************/
/* CASSA EDILE UDINE */
/****************/

.cassa-udine-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cassa-udine-listing .image-wrapper {
    width: 30%;
    margin-bottom: 10px;
    text-align: center;
}

.cassa-udine-listing .image-wrapper:last-child {
    padding-right: 10%
}

.cassa-udine-listing .image-wrapper img {
    max-width: 100%;
}

/* CSS for the product cards */
.card-udine {
    width: 400px;
    height: 480px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s;
    margin: 10px;
}
.card-udine:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.card-udine img {
    width: 100%;
    height: 60%;
    object-fit: contain;
}

.card-content-udine {
    padding: 10px;
    background-color: #f8f8f8;
}

.card-title-udine {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.card-description-udine {
    font-size: 14px;
    color: #555555;
    margin-bottom: 10px;
}

.card-price-udine {
    font-size: 16px;
    font-weight: bold;
    color: #007bff;
}

/* CSS for responsiveness using flexbox */
.card-container-udine {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.browse-link-udine {
    text-align: center;
    margin: 20px 0;
}

.browse-link-udine a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.browse-link-udine a:hover {
    opacity: 1;
}

.navbar-header .navbar-toggler:after {
    border-color: white;
}

.navbar-header .navbar-toggler:before {
    background: white;
}/* End custom CSS */