/* Fix for email button visibility */
#emailButton {
  display: inline-block !important;
}

/* Make sure the transaction summary header displays properly */
.card-header h3 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

/* Ensure the buttons container is visible */
.card-header h3 div {
  display: flex !important;
  align-items: center !important;
}
