body {
  font-family: 'Open Sans', sans-serif;
  background-color: #efefef;
  color: #2f2a22;
  margin-bottom: 18px;
}

.badge-featured {
  background-color: #aa9371 !important;
  color: #2f2a22;
  font-size: 9.5px;
  padding: 0.28rem 0.78rem;
  border-radius: 5.5px;
}

.badge-category {
  background-color: #f5e8d0 !important;
  color: #4a3f2e;
  font-size: 8.5px;
  padding: 0.22rem 0.68rem;
  border-radius: 5.5px;
}

.bg-primary-subtle {
  background-color: #ede1ca !important;
  color: #2f2a22 !important;
  font-size: 9.5px !important;
  padding: 0.32rem 0.78rem !important;
  border-radius: 5.5px !important;
}

.category-card-fixed {
  transition: all 0.28s ease-in-out;
  border-radius: 15px;
  font-size: 13.5px;
  margin: 7px;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, #ede1ca, #f5e8d0);
  transform: translateY(-2.5px);
  box-shadow: 0 4.5px 9px rgba(30, 30, 30, 0.09);
  border-left: 3.5px solid #8a7655;
}

.highlight-card {
  border-radius: 15px;
  margin: 7px;
  background-color: #fffaf0;
}

.btn-sm {
  border-radius: 7.5px;
  font-size: 12.5px;
  padding: 0.42rem 0.78rem;
  background-color: #ede1ca;
  color: #2f2a22;
  transition: all 0.22s;
}

.btn-sm:hover:not(.disabled) {
  background-color: #aa9371 !important;
  color: #2f2a22 !important;
  border-left: 3.5px solid #8a7655 !important;
  font-size: x-small !important;
}

.title {
  font-weight: 600;
  font-size: 15.5px;
  color: #2f2a22;
  margin-bottom: 5.5px;
}

a.hover-outline:hover {
  border-left: 3.5px solid #8a7655 !important;
  background: linear-gradient(90deg, #efeadf, #efebe3) !important;
}

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

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

.scrollable-category-list {
  padding: 7.5px 5.5px;
  row-gap: 13px;
  column-gap: 13px;
}

.description-link {
  color: #5a4b35;
}

.description-link:hover {
  color: #8a7655;
}

.city-btn,
.highlight-card,
.highlight-card-companies,
.latest-addition .mb-4,
.category-card-fixed {
  box-shadow: 0 2.5px 5px rgba(30, 30, 30, 0.095) !important;
  background: #fcfcfb !important;
  backdrop-filter: blur(0.2px) !important;
  box-shadow: 0 1.5px 3.5px rgba(0, 0, 0, 0.07) !important;
}

.city-btn:hover,
.highlight-card:hover,
.highlight-card-companies:hover,
.latest-addition .mb-4:hover,
.category-card-fixed:hover {
  box-shadow: 0 5.5px 11px rgba(30, 30, 30, 0.095);
  border-left: 3.5px solid #8a7655;
  transform: translateY(-2.0px);
  background: linear-gradient(90deg, #f4f4f4, #f3f1ecb9) !important;
  backdrop-filter: blur(0.2px) !important;
  box-shadow: 0 3.5px 7.5px rgba(0, 0, 0, 0.07) !important;
}

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

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: #8a765580 !important;
  color: #202020 !important;
  font-size: 8.5px;
  padding: 0.28rem 0.68rem;
  border-radius: 5.5px;
}

.badge-category {
  background-color: #8a765580 !important;
  color: #2f2a22 !important;
  font-size: 8.5px;
  padding: 0.18rem 0.68rem;
  border-radius: 5.5px;
}

.title {
  font-weight: 600;
  font-size: 14.5px;
  color: #3a3224;
}

.opening-hours-list li:hover {
  background: linear-gradient(90deg, #ede1ca, #fffaf0) !important;
  border-bottom: 1px solid #3a3224 !important;
}

.btn-dark {
  border: 1px solid #aa9371 !important;
  border-radius: 0.45rem !important;
  background-color: #8a7655 !important;
  color: #202020 !important;
  transition: all 0.22s ease-in-out;
  padding: 0.58rem;
}

a.hover-outline {
  border: 0.5px solid #d7d7d7 !important;
  box-shadow: 0 5.5px 11px rgba(30, 30, 30, 0.095);
  background: linear-gradient(90deg, #f4f4f4, #f3f1ecb9) !important;
  backdrop-filter: blur(0.2px) !important;
  box-shadow: 0 3.5px 7.5px rgba(0, 0, 0, 0.07) !important;
}

.btn-outline-dark:hover {
  border-left: 3.5px solid #8a7655 !important;
}

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

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: #f3f1ecb9 !important;
  color: #1b1b1b !important;
  outline: none !important;
  box-shadow: 0 0 0 1px #f3f1ec77 !important;
  border-color: #535353b9 !important;
}