/****************************************
 * app-menu.css
 * Custom CSS for the menu
 ****************************************/
 .splide__pagination {
  bottom: -0.5em;
}
.splide__pagination__page.is-active {
  background: #b32025;
}
 a#cat-link-sides-and-salad,a#cat-link-drinks,a#cat-link-deserts {
  display: none !important;
}
#category-links {
  gap: 8px;
}
.menu-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
img.category-link-img {
    width: 100%;
}
  /* Tag badges - maybe give them a distinct color */
  .badge.bg-tag {
    background-color: #c8d7b9 !important;
    color: #333;
    font-size: 0.8rem;
  }
  
  /* Badges might have different styling */
  .badge.bg-badge {
    background-color: #ffc107; /* A yellow-ish color, for example */
    color: #000;
    font-size: 0.75rem;
  }
  
  /* Top-level product info container in the card */
  .menu-product-info {
    flex: 1;
  }
  
  .choice-header {
    display: flex;
    flex-wrap:wrap;
}
span.choice-price {
  margin-left: auto;
}

  a.category-scroll-link {
    width: 10%;
    color: inherit;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-align: center;
    padding: 0;
    background: #b32025;
    color: white;

}
#category-links {
    justify-content: center;
}
span.link-cat-txt {
  font-family: "Poppins", serif;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
}
.card-body.d-flex.flex-column.single-menu-card {
  padding: 0;
}
.menu-product-info {
  flex: 1;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}



.splide__slide {
  display: flex;
  align-items: stretch;
}

.splide__slide .card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.splide__arrows {
  display: flex;
  gap: 0.5rem;
}
.splide__arrows .splide__arrow {
  width: 2rem;
  height: 2rem;
  background: #ddd;
  border: none;
  cursor: pointer;
}
section.menu-category-section {
  cursor: grab;
}
.menu-item-card {
  width: 100%;
}


@media (min-width: 1200px) {

}