/* Auto-injected fix: center icon + text inside "Order Now" buttons */
.nl-order-icon-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .5em;
  line-height: 1.2;
}
/* Tidy any inline SVG/icon */
.nl-order-icon-button > svg,
.nl-order-icon-button img,
.nl-order-icon-button i {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  vertical-align: middle;
}

.nl-order-icon-button i { font-size: 30px; line-height: 1; }
