.nanowatch-card.is-connected {
  background: linear-gradient(135deg, #12634b, #188164);
}

.nanowatch-card.has-error {
  background: linear-gradient(135deg, #7d2c2f, #a73b3f);
}

.nanowatch-card > button {
  padding: 7px 10px;
  border: 1px solid #ffffff40;
  border-radius: 9px;
  background: #ffffff12;
  color: #fff;
  font: inherit;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.nanowatch-card > button:hover {
  background: #ffffff22;
}
