/* [project]/app/components/TipTap/core/Viewer.css [app-client] (css) */
.tiptap-viewer, .article-viewer {
  max-width: none !important;
}

.tiptap-viewer .ProseMirror {
  outline: none;
}

.tiptap-viewer .node-editable {
  display: none;
}

.tiptap-viewer .chess-board-wrapper {
  background: none !important;
  border: none !important;
}

.tiptap-viewer .chess-board-wrapper .group:hover {
  border-color: #0000 !important;
}

.tiptap-viewer .chess-board-wrapper .opacity-0 {
  display: none !important;
}

.tiptap-viewer [data-type="chessboard"] {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.tiptap-viewer [data-type="chessboard"] .border-dashed {
  border-style: solid !important;
  border-color: #0000 !important;
}

.tiptap-viewer .ProseMirror-selectednode, .tiptap-viewer .node-view-wrapper.ProseMirror-selectednode {
  background: none !important;
  border: none !important;
  outline: none !important;
}

.tiptap-viewer .group:hover {
  background: none !important;
  border-color: #0000 !important;
}

.tiptap-viewer .paywall-block.group:hover {
  background: linear-gradient(#a855f70d, #a855f71a, #a855f70d) !important;
  border-color: #a855f733 !important;
}

.tiptap-viewer .absolute.opacity-0, .tiptap-viewer .absolute.top-2.right-2 {
  display: none !important;
}

.node-editable [data-type="chessboard"].ProseMirror-selectednode, .node-editable [data-type="chessboard"] .ProseMirror-selectednode {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.drag-handle {
  width: 32px;
  height: 32px;
  color: hsl(var(--muted-foreground));
  -webkit-user-select: none;
  user-select: none;
  cursor: grab;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1;
  transition: all .15s ease-in-out;
  display: flex;
}

.drag-handle:hover {
  color: hsl(var(--foreground));
  background-color: hsl(var(--accent));
}

.drag-handle:active {
  cursor: grabbing !important;
}

.tippy-box[data-theme~="drag-handle"] {
  box-shadow: none;
  background-color: #0000;
}

.tippy-box[data-theme~="drag-handle"] .tippy-content {
  padding: 0;
}

.article-content {
  line-height: 1.7;
  font-family: var(--font-sans);
  color: hsl(var(--foreground));
  font-size: 1rem;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  font-family: var(--font-heading);
  color: hsl(var(--foreground));
  letter-spacing: -.02em;
  margin-top: 2rem;
  margin-bottom: .75rem;
  font-weight: 600;
  line-height: 1.3;
}

.article-content h1 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
}

.article-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.article-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.article-content h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

.article-content h5 {
  font-size: 1rem;
  font-weight: 600;
}

.article-content h6 {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .875rem;
  font-weight: 600;
}

.article-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7;
}

.article-content h1 + p, .article-content h2 + p, .article-content h3 + p, .article-content h4 + p, .article-content h5 + p, .article-content h6 + p {
  margin-top: .5rem;
}

.article-content ul, .article-content ol {
  margin-bottom: 1rem;
  padding-left: 1.75rem;
  font-size: 1rem;
  line-height: 1.7;
}

.article-content li {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.article-content li > ul, .article-content li > ol {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.article-content blockquote {
  border-left: 4px solid hsl(var(--primary));
  color: hsl(var(--muted-foreground));
  margin: 1.5rem 0;
  padding-left: 1rem;
  font-style: italic;
}

.article-content hr {
  border: none;
  border-top: 1px solid hsl(var(--border));
  margin: 2rem 0;
}

.article-content a {
  color: hsl(var(--primary));
  text-underline-offset: 2px;
  text-decoration: underline;
}

.article-content a:hover {
  color: hsl(var(--primary) / .8);
}

.article-content code {
  background-color: hsl(var(--muted));
  border-radius: .25rem;
  padding: .125rem .25rem;
  font-size: .875em;
}

.article-content pre {
  background-color: hsl(var(--muted));
  border-radius: .5rem;
  margin: 1rem 0;
  padding: 1rem;
  overflow-x: auto;
}

.article-content pre code {
  background-color: #0000;
  padding: 0;
}

.article-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
}

.article-content th, .article-content td {
  border: 1px solid hsl(var(--border));
  text-align: left;
  padding: .5rem;
}

.article-content th {
  background-color: hsl(var(--muted));
  font-weight: 600;
}

/* [project]/app/components/Course/CourseOverview.css [app-client] (css) */
.course-description-wrapper .ProseMirror, .course-description-wrapper .article-viewer {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.course-description-wrapper .tiptap-viewer {
  width: 100% !important;
}

/*# sourceMappingURL=app_components_da68035f._.css.map*/