/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

#help_form .elementor-field-subgroup {
  flex-grow:  1;
}

#help_form .e-form__indicators__indicator__number {
    width: 30px;
    height: 30px;
}

#help_form .e-form__indicators__indicator--state-active { 
  color: #BB0520;
}

#help_form .e-form__indicators__indicator--state-completed [class*="indicator--shape-"]:not(.e-form__indicators__indicator--shape-none) {
    background-color: #BB0520;
    color: white;
}
