.button {
  background:#e5e7eb;
  border: none;
  border-radius:8px;
  padding:6px 14px;
  font-size:.85rem;
  font-weight:600;
  color:#111;
  transition:.2s;
  cursor: pointer;
}

.button:hover{
  background:#d4d4d8;
}

.button:disabled{
  color:#a1a1aa;
  cursor: not-allowed;
}
