body {
  font-family: 'Inter', sans-serif !important;
  background-color: #f6f7f9 !important;
  color: #2b2b2d !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.badge-featured {
  background: rgba(75, 108, 183, 0.2) !important;
  color: #2b2b2d !important;
  font-size: 9px !important;
  padding: 0.2rem 0.7rem !important;
  border-radius: 6px !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.badge-category {
  background: rgba(75, 108, 183, 0.2) !important;
  color: #2b2b2d !important;
  font-size: 8px !important;
  padding: 0.15rem 0.6rem !important;
  border-radius: 6px !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.bg-primary-subtle {
  background: rgba(75, 108, 183, 0.2) !important;
  color: #2b2b2d !important;
  font-size: 9px !important;
  padding: 0.25rem 0.7rem !important;
  border-radius: 6px !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.category-card-fixed {
  position: relative !important;
  transition: all 0.25s ease-in-out !important;
  border-radius: 16px !important;
  font-size: 13px !important;
  margin: 8px !important;
  background: rgba(230, 240, 250, 0.15) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  isolation: isolate !important;
}

.category-card-fixed::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  border-radius: 16px !important;
  box-shadow: inset 0 0 15px -3px rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, rgba(230, 240, 250, 0.15), rgba(255, 255, 255, 0.25)) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-left: 3px solid #4B6CB7 !important;
  backdrop-filter: blur(12px) !important;
}

.highlight-card {
  position: relative !important;
  border-radius: 16px !important;
  margin: 8px !important;
  background: rgba(230, 240, 250, 0.15) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  isolation: isolate !important;
}

.btn-sm {
  position: relative !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  padding: 0.35rem 0.7rem !important;
  background: rgba(75, 108, 183, 0.2) !important;
  color: #2b2b2d !important;
  transition: all 0.2s !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  isolation: isolate !important;
}

.btn-sm::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  border-radius: 8px !important;
  box-shadow: inset 0 0 15px -3px rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

.btn-sm:hover:not(.disabled) {
  background: rgba(75, 108, 183, 0.3) !important;
  color: #2b2b2d !important;
  border-left: 3px solid #4B6CB7 !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  font-size: x-small !important;
}

.title {
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #2b2b2d !important;
  margin-bottom: 6px !important;
}

a.hover-outline:hover {
  border-left: 3px solid #4B6CB7 !important;
  background: linear-gradient(90deg, rgba(230, 240, 250, 0.15), rgba(75, 108, 183, 0.25)) !important;
  backdrop-filter: blur(10px) !important;
}

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

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

.scrollable-category-list {
  padding: 8px 6px !important;
  row-gap: 12px !important;
  column-gap: 12px !important;
}

.description-link {
  color: rgba(44, 44, 44, 0.7) !important;
}

.description-link:hover {
  color: #4B6CB7 !important;
}

.city-btn:hover,
.highlight-card:hover,
.highlight-card-companies:hover,
.latest-addition .mb-4:hover,
.category-card-fixed:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-left: 3px solid #4B6CB7 !important;
  transform: translateY(-4px) !important;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255)) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.pagination .page-item.active .page-link {
  background: rgba(75, 108, 183, 0.3) !important;
  color: #2b2b2d !important;
  border: 1px solid #4B6CB7 !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background: rgba(75, 108, 183, 0.2) !important;
  color: #2b2b2d !important;
  font-size: 8px !important;
  padding: 0.2rem 0.6rem !important;
  border-radius: 4px !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.badge-category {
  background: rgba(75, 108, 183, 0.2) !important;
  color: #2b2b2d !important;
  font-size: 8px !important;
  padding: 0.1rem 0.6rem !important;
  border-radius: 4px !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

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

.opening-hours-list li:hover {
  background: linear-gradient(90deg, rgba(230, 240, 250, 0.15), rgba(75, 108, 183, 0.25)) !important;
  border-bottom: 1px solid #4B6CB7 !important;
  backdrop-filter: blur(10px) !important;
}

.btn-dark {
  position: relative !important;
  border: 1px dotted rgba(255, 255, 255, 0.3) !important;
  border-radius: 0.375rem !important;
  background: rgba(75, 108, 183, 0.3) !important;
  color: #2b2b2d !important;
  transition: all 0.2s ease-in-out !important;
  padding: 0.5rem !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  isolation: isolate !important;
}

.btn-dark::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  border-radius: 0.375rem !important;
  box-shadow: inset 0 0 15px -3px rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

a.hover-outline {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: rgba(230, 240, 250, 0.15) !important;
  backdrop-filter: blur(10px) !important;
}

.btn-outline-dark:hover {
  border-left: 3px solid #4B6CB7 !important;
  backdrop-filter: blur(10px) !important;
}

.rating-badge {
  background: rgba(75, 108, 183, 0.2) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}