/**
 * GravityForms.css
 *
 * Enthält die Styles für Gravity Forms.
 *
 * @package     selectline-group
 * @copyright   SelectLine Holding GmbH
 */

.gfield_required {
    font-size: 18px !important;
}

.gform-field-label {
    font-size: 24px !important;
}

.gfield-choice-input {
    --gf-ctrl-choice-size: 28px !important;
}

.ginput_container select {
    height: 60px;
    font-size: 24px !important;
    line-height: 60px !important;
}

.gform_wrapper input[type='text'],
.gform_wrapper input[type='email'],
.gform_wrapper input[type='tel'] {
    height: 60px !important;
}

.gform_button {
    height: 60px !important;
}
