.elementor-896 .elementor-element.elementor-element-3997ea6{--display:flex;}/* Start custom CSS for teamsingle, class: .elementor-element-2a7a37bd *//* 1) Hide only the About Member title and paragraph inside that widget */
.elementor-element-43e8187 h2,
.elementor-element-43e8187 p {
  display: none !important;
}

/* 2) Remove the Skills block entirely (no leftover space) */
.skill-items {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
.col-lg-6:has(.skill-items) {  /* collapse the skills column if present */
  display: none !important;
}

/* 3) Remove the LEFT text column (the one with <h2> and the long <p>) */
.team-single-area .bottom-info .row > .col-lg-6:first-child {
  display: none !important;
}

/* 4) Make the remaining column span full width */
.team-single-area .bottom-info .row > .col-lg-6:last-child {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}/* End custom CSS */