button[data-reserve] {
  background:#ff4dd2;
  color:white;
  border:none;
  padding:8px 12px;
  border-radius:12px;
  cursor:pointer;
  font-weight:600;
}
button[data-reserve]:disabled {
  background:#bbb;
  cursor:not-allowed;
}