/* Use the extra desktop column height for the message, not an empty card footer. */
@media(min-width:901px) {
  .iletisimpage>.iletisimformu { grid-row:2 / span var(--nx-contact-rows,3)!important; align-self:stretch!important; height:auto!important; }
  .iletisimpage #ContactForm { height:100%!important; grid-template-rows:auto auto auto minmax(100px,1fr)!important; align-content:stretch!important; }
  .iletisimpage #ContactForm>textarea { height:100%!important; min-height:100px!important; box-sizing:border-box!important; }
}
