

/* Start:/local/components/bizone/page.constructor/templates/.default/style.css?17147346381092*/
.bx-core-adm-dialog .page-builder-blocks-item {
    width: 600px;
    max-width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin: 15px 10px;
    cursor: pointer;
    transition: all ease .3s;
}

.bx-core-adm-dialog .page-builder-blocks-item:hover {
    box-shadow: 0px 0px 6px -2px #171717;
}

.bx-core-adm-dialog .page-builder-blocks-item span.page-builder-blocks-item-title {
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #1896cc;
    padding: 10px;
    font-weight: 700;
    color: white;
    transition: all ease .3s;
}

.page-builder-blocks-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    background: white;
}

.page-builder-blocks-item img {
    object-fit: contain;
    width: 100%;
    height: 200px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all ease .3s;
}
.page-builder-blocks h3 {
    color: black;
}

/* End */
/* /local/components/bizone/page.constructor/templates/.default/style.css?17147346381092 */
