.categoryElementContainer {
  display: flex;
  flex-direction: column;
  background-color: var(--categoryBackgroundColor);
}

.categoryImageWrapper {
  background-color: var(--categoryImageBackgroundColor);
  position: relative;
  width: 100%;
}

.categoryInfo {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 19px 22px;
}

.categoryInfoSmall {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 19px 12px;
}

.categoryInfoNegishi {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.categoryInfoNegishiWithoutImageSmall {
  width: 100%;
  padding: 30px 10px 20px 10px;
}

.categoryNameLabel {
  color: var(--textDarkColor2);
  font-size: 1.1rem;
  font-weight: bold;
}

.categoryNameNegishiLabel {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
}

.categoryNameNegishiWithoutImageLabel {
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.categoryDescriptionLabel {
  font-size: 0.85rem;
  padding: 0px 5px 0px 0px;
  color: var(--descriptionColor);
  font-weight: 300;
}
