.association-title-underline{
  position: relative;
  line-height: 1.5;
}
.association-title-underline::after{
  content: "";
  position: absolute;
  inset-inline-start: 0;   
  inset-block-end: -8px;
  width: 72px;            
  height: 4px;
  background-color: #916627;
  border-radius: 2px;
}





                     /* MANAGEMENT SECTION */

 
/* ================================
   DIRECTOR — SECTION (PILLS)
   ================================ */

.association-section{
  background-color:#FAF8F5;
}

/* Pill layout: bar first, then stacked text */
.association-pill{
  display:flex;
  background:#fff;
  border:1px solid #eee;
  border-radius:12px;
}

/* Name (bold, dark) */
.association-name{
  font-weight:600;
  color:#152349;
  line-height:1.2;
}

/* grey inline text next to the name */
.association-role{
  color:#9aa3af;
  font-weight:400;
  font-size:.95rem;
  line-height:1.2;
}

/* Vertical accent bar */
.association-bar{
  display:inline-block;
  width:6px;
  height:44px;
  background:#8a642c;
  border-radius:2px;
  margin-left: 3px;

}




.founder-bar{
  display: inline-block;
  width: 6px;
  height: 24px;
  background: #8a642c; /* brown accent */
  border-radius: 2px;
  margin-left: 1rem;
}
