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

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

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

.bg-primary-subtle {
  background-color: #f5f5f5 !important;
  color: #4a4a4a !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: 10px;
}

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

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

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

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

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

a.hover-outline:hover {
  border-left: 3px solid #666666 !important;
  background: linear-gradient(90deg, #f7f7f7, #ffffff) !important;
  border-left: 3px solid #333333 !important;
}

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

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

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

.description-link {
  color: #555555;
}

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

.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 #666666;
  transform: translateY(-2px);
  background: linear-gradient(90deg, #f8f8f8, #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: #666666 !important;
  color: #ffffff !important;
  border: 1px solid #666666;
}

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

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

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

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

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

.highlight-card-companies .btn-group {
  border-top: 1px solid #e5e7eb !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 9px !important;
  color: #475569 !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 0.4rem !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;
}

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