body {
  opacity: 0;
}

.overflow-hidden {
  overflow: hidden;
  display: inline;
}

p .loading-animation-split,
p .animation-split-fade,
blockquote .animation-split-fade {
  line-height: 1;
}

/* Style for Chrome, Safari, and Opera */
::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: var(--white); /* Makes the track invisible */
}

::-webkit-scrollbar-thumb {
  background: #888; /* Your desired thumb color */
  border-radius: 6px;
  width: 6px; /* Optional: to make the thumb rounded */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color when the thumb is hovered */
}

/* Style for Firefox */
body {
  scrollbar-width: thin; /* 'thin' to minimize track width */
  scrollbar-color: #888 transparent; /* thumb color and transparent track */
}

.w-richtext figure.w-richtext-align-fullwidth {
  max-width: none !important;
}

.w-richtext figure.w-richtext-align-fullwidth div {
  width: 100% !important;
}

.w-richtext figure.w-richtext-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

[animation="loading"],
[animation="fade"],
[animation="fade-item"] {
  transform-style: preserve-3d;
  transform: perspective(2000px) rotateX(0) rotateY(0) rotate(0)
    perspective(1000px);
}

.richtext-coming iframe {
  margin: auto !important;
  margin-top: 20rem !important;
}
