.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.writing-mode-vertical {
  writing-mode: vertical-rl;
}
