/* Son Harf: fixed-height submit control must not inherit tall generic padding. */
.form .btn,
#sendWord {
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

@media (max-width: 720px) {
  .form .btn,
  #sendWord { width: 100% !important; }
}
