body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.swiper[data-swipe-nav] {
  touch-action: pan-y;
}

.swiper[data-swipe-auto-height] {
  height: auto;
}

.swiper[data-swipe-auto-height] .swiper-wrapper,
.swiper[data-swipe-auto-height] .swiper-slide {
  height: auto;
}

.swiper[data-swipe-nav]:not(.swiper-initialized) .swiper-slide {
  display: none;
}

.swiper[data-swipe-nav]:not(.swiper-initialized) .swiper-slide[data-swipe-current-slide] {
  display: block;
}

.quill-wrapper .ql-toolbar,
.quill-wrapper .ql-container {
  border-color: #cbd5e1;
}

.quill-wrapper .ql-toolbar {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  flex-wrap: wrap;
}

.quill-wrapper .ql-container {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  min-height: 140px;
  font-family: inherit;
  font-size: 0.875rem;
}

.quill-wrapper .ql-editor {
  padding: 0.75rem;
}

.dark .quill-wrapper .ql-toolbar,
.dark .quill-wrapper .ql-container {
  border-color: #334155;
  background-color: #0f172a;
}

.dark .quill-wrapper .ql-toolbar .ql-stroke {
  stroke: #e2e8f0;
}

.dark .quill-wrapper .ql-toolbar .ql-fill {
  fill: #e2e8f0;
}

.dark .quill-wrapper .ql-toolbar .ql-picker {
  color: #e2e8f0;
}

.event-description ul,
.event-description ol {
  margin-left: 1.25rem;
  padding-left: 0.5rem;
}

.event-description ul {
  list-style: disc;
}

.event-description ol {
  list-style: decimal;
}

.event-description a {
  color: inherit;
  text-decoration: underline;
}
