.vstrb-loyal-discount {
  margin-bottom: 18px;
}

.vstrb-loyal-controls {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.vstrb-loyal-input {
  min-width: 0;
  flex: 1 1 auto;
  text-transform: uppercase;
}

.vstrb-loyal-apply {
  flex: 0 0 auto;
  white-space: nowrap;
}

.vstrb-loyal-status {
  min-height: 20px;
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.4;
}

.vstrb-loyal-status.is-success {
  color: #17823b;
}

.vstrb-loyal-status.is-error {
  color: #b42318;
}

.vstrb-loyal-status.is-info {
  color: #555;
}

@media (max-width: 540px) {
  .vstrb-loyal-controls {
    flex-direction: column;
  }

  .vstrb-loyal-apply {
    width: 100%;
  }
}

