#card-element {
  border-radius: 4px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  max-height: 50px;
  width: 100%;
  background: white;
  box-sizing: border-box;
}

