/* News Studio — small tweaks on top of Tailwind */

[x-cloak] {
  display: none !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #2b3340;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3b4452;
}

textarea {
  resize: vertical;
}

button {
  user-select: none;
}

pre {
  white-space: pre-wrap;
  word-break: break-all;
}
