.category-content {
  margin-left: 0.9rem;
  height: 100%;
  overflow-y: auto;
}
.category-content .category-content-wrapper {
  min-height: 4.5rem;
}
.category-content .category-content-wrapper .title {
  padding: 0.1rem 0.1rem;
  z-index: 20;
}
.category-content .category-content-wrapper .title:first-child {
  margin-top: 0;
}
.category-content .category-content-wrapper .title h1 {
  font-size: var(--size-small) !important;
}
.category-content .category-content-wrapper .twoTitle {
  top: -0.33rem;
}
.overwrite-category-boxshadow {
  margin-top: 0.1rem;
  box-shadow: 0rem 0.1rem 0.15rem -0.02rem rgba(0, 0, 0, 0.03);
}
