.scroll-box::-webkit-scrollbar {
  width: 11px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 6px;
}
.scroll-box::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}

/** Style the option headers and dropdown */
.ts-dropdown .optgroup-header {
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 12px;
  background-color: #f3f4f6; /* light subtle gray */
  color: #374151; /* gray-800 */
  border-top: 1px solid #e5e7eb; /* gray-200 */
}

/** Styles the verse number returned by API Bible */
.v {
  font-weight: bolder;
  color: #9ca3af;
  margin-right: 5px;
}

.wj {
  color: rgb(229, 76, 76);
}

.drag-handle::after {
  content: '⇅';
  font-size: 0.85rem;
  margin-left: 0.5rem;
  color: #9ca3af;
}
