/* Compact language toggle matching jennywong.com.my */
.country-selector.weglot-dropdown { display: none !important; }
#vbp-language-toggle {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 63px;
  height: 42px;
  padding: 0;
  border: 1px solid #12304a;
  border-radius: 6px;
  background: #fff;
  color: #12304a;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 99999;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
#vbp-language-toggle:hover,
#vbp-language-toggle:focus {
  background: #12304a;
  color: #fff;
  outline: none;
}
@media (max-width: 767px) {
  #vbp-language-toggle { right: 16px; bottom: 16px; }
  .nta-whatsapp-popup-box, .nta-whatsapp-default, .wa__btn_popup { bottom: 72px !important; }
}