/* Cafe / Restaurants grid styles */
.cafe-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.cafe-card .card-img-top {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.cafe-card .card-body {
  background-color: #fff;
}

.cafe-card .btn-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
