body {
  font-family: 'Roboto', sans-serif;
  background-color: #f4f4f5;
  color: #2c3e50;
  margin-top: 30px;
  margin-bottom: 30px;
}

.badge-featured {
  background-color: #d1d5db !important;
  color: #1f2937;
  font-size: 9px;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
}

.badge-category {
  background-color: #e5e7eb !important;
  color: #2c3e50;
  font-size: 8px;
  padding: 0.25rem 0.7rem;
  border-radius: 6px;
}

.bg-primary-subtle {
  background-color: #e2e8f0 !important;
  color: #374151 !important;
  font-size: 9px !important;
  padding: 0.35rem 0.8rem !important;
  border-radius: 6px !important;
}

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

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

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

.btn-sm {
  border-radius: 8px;
  font-size: 12px;
  padding: 0.45rem 0.8rem;
  background-color: #d1d5db;
  color: #1f2937;
  transition: all 0.2s;
}

.btn-sm:hover:not(.disabled) {
  background-color: #9ca3af !important;
  color: #111827 !important;
  border-left: 3px solid #1f2937 !important;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
  margin-bottom: 6px;
}

a.hover-outline:hover {
  border-left: 3px solid #4b5563 !important;
  background: linear-gradient(90deg, #e5e7eb, #ffffff) !important;
  border-left: 3px solid #1f2937 !important;
}

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

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

.scrollable-category-list {
  padding: 12px 10px;
  row-gap: 14px;
  column-gap: 14px;
}

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

.description-link:hover {
  color: #1f2937;
}

.city-btn:hover,
.highlight-card:hover,
.highlight-card-companies:hover,
.latest-addition .mb-4:hover,
.category-card-fixed:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.07);
  border-left: 3px solid #4b5563;
  transform: translateY(-3px);
  background: linear-gradient(90deg, #e5e7eb, #ffffff);
  backdrop-filter: blur(1.5px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
}

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

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: #4b5563 !important;
  color: #ffffff !important;
  font-size: 8px;
  padding: 0.3rem 0.7rem;
  border-radius: 5px;
}

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

.title {
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
}

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

.btn-dark {
  border: 1px dotted #9ca3af !important;
  border-radius: 0.5rem !important;
  background-color: #4b5563 !important;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  padding: 0.6rem;
}

.highlight-card-companies .btn-group {
  border-top: 1px solid #d1d5db !important;
  padding: 0.55rem 0.8rem !important;
  font-size: 9px !important;
  color: #4b5563 !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 0.45rem !important;
  flex-wrap: wrap !important;
}

.highlight-card-companies .btn-group a {
  font-size: 9px !important;
}

.highlight-card-companies .btn-group span {
  font-size: 9px !important;
}