/* 最小の見た目調整（Bootstrap 5.2前提） */

.ma-waitlist-trigger {
  border-radius: 999px;
  padding-left: 14px;
  padding-right: 14px;
}

/* honeypot（画面に出さない） */
.ma-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
