#elementor-popup-modal-661{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-661 .dialog-message{width:60vw;height:85vh;align-items:flex-start;}#elementor-popup-modal-661 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS *//* 1) จัดกลางที่ชั้น wrapper (ตัวนี้แหละที่ชอบดันซ้าย) */
#elementor-popup-modal-661 .dialog-widget{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* 2) กัน padding/พื้นที่จาก Elementor ที่ทำให้เอียง */
#elementor-popup-modal-661 .dialog-widget-content{
  margin: 0 !important;
}

/* 3) ตัวกล่องด้านใน (dialog-message) จัดกลาง + ไม่มี padding */
#elementor-popup-modal-661 .dialog-message{
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
}

/* 4) ทำพื้นหลังส่วนกล่องโปร่งใส (ตามที่ถามหา) */
#elementor-popup-modal-661 .dialog-widget-content{
  background: transparent !important;
}

/* 5) มือถือเต็มจอ (คงที่) */
@media (max-width: 767px){
  #elementor-popup-modal-661 .dialog-widget,
  #elementor-popup-modal-661 .dialog-widget-content,
  #elementor-popup-modal-661 .dialog-message{
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
  }
}/* End custom CSS */