

*[data-gjs-type="mj-column"] table:empty:before {
    content: '';
    background-size: 80% clamp(20px, 50%, 50px);
    background-repeat: no-repeat;
    border-radius: 4px;
    background-position: center;
    z-index: 1;
    background-color: #151414 !important;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    min-height: 80px;
    margin: 5px;
    display: block;
    background-image: url('../img/column-empty-state.svg');
    border: dotted 1px #FF2F2F;
  }

  *[data-gjs-type="mj-image"] img[src="img/image-empty.png"]{
    max-height: 100px;
    content: '';
    background-size: 80% clamp(20px, 50%, 50px);
    background-repeat: no-repeat;
    border-radius: 4px;
    background-position: center;
    z-index: 1;
    display: block;
  }

  .coupon-border{
    border: 2px dashed #bbb !important;
    margin-left: auto;
    margin-right: auto;
    width: 80% !important;
    background: #f5f5f5;
  }