/* CRITICAL FIX - Bootstrap Button ::before removal */
/* Remove the ::before pseudo-element completely */

.btn::before,
.btn-primary::before,
.btn-secondary::before,
.btn-success::before,
.btn-danger::before,
.btn-warning::before,
.btn-info::before,
.btn-light::before,
.btn-dark::before,
.btn-outline-primary::before,
.btn-outline-secondary::before,
.btn-outline-success::before,
.btn-outline-danger::before,
.btn-outline-warning::before,
.btn-outline-info::before,
.btn-outline-light::before,
.btn-outline-dark::before,
button::before,
button.btn::before,
.placeholder.btn::before {
  content: none !important;
  display: none !important;
}
