/* Make Cutsheets and Legal buttons identical */
.project-examples .vc_btn3-container { 
  width: 100%;
  max-width: 660px;      /* same as section_width */
  margin: 8px 0;         /* consistent vertical rhythm */
}

.project-examples .vc_btn3 { 
  width: 100%;
  box-sizing: border-box;
  font-size: 24px;       /* match Cutsheets text size */
  line-height: 1.3;
  padding: 14px 22px;    /* consistent height/feel */
  text-align: left;
  justify-content: flex-start;
}

/* If some Legal buttons still carry a different class */
.project-examples .cutsheets .vc_btn3,
.project-examples .buttonwrap .vc_btn3 {
  font-size: 24px !important;
  padding: 14px 22px !important;
}

/* Icon sizing/spacing to keep height the same across icons */
.project-examples .vc_btn3 i {
  font-size: 24px;
  margin-right: 12px;
}

/* Strip inner padding differences inside Ultimate Accordion content */
.ult_exp_content { padding: 0 !important; }