.recipe-checklist-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0 1rem;
  align-items: center;
}

.recipe-checklist-serving {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #1f2937;
}

.recipe-checklist-serving-label {
  font-weight: 500;
}

.recipe-checklist-serving-btn {
  border: 1px solid #c9ced6;
  background: #f8f9fb;
  color: #1f2937;
  border-radius: 999px;
  width: 2rem;
  height: 2rem;
  line-height: 1.8rem;
  font-size: 1.1rem;
  padding: 0;
}

.recipe-checklist-serving-btn:hover {
  background: #eef2f7;
}

.recipe-checklist-serving-value {
  min-width: 1.75rem;
  text-align: center;
  font-weight: 600;
}

.recipe-checklist-button {
  border: 1px solid #c9ced6;
  background: #f8f9fb;
  color: #1f2937;
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.95rem;
  line-height: 1.2;
}

.recipe-checklist-button:hover {
  background: #eef2f7;
}

.recipe-checklist-button:active {
  transform: translateY(1px);
}

.recipe-checklist-output {
  border: 1px solid #d6dbe3;
  background: #fbfcfe;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin: 0 0 1.5rem;
}

.recipe-checklist-group {
  margin-bottom: 0.9rem;
}

.recipe-checklist-group-title {
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.recipe-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.25rem 0;
}

.recipe-checklist-item input[type="checkbox"] {
  margin-top: 0.2rem;
}

.recipe-checklist-status {
  font-size: 0.9rem;
  color: #5b6472;
  margin-left: 0.25rem;
}

.recipe-checklist-note {
  font-size: 0.9rem;
  color: #5b6472;
  margin-left: 0.25rem;
}

.recipe-checklist-note a {
  color: #2563eb;
  text-decoration: underline;
}

.recipe-row-clickable {
  cursor: pointer;
}

.recipe-row-checked td {
  background: #fff6d6;
}
