.recipe-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px;
  padding: 10px;
  border-radius: 15px;
  background-color: #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  text-decoration: none;
  color: #000;
}

.recipe-btn img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 20px;
}

.recipe-btn:hover {
  transform: scale(1.05);
}

.recipe-btn-text {
  font-size: 18px;
  font-weight: bold;
}

.maxthumb {
  max-height: 160px;
  overflow: hidden;
}

.card-body {
  padding: 0.30rem !important;
}

.card-title{
  font-size: 15px !important;
  font-weight: bold !important;
  line-height: 20px !important;
  padding: 4px !important;
  margin-bottom: 0px !important;
}