.kpv-verification-row th,
.kpv-verification-row td {
  vertical-align: top;
}

.kpv-actions,
.kpv-code-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.kpv-code-area[hidden],
.kpv-send-code[hidden],
.kpv-change-phone[hidden] {
  display: none !important;
}

.kpv-code {
  width: 180px;
  max-width: 100%;
  font-size: 18px;
  letter-spacing: .14em;
  text-align: center;
}

.kpv-status {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

.kpv-status.is-error {
  color: #b42318;
  font-weight: 600;
}

.kpv-status.is-success {
  color: #067647;
  font-weight: 600;
}

.kpv-status.is-working {
  color: #175cd3;
}

.kpv-change-phone {
  border: 0;
  background: transparent;
  color: #175cd3;
  text-decoration: underline;
  cursor: pointer;
  padding: 8px 2px;
}

.kpv-verification-row.is-verified td {
  background: #f0fdf4;
}

@media (max-width: 767px) {
  .kpv-actions,
  .kpv-code-area {
    align-items: stretch;
    flex-direction: column;
  }

  .kpv-actions .p-button,
  .kpv-code-area .p-button,
  .kpv-code {
    box-sizing: border-box;
    width: 100%;
  }
}
