.public-about-tab-content,
.public-about-tab-content * {
  scrollbar-width: none !important;
}

.public-about-tab-content::-webkit-scrollbar,
.public-about-tab-content *::-webkit-scrollbar,
.public-about-tab-content::-webkit-scrollbar-button,
.public-about-tab-content *::-webkit-scrollbar-button {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.public-about-tab-content input[type="number"]::-webkit-inner-spin-button,
.public-about-tab-content input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  display: none !important;
}

.public-about-tab-content input[type="number"] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

.public-about-tab-content--expanded {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
