.elementor-222 .elementor-element.elementor-element-e70b4af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-d71ce3b *//* Make the password section visually identical to other WLA cards */
#wla-change-password .wla-card{
  border-radius: 14px !important;          /* same as dashboard */
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 1px 2px rgba(0,0,0,.04) !important;
  background: #fff !important;
  overflow: hidden;                         /* ensures rounded corners are visible */
}

/* Also round the wrapper in case the theme adds its own border/background */
#wla-change-password{
  border-radius: 14px;
  overflow: hidden;
}

/* Inputs keep the softer radius used in the dashboard */
#wla-change-password .wla-input{
  border-radius: 10px;
}

/* If your theme flattens borders on blocks, this guard helps */
.entry-content #wla-change-password,
.wp-block-group #wla-change-password{
  border-radius: 14px;
  overflow: hidden;
}/* End custom CSS */