/*
 * Frontend presentation for the pre/post-submission blocks rendered by
 * kgt_render_form_block(). These rules replace the inline style attributes
 * that previously lived in PHP. Class names are uniquely scoped to this plugin
 * so no theme or Gravity Forms markup is affected.
 */

.kgt-form-block__heading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.kgt-form-block__message {
    text-align: center;
}

.kgt-form-block__footer {
    text-align: center;
}
