/* Palatable */

.card-recipe-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-recipe-placeholder {
  height: 180px;
}

.badge-soft {
  border: 1px solid rgba(0,0,0,.12);
  font-weight: 600;
}
.card ul,
.card ol {
  padding-left: 1.25rem;
}

.card li {
  margin-bottom: .35rem;
}
.category-photo {
  height: 150px;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}

.category-photo img {
  object-fit: cover;
}

.category-card-ui {
  transition: transform .12s ease;
}

.category-card-ui:hover {
  transform: translateY(-2px);
}


.card:hover .category-photo img {
    transform: scale(1.05);
}