* {
  font-family: 'Poppins';
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.pw-category-list-1 {
  display: flex;
  padding: 24px 16px;
  width: 100%;
  flex-wrap: wrap;
}

.pw-category-list-1-category {
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 100ms ease-in-out;
  padding-right:16px;
}

.pw-category-list-1-category:hover {
  font-weight: 600;
}

.pw-category-list-1-category.selected {
  border-bottom: 4px solid rgb(245,215,215);
  border-radius: 1%;
  font-weight: 600;
}

.pw-category-list-1-category:first-of-type {
  padding-left: 0;
}

