.twitter-tweet {
  margin-top: 0 !important;
}

.tiktok-embed {
  margin-top: 0 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hidden-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.editor-toolbar {
  border-top: 1px solid rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  border-bottom: 1px solid rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  border-left: none !important;
  border-right: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  color: #666;
}

.editor-statusbar {
  text-align: left !important;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px !important;
}

.editor-statusbar span {
  min-width: 0 !important;
  margin-left: 0 !important;
}

.CodeMirror {
  border: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.CodeMirror .cm-s-easymde,
.CodeMirror .cm-quote {
  color: #000 !important;
  font-style: normal !important;
}

.ml-025 {
  margin-left: 0.0625rem;
}

.pt-form-tabs {
  padding-top: 1.6rem;
}

/* https://stackoverflow.com/questions/69296163/contenteditable-removes-trailing-whitespaces-on-firefox-but-not-on-chrome */
div[contenteditable="true"] {
  white-space: pre-wrap;
  word-break: break-word;
}

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

.youtubeWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.youtubeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
