/* ZMND Widgets Styles */
/* Widget styles */
.ws-zmnd-hello-world {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 5px;
}

.ws-zmnd-hello-world h2 {
    margin: 0;
    color: #333;
    font-size: 24px;
}

/* Widget icon styles */
.ws-widget-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('../img/pipe-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.elementor-panel .elementor-element .icon i.ws-widget-icon:before {
    display: none;
}

.elementor-panel .elementor-element .icon i.ws-widget-icon {
    width: 100%;
    height: 100%;
    background-image: url('../img/pipe-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
