.aiops-contact-verify {
  margin-top: 1rem;
}

.aiops-contact-verify label {
  display: block;
  margin-bottom: .45rem;
  font-weight: 700;
}

.aiops-contact-verify-row {
  display: flex;
  gap: .65rem;
  align-items: stretch;
}

.aiops-contact-verify-row input {
  max-width: 10rem;
  text-align: center;
  letter-spacing: .25em;
  font-weight: 700;
}

.aiops-contact-status {
  margin-top: .85rem;
  line-height: 1.45;
}

.aiops-contact-status.info {
  color: #f1e9da;
}

.aiops-contact-status.success {
  color: #9ee6b7;
}

.aiops-contact-status.error {
  color: #ffb3a7;
}

@media (max-width: 560px) {
  .aiops-contact-verify-row {
    flex-direction: column;
  }

  .aiops-contact-verify-row input {
    max-width: none;
  }
}
