/*
Theme Name:     Typology Child
Theme URI:      https://mekshq.com/theme/typology
Description:    Child theme for Typology theme
Author:         meks
Author URI:     https://mekshq.com
Template:       typology
Version:        0.1.0
*/

/* Fix vertically misaligned text in Kit modal submit button */
.formkit-modal button.formkit-submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: auto !important;
  min-height: unset !important;
  line-height: 1.2 !important;

  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}

