body.gastronomy-page {
  --accent: 251, 191, 36;
  --card-bg-start: #0f0e0c;
  --card-bg-end: #080806;
}

.ingredients label,
.instructions label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: color 0.3s ease, text-decoration-color 0.4s ease;
}

.ingredients label:has(:checked),
.instructions label:has(:checked) {
  color: var(--text-extra-muted);
}

.instructions label:has(:checked) {
  text-decoration: line-through;
}

.ingredients {
  list-style: none;
  padding-left: 1rem;
}