.elementor-206 .elementor-element.elementor-element-801e025{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:40px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}.elementor-206 .elementor-element.elementor-element-4dbaf1f{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-206 .elementor-element.elementor-element-15dc0db .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:35px;font-weight:700;color:var( --e-global-color-secondary );}.elementor-206 .elementor-element.elementor-element-e456297{--display:flex;--min-height:500px;--border-radius:10px 10px 10px 10px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-206 .elementor-element.elementor-element-e456297:not(.elementor-motion-effects-element-type-background), .elementor-206 .elementor-element.elementor-element-e456297 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-5815d25 );}.elementor-206 .elementor-element.elementor-element-726be72{--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;}.elementor-206 .elementor-element.elementor-element-fa6ca51{--display:flex;--min-height:500px;--border-radius:10px 10px 10px 10px;}.elementor-206 .elementor-element.elementor-element-fa6ca51:not(.elementor-motion-effects-element-type-background), .elementor-206 .elementor-element.elementor-element-fa6ca51 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-5815d25 );}@media(min-width:768px){.elementor-206 .elementor-element.elementor-element-4dbaf1f{--width:70%;}.elementor-206 .elementor-element.elementor-element-726be72{--width:30%;}}/* Start custom CSS for shortcode, class: .elementor-element-035ef5e *//* Staff list wrapper */
.staff-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Each staff row */
.staff-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #231F20;
  border-radius: 10px;
}

/* Photo left */
.staff-photo {
  flex: 0 0 100px;
}

.staff-img {
  width: 100px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* Content right */
.staff-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Name + type header */
.staff-header {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
}

.staff-name {
  color: #fff;
}

.staff-type {
  color: #D2042D; /* highlight role */
  font-weight: 600;
}

/* Description */
.staff-desc {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

/* Remove border from last item */
.staff-item:last-child {
  border-bottom: none;
}/* End custom CSS */