/* Niftipay checkout styles — classic + blocks */

/* Gateway title: bold by default */
.payment_method_niftipay > label,
.payment_method_niftipay_fiat > label,
.payment_method_niftipay_ramping > label {
  font-weight: 700;
}

/* Gateway icon sizing for classic checkout */
.payment_method_niftipay > label img,
.payment_method_niftipay_fiat > label img,
.payment_method_niftipay_ramping > label img {
  max-height: 24px;
  width: auto;
  vertical-align: middle;
  margin-left: 8px;
}

/* Blocks checkout icon sizing */
.niftipay-gateway-icon {
  max-height: 24px;
  width: auto;
}

/* Title class (blocks) — bold by default */
.niftipay-title {
  font-weight: 700;
}
