
/* headings */
h1.notion-h1 {
  line-height:1;
}
h1.notion-h1 *{
  display:inline-block;
}

h2.notion-h2 {

}

h3.notion-h3 {

}

/* bookmark */
.notion-ph-notion-bookmark {
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: center;
	padding: 1rem;
	margin: 0.5rem;
	border: 1px solid #999;
	border-radius: 0.5rem;
}

.notion-bookmark-children:visited {
	color: #333;
	text-decoration: none;
}

.notion-bookmark-children:link {
	color: #333;
	text-decoration: none;
}

.notion-bookmark-children:hover {
	color: #333;
	/* text-decoration: none; */
	background-color: #444;
}

.notion-bookmark-children:active {
	color: #333;
	text-decoration: none;
}

/* unknown */
.notion-unknown {
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: center;
	padding: 1rem;
	margin: 0.5rem;
	border: 1px solid #999;
	border-radius: 0.5rem;
}

.notion-unknown-link:visited {
	color: #333;
	text-decoration: none;
}

.notion-unknown-link:link {
	color: #333;
	text-decoration: none;
}

.notion-unknown-link:hover {
	color: #333;
	text-decoration: underline;
}

.notion-unknown-link:active {
	color: #333;
	text-decoration: none;
}

/* callout */
.notion-callout {
	padding: 1rem;
	margin: 0.5rem;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
}

/* quote */
.notion-quote {
	padding-left: 1rem;
	border-left: 0.5rem solid #eee;
}

/* list */
.notion-bulleted-list-item {

}

/* notion color */
.notion-color-gray {
	color: rgb(120, 119, 116);
	fill: rgb(120, 119, 116);
}

.notion-background-color-gray {
	background-color: rgb(241, 241, 239);
}

.notion-color-brown {
	color: rgb(159, 107, 83);
	fill: rgb(159, 107, 83);
}

.notion-background-color-brown {
	background-color: rgb(244, 238, 238);
}

.notion-color-orange {
	color: rgb(217, 115, 13);
	fill: rgb(217, 115, 13);
}

.notion-background-color-orange {
	background-color: rgb(251, 236, 221);
}

.notion-color-yellow {
	color: rgb(203, 145, 47);
	fill: rgb(203, 145, 47);
}

.notion-background-color-yellow {
	background-color: rgb(251, 243, 219);
}

.notion-color-green {
	color: rgb(68, 131, 97);
	fill: rgb(68, 131, 97);
}

/* .notion-background-color-green {
	background-color: rgb(237, 243, 236);
} */

.notion-color-blue {
	/* color: rgb(51, 126, 169); */
	fill: rgb(51, 126, 169);
}

/* .notion-background-color-blue {
	background-color: rgb(231, 243, 248);
} */

.notion-color-purple {
	color: rgb(144, 101, 176);
	fill: rgb(144, 101, 176);
}

.notion-background-color-purple {
	background-color: rgba(244, 240, 247, 0.8);
}

.notion-color-pink {
	color: rgb(193, 76, 138);
	fill: rgb(193, 76, 138);
}

.notion-background-color-pink {
	background-color: rgba(249, 238, 243, 0.8);
}

.notion-color-red {
	color: rgb(212, 76, 71);
	fill: rgb(212, 76, 71);
}

.notion-background-color-red {
	background-color: rgb(253, 235, 236);
}

.notion-divider {
  display: none;
}