.elementor-1526 .elementor-element.elementor-element-86d05ea{--display:flex;}.elementor-1526 .elementor-element.elementor-element-21ed518 .jet-listing-dynamic-repeater__item > *{font-family:"Arial", Sans-serif;font-size:16px;color:#434040;border-radius:0px 0px 0px 0px;}.elementor-1526 .elementor-element.elementor-element-21ed518 .jet-listing-dynamic-repeater__counter{border-style:none;}/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-21ed518 */.tombol-af {
    color: #fff;
    background: #e74c3c;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    width: 90%;
    text-align: center;
    display: inline-block;
}
.shopee {
    background: #ff6800;
    border-bottom: #9e4000 5px solid;
}
.shopee:hover {
    background-color: #9e4000;
    color: #fff;
}
.tokopedia {
    background: #18ac2d;
    border-bottom: #087718 5px solid;
}
.tokopedia:hover {
    background-color: #087718;
    color: #fff;
}

.col-img {
    padding-left: 25px;
    flex: 0 0 120px;
    max-width: 120PX;
    box-sizing: border-box;
}

.col-title {
    padding: 0 15px;
    flex: 0 0 60%;
    max-width: 60%;
    box-sizing: border-box;
}

.col-cta {
    text-align: center;
}

.row-waf {
    background-color: #fff;
    border: 1px solid #dedede;
    /*box-shadow: 0 0 8px rgb(0 0 0 / 14%); */
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .row-waf {
    display: flex;
    flex-direction: column;
  }
  .col-title{
      flex: 0;
      max-width:none;
  }
    .col-img{
      flex: 0;
      max-width:none;
  }
}

.jet-listing-dynamic-repeater__items {
  display: inline;
}/* End custom CSS */