._3xmgqt0 {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 8px;
  background-color: var(--ColorBlack-300);
}
._3xmgqt1 {
  padding: 4px 16px 24px 16px;
}
._3xmgqt2 {
  color: var(--ColorWhite-50);
  border-radius: 4px;
  border: 1px solid var(--ColorWhite-50);
  letter-spacing: -0.5px;
  line-height: 18px;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  padding: 9px 0;
}
