.unverified-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.unverified-row {
  gap: 14px;
}

.unverified-row > div:first-child {
  min-width: 0;
}

.unverified-row small {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .unverified-actions {
    justify-content: flex-start;
  }
}
