.ceomax-usdt-payment {
  position: relative;
}

.ceomax-usdt-payment > i:first-child,
.ceomax-usdt-payment > img:first-child,
.ceomax-usdt-payment > svg:first-child {
  display: none !important;
}

.ceomax-usdt-payment::before {
  content: "\20AE";
  display: inline-grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
  color: #fff;
  background-color: #26a17b;
  background-image: var(--ceomax-usdt-icon, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.ceomax-usdt-payment.ceomax-usdt-has-icon::before {
  content: "";
  background-color: transparent;
}

.ceomax-usdt-label {
  display: inline-block;
  min-width: 0;
  overflow-wrap: anywhere;
  vertical-align: middle;
}
