.popular {
  background-color: rgb(247, 247, 247);
  margin: 1.5rem 0;
  padding: 1rem;
  border-radius: 4px;
  position: sticky !important;
  top: 150px !important;
  z-index: 1;
}

.popular .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.popular .title h2 {
  font-size: 1.1rem;
}

.popular .sub-categories {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.popular .sub-categories a:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
}
