/*
Theme Name: Divi Child
Template: Divi
Version: 1.0.0
*/

/* set buttons to equal height */
/* Don't think any of this works */
.et_pb_button.equal-btn {
  display: inline-flex;       /* Keeps text centered vertically */
  align-items: center;        /* Vertical centering */
  justify-content: center;    /* Horizontal centering */
  min-height: 20px;           /* Set your desired height */
  padding: 0 20px;            /* Adjust horizontal padding */
  line-height: .8;           /* tighten vertical spacing */
}

@media (max-width: 767px) {
  .et_pb_button.equal-btn {
    min-height: 50px;         /* Slightly smaller for mobile */
  }
}
