header {
  text-align: center;
  margin-bottom: 20px;
}

main.container > header img {
  height: 50px;
  width: auto;
  vertical-align: middle;
}

.card {
  background: var(--color-bg-secondary);
  padding: var(--spacing);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-accent);
}

.card:not(:last-child) {
  margin-bottom: 2rem;
}

.card-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-thumb {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.card-link {
  color: inherit;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

.summary {
  color: var(--color-muted);
  font-size: 0.95rem;
  margin-bottom: 0;
}

.nutrition {
  list-style: none;
  padding-left: 0;
}

.photos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: var(--spacing);
}

.photos img {
  width: 100%;
  max-width: 280px;
  border-radius: var(--border-radius);
  border: 1px solid var(--color-accent);
}
