body {
  font-family: 'Lato', sans-serif;
  background-color: #ffffff;
  color: #4a4036;
  margin-top: 28px;
  margin-bottom: 28px;
}

.badge-featured {
  background-color: #D4CFC8 !important;
  color: #3c2f24 !important;
  font-size: 9px;
  padding: 0.25rem 0.75rem;
  border-radius: 5px;
}

.badge-category {
  background-color: #D9D0C9 !important;
  color: #3c2f24 !important;
  font-size: 8px;
  padding: 0.2rem 0.65rem;
  border-radius: 5px;
}

.bg-primary-subtle {
  background-color: #ECE9E6 !important;
  color: #3c2f24 !important;
  font-size: 9px !important;
  padding: 0.3rem 0.75rem !important;
  border-radius: 5px !important;
}

.category-card-fixed {
  transition: all 0.25s ease-in-out;
  border-radius: 14px;
  font-size: 13px;
  margin: 11px;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, #F5F2EF, #FFFFFF);
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-left: 3px solid #CBBBAE;
}

.highlight-card {
  border-radius: 14px;
  margin: 11px;
  background-color: #FAF9F8;
}

.btn-sm {
  border-radius: 7px;
  font-size: 12px;
  padding: 0.4rem 0.75rem;
  background-color: #D4C8C0;
  color: #3c2f24 !important;
  transition: all 0.2s;
}

.btn-sm:hover:not(.disabled) {
  background-color: #CBBBAE !important;
  color: #2d2721 !important;
  border-left: 3px solid #2d2721 !important;
}

.title {
  font-weight: 600;
  font-size: 15px;
  color: #3c2f24 !important;
  margin-bottom: 7px;
}

a.hover-outline:hover {
  border-left: 3px solid #CBBBAE !important;
  background: linear-gradient(90deg, #F5F2EF, #FFFFFF) !important;
}

.text-muted {
  color: #7a6e65 !important;
}

.section-heading {
  font-size: 15px;
  color: #4a4036;
  font-weight: 600;
}

.scrollable-category-list {
  padding: 11px 9px;
  row-gap: 13px;
  column-gap: 13px;
}

.description-link {
  color: #4a4036;
}

.description-link:hover {
  color: #CBBBAE;
}

.city-btn:hover,
.highlight-card:hover,
.highlight-card-companies:hover,
.latest-addition .mb-4:hover,
.category-card-fixed:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  border-left: 3px solid #CBBBAE;
  transform: translateY(-2px);
  background: linear-gradient(90deg, #F5F2EF, #FFFFFF);
  backdrop-filter: blur(1px) !important;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.04) !important;
}

.pagination .page-item.active .page-link {
  background-color: #CBBBAE !important;
  color: #2d2721 !important;
  border: 1px solid #CBBBAE;
}

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: #CBBBAE !important;
  color: #2d2721 !important;
  font-size: 8px;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
}

.badge-category {
  background-color: #CBBBAE !important;
  color: #2d2721 !important;
  font-size: 8px;
  padding: 0.15rem 0.65rem;
  border-radius: 4px;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #4a4036;
}

.opening-hours-list li:hover {
  background: linear-gradient(90deg, #F5F2EF, #FFFFFF) !important;
  border-bottom: 1px solid #4a4036 !important;
}

.btn-dark {
  border: 1px dotted #D9D0C9 !important;
  border-radius: 0.4rem !important;
  background-color: #CBBBAE !important;
  color: #2d2721 !important;
  transition: all 0.2s ease-in-out;
  padding: 0.55rem;
}