body {
  font-family: 'Lato', sans-serif;
  background-color: #fdfffd;
  color: #1a2b1a;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.bg-primary-subtle {
  background-color: #e6f0da !important;
  color: #2a3c1a !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: 6px;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, #f7fef7, #f0fff0);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(30, 30, 30, 0.08);
  border-left: 3px solid #245f3b;
}

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

.btn-sm {
  border-radius: 7px;
  font-size: 12px;
  padding: 0.4rem 0.75rem;
  background-color: #e6f0da;
  color: #2a2a2a;
  transition: all 0.2s;
}

.btn-sm:hover:not(.disabled) {
  background-color: #959595a6 !important;
  color: #1a1a1a !important;
  border-left: 3px solid #245f3b !important;
}

.title {
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1f;
  margin-bottom: 5px;
}

a.hover-outline:hover {
  border-left: 3px solid #245f3b !important;
  background: linear-gradient(90deg, #f7fef7, #fdfffd) !important;
}

.text-muted {
  color: #6a7c6a !important;
}

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

.scrollable-category-list {
  padding: 7px 5px;
  row-gap: 12px;
  column-gap: 12px;
}

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

.description-link:hover {
  color: #245f3b;
}

.city-btn:hover,
.highlight-card:hover,
.highlight-card-companies:hover,
.latest-addition .mb-4:hover,
.category-card-fixed:hover {
  box-shadow: 0 5px 10px rgba(30, 30, 30, 0.09);
  border-left: 3px solid #245f3b;
  transform: translateY(-2px);
  background: linear-gradient(90deg, #f7fef7, #fefffe);
  backdrop-filter: blur(1px) !important;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06) !important;
}

.pagination .page-item.active .page-link {
  background-color: #245f3b !important;
  color: #fffef5 !important;
  border: 1px solid #245f3b;
}

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: #009c3c83 !important;
  color: #1f2521 !important;
  font-size: 8px;
  padding: 0.25rem 0.65rem;
  border-radius: 5px;
}

.badge-category {
  background-color: #009c3c83 !important;
  color: #1f1f1f !important;
  font-size: 8px;
  padding: 0.15rem 0.65rem;
  border-radius: 5px;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #2a3a16;
}

.opening-hours-list li:hover {
  background: linear-gradient(90deg, #f7fef7, #fefffe) !important;
  border-bottom: 1px solid #2a3a16 !important;
}

.btn-dark {
  border: 1px dotted #d9e6a0 !important;
  border-radius: 0.4rem !important;
  background-color: #245f3b !important;
  color: #fffef5 !important;
  transition: all 0.2s ease-in-out;
  padding: 0.55rem;
}

a.hover-outline {
  border: 1px solid #f7fef7 !important;
  background-color: #ffffff !important;
}

.btn-outline-dark:hover {
  border-left: 3px solid #245f3b !important;
}

.rating-badge {
  background-color: #e6f0da !important;
}