/* [project]/web/src/pages/banana/_components/ai-math/_components/Markdown/index.module.scss.module.css [client] (css) */
.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew > :last-child {
  margin-bottom: 0;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew > :first-child {
  margin-top: 0;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h1, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h2, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h3, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h4, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h5, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h6 {
  font-weight: calc(600 + var(--font-weight-scale));
  color: var(--f-text);
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h1 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h2 {
  font-size: 1.25rem;
  line-height: 2rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h3, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h4, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h5, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew p {
  margin-bottom: 0;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew strong {
  font-weight: calc(600 + var(--font-weight-scale));
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew em {
  font-style: italic;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew del {
  text-decoration-line: line-through;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew a {
  color: var(--f-blue-5);
  text-decoration-line: none;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew a:hover {
  text-decoration-line: underline;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew ul, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew ol {
  margin-top: .25rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew ol {
  list-style-type: decimal;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew ol ol {
  list-style-type: lower-alpha;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew ol ol ol {
  list-style-type: lower-roman;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew li {
  margin-bottom: .25rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew blockquote {
  border-left-width: 4px;
  border-color: var(--f-border);
  color: var(--f-text-tertiary);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-style: italic;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew blockquote p:last-child {
  margin-bottom: 0;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew code {
  background-color: var(--f-bg-layout);
  border-radius: .25rem;
  padding: .125rem .25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 85%;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre {
  background-color: var(--f-bg-layout);
  border-radius: .5rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre code {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code) {
  scrollbar-width: auto;
  scrollbar-color: #aabeb440;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code)::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code)::-webkit-scrollbar-track {
  background: none;
  border-radius: 5px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code)::-webkit-scrollbar-thumb {
  background-color: #aabeb440;
  border-radius: 14px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code)::-webkit-scrollbar {
  height: 4px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew table {
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  overflow-x: auto;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew th, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew td {
  border-width: 1px;
  border-color: var(--f-border);
  padding: .5rem 1rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew th {
  background-color: var(--f-bg-hover);
  font-weight: calc(600 + var(--font-weight-scale));
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew tr:nth-child(2n) {
  background-color: var(--f-bg-layout);
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew img {
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  box-shadow: 0 2px 8px #0000000d;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew hr {
  border-color: var(--f-border);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .index-module-scss-module__yGswkq__task-list-item {
  padding-left: 1.5rem;
  list-style-type: none;
  position: relative;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .index-module-scss-module__yGswkq__task-list-item input[type="checkbox"] {
  margin-top: .5rem;
  position: absolute;
  left: 0;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .index-module-scss-module__yGswkq__task-list-item input[type="checkbox"]:checked + span {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew code[class~="language-math"] {
  background-color: #0000;
  max-width: 100%;
  font-family: inherit;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew code[class~="math-inline"] {
  vertical-align: middle;
  display: inline-block;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code[class~="language-math"]) {
  background-color: #0000;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-size: 100%;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre > code[class~="math-display"] {
  text-align: center;
  width: fit-content;
  margin: auto;
  display: block;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .katex-display {
  text-align: center;
  scrollbar-width: auto;
  scrollbar-color: #aabeb440;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: auto hidden;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .katex-display::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .katex-display::-webkit-scrollbar-track {
  background: none;
  border-radius: 5px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .katex-display::-webkit-scrollbar-thumb {
  background-color: #aabeb440;
  border-radius: 14px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .katex-display::-webkit-scrollbar {
  height: 4px;
}

