body {
  font-family: 'Nunito', sans-serif;
  background-color: #f7f9fa;
  color: #2e3f3a;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

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

.bg-primary-subtle {
  background-color: #e3f2fd !important;
  color: #2e3f3a !important;
  font-size: 9px !important;
  padding: 0.3rem 0.75rem !important;
  border-radius: 6px !important;
}

.category-card-fixed {
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
  font-size: 13px;
  margin: 6px;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, #d8e8f5, #e0ecec);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  border-left: 2px solid #155050;
}

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

.btn-sm {
  border-radius: 8px;
  font-size: 12px;
  padding: 0.4rem 0.75rem;
  background-color: #e3f2fd;
  color: #2e3f3a;
  transition: all 0.25s;
}

.btn-sm:hover:not(.disabled) {
  background-color: #d6e8fb !important;
  color: #2e3f3a !important;
  border-left: 2px solid #155050 !important;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #2e3f3a;
  margin-bottom: 5px;
}

a.hover-outline:hover {
  border-left: 2px solid #155050 !important;
  background: linear-gradient(90deg, #d8e8f5, #e0ecec) !important;
}

.text-muted {
  color: rgba(26, 60, 52, 0.7) !important;
}

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

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

.description-link {
  color: rgba(26, 60, 52, 0.7);
}

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

.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.08);
  border-left: 2px solid #155050;
  transform: translateY(-3px);
  background: linear-gradient(-90deg, #f7f9fb, #ffffff);
  backdrop-filter: blur(2px) !important;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06) !important;
}

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

.btn-dark {
  border: 1px dotted #3c7575 !important;
  border-radius: 0.375rem !important;
  background-color: #e3f2fd !important;
  color: #111111 !important;
  transition: all 0.25s ease-in-out;
  padding: 0.55rem;
}

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

.btn-outline-dark:hover {
  border-left: 2px solid #155050 !important;
}

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

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: #d6e8fb !important;
  color: #1a3c34 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(27, 94, 94, 0.3) !important;
  border-color: #3c7575 !important;
}

.opening-hours-list li:hover {
  background: linear-gradient(90deg, #d2d6d6, #e9f3fb) !important;
  border-bottom: 1px solid #155050 !important;
}