.custom-btn {
  min-height: 48px;
}

/* 2. Corregir el span que tiene el padding */
.custom-btn .link_wrap {
  display: inline-flex !important;
  align-items: center;
}

/* 3. Asegurar que el link interno no tenga desplazamientos */
.custom-btn a.link_text {
  display: flex !important;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}
