.ql-container.ql-snow {
  font-family: "Geist", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  border: none;
}
.ql-toolbar.ql-snow {
  border: none;
  /* --color-gray-200 */
  border-bottom: 1px solid oklch(92.8% .006 264.531);
}
.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button {
  color: #10100B;
  padding: 0;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[id$="-toolbar"] button.ql-active,
[id$="-toolbar"] button:active {
  background-color: #AB62F7 !important;
  border-radius: 32px;
  color: #FDFDF4 !important;
}

[id$="-toolbar"] button:hover,
[id$="-toolbar"] button:focus {
  background-color: #E9E9E0;
  border-radius: 32px;
  color: #10100B !important;
}
[id$="-toolbar"]  button.ql-active:hover,
[id$="-toolbar"]  button.ql-active:focus,
[id$="-toolbar"]  button:active:hover,
[id$="-toolbar"]  button:active:focus {
  background-color: #AB62F7 !important;
  border-radius: 32px;
  color: #FDFDF4 !important;
}

/* Content spacing */
.ql-editor p {
  margin-bottom: 1rem;
}

.ql-editor ol,
.ql-editor ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Remove extra spacing from last elements */
.ql-editor p:last-child {
  margin-bottom: 0;
}

.ql-editor ol:last-child,
.ql-editor ul:last-child {
  margin-bottom: 0;
}

/* Video embed sizing */
.ql-editor .ql-video {
  width: 100%;
  max-width: 640px;
  margin-bottom: 1rem;
  aspect-ratio: 16 / 9;
}

.ql-editor .ql-video:last-child {
  margin-bottom: 0;
}

/* Enable vertical resize handle */
.ql-editor {
  resize: vertical;
}
