/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./components/menu/menu.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/* Menu Banner Styles */
.menu-banner-container {
  padding: 0 !important;
  border-radius: 0;
}

.menu-banner-img {
  border-radius: 0;
}

/* Menu Page Styles */
.menu-page-banner-section {
  margin-top: 17px;
  padding: 0;
  border-radius: 0;
}

.menu-page-container {
  margin-top: 20px;
  padding: 0 !important;
  border-radius: 0;
}

/* Coupon Swiper Styles */
.coupon-swiper {
  padding: 20px 0;
  overflow: visible;
  width: auto !important;
}

.coupon-swiper .swiper-wrapper {
  display: flex;
  width: auto !important;
  gap: 10px;
}

.coupon-swiper-slide {
  flex: 0 0 auto;
  width: auto !important;
  max-width: none;
  margin: 0 !important; 
}

.coupon-swiper .offer-box {
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
}

.coupon-swiper .offer-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}

.coupon-swiper .offer-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.coupon-swiper .offer-content {
  flex: 0 0 auto;
}

.coupon-swiper .offer-content h5 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
}

.coupon-swiper .offer-content h6 {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.coupon-swiper .swiper-pagination {
  position: relative;
  margin-top: 15px;
}

.coupon-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ddd;
  opacity: 1;
}

.coupon-swiper .swiper-pagination-bullet-active {
  background: #000;
}

.coupon-swiper .coupon {
    width: 'auto' !important;
}


.content-wrapper.main-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#root, .app-main-wrapper { /* or your main app wrapper */
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.content-wrapper.main-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  /* Remove min-height! */
}

.footer {
  flex-shrink: 0;
  /* Optionally: */
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 48px; /* or whatever your header height is */
  position: relative;
}
.filter-header .title {
  flex: 1 1 auto;
  text-align: left;
  margin: 0;
}
.filter-header .btn-close {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
