.elementor-1083 .elementor-element.elementor-element-46cc2c0{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1083 .elementor-element.elementor-element-46cc2c0.e-con{--flex-grow:0;--flex-shrink:0;}#jet-popup-1083 .jet-popup__container-inner{background-color:#FFFFFF00;justify-content:flex-start;padding:5px 5px 5px 5px;margin:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}#jet-popup-1083 .jet-popup__container{width:300px;height:20%;}#jet-popup-1083 .jet-popup__inner{justify-content:flex-start;align-items:center;}#jet-popup-1083 .jet-popup__container-overlay{border-radius:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ec038f7 */.wa-toggle-container {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

/* Wadah utama */
.wa-help-button {
  display: flex;
  align-items: center;
  background-color: #25D366;
  border-radius: 0 30px 30px 0;
  padding: 8px 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Bagian isi: ikon + teks */
.wa-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/* Ikon WhatsApp */
.wa-inner img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Teks */
.wa-inner span {
  color: white;
}

/* Tombol tutup */
.wa-close {
  margin-left: auto;
  font-size: 16px;
  color: white;
  cursor: pointer;
  padding-left: 8px;

}

/* Tombol tambah (+) */
.wa-expand {
  display: none;
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding-right: 5px;
  padding-left: 5px;
  cursor: pointer;
  user-select: none;
}

/* Jika TIDAK expanded */
.wa-help-button:not(.expanded) {
  max-width: 320px;
  padding: 2px;
  border-radius: 0 12px 12px 0;
  justify-content: center;
}

.wa-help-button:not(.expanded) .wa-inner span,
.wa-help-button:not(.expanded) .wa-close {
  display: none;
}

.wa-help-button:not(.expanded) .wa-expand {
  display: block;
}/* End custom CSS */