details.notion details.notion {
  margin-left: 1rem;
}
details.notion summary {
  cursor: pointer;
}
details.notion p {
  margin-left: 1rem;
}

ol.notion.numbered_list_item {
  padding-left: 1rem;
}

ul.notion.bulleted_list_item {
  padding-left: 1rem;
}

.divider.notion {
  background: red;
}

table.notion.has_table_column_header tbody .table_row:nth-child(1) {
  background: #bbb;
}
table.notion.has_table_row_header tbody .table_row td:nth-child(1) {
  background: #bbb;
}

.video.notion {
  max-width: 100vw;
  max-height: 100vh;
}
.video.notion iframe {
  width: 100%;
  height: 50vh;
}

.image.notion {
  max-width: 100vw;
  max-height: 70vw;
}

.to_do.notion label .to_do.notion {
  margin-left: 1rem;
}

.embed.notion {
  max-width: 100vw;
  width: 100%;
  min-height: 20rem;
}

.link_preview.notion {
  max-width: 100vw;
  width: 100%;
}

.columnlist.notion-flex-container.notion {
  display: flex;
}
.columnlist.notion-flex-container.notion .notion_flex_item {
  flex: auto;
}

.notion.default {
  color: black;
}
.notion.gray {
  color: gray;
}
.notion.brown {
  color: brown;
}
.notion.orange {
  color: orange;
}
.notion.yellow {
  color: yellow;
}
.notion.green {
  color: green;
}
.notion.blue {
  color: blue;
}
.notion.purple {
  color: purple;
}
.notion.pink {
  color: pink;
}
.notion.red {
  color: red;
}
.notion.default_background {
  background: transparent;
}
.notion.gray_background {
  background: gray;
}
.notion.brown_background {
  background: brown;
}
.notion.orange_background {
  background: orange;
}
.notion.yellow_background {
  background: yellow;
}
.notion.green_background {
  background: green;
}
.notion.blue_background {
  background: blue;
}
.notion.purple_background {
  background: purple;
}
.notion.pink_background {
  background: pink;
}
.notion.red_background {
  background: red;
}
.notion.rich_text.italic {
  font-style: italic;
}
.notion.rich_text.bold {
  font-weight: bold;
}
.notion.rich_text.code {
  color: red;
}
.notion.rich_text.strikethrough {
  text-decoration: line-through;
}

/*# sourceMappingURL=styles.css.map */
