/*
    Theme Name: Hoffman Tenants Health Form
    Theme URI: https://hoffmantaghealthsurvey.org/
    Description: A child theme for Hello Elementor.
    Author: Chat GPT
    Author URI: https://example.com/
    Template: hello-elementor
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: my-child-theme
    */
/* Keep form layout stable on password page */
.pw-gate-form p:empty { display: none; }

.pw-gate-form label + br,
.pw-gate-form input + br,
.pw-gate-form button + br { display: none; }

.pw-gate-form .elementor-select-wrapper { display: block; }
.pw-gate-form .elementor-select-wrapper select {
  display: block;
  width: 100%;
  min-height: 2.5em;
}
.post-password-form p label input
 {
    margin-top: 4px;
}