h1 {
  font-size: revert;
}

h2 {
  margin: 1rem 0;
}

h3 {
  text-indent: revert;
  font-size: revert;
}

.notion-a {
  display: block;
  color: inherit;
  text-decoration: none;
  flex-grow: 1;
  min-width: 0px;
}

.notion-block1 {
  user-select: none;
  transition: background 20ms ease-in 0s;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  text-align: left;
  overflow: hidden;
  border: 1px solid rgba(55, 53, 47, 0.16);
  border-radius: 3px;
  position: relative;
  color: inherit;
  fill: inherit;
}

.notion-block2 {
  flex: 4 1 180px;
  padding: 12px 14px 14px;
  overflow: hidden;
  text-align: left;
}


.notion-block3 {
  font-size: 14px;
  line-height: 20px;
  color: rgb(55, 53, 47);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 24px;
  margin-bottom: 2px;
}

.notion-block4 {
  font-size: 12px;
  line-height: 16px;
  color: rgba(55, 53, 47, 0.65);
  height: 32px;
  overflow: hidden;
}

.notion-img1 {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 6px;
}

.notion-link {
  font-size: 12px;
  line-height: 16px;
  color: rgb(55, 53, 47);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notion-block5 {
  flex: 1 1 180px;
  display: block;
  position: relative;
}

.notion-block6 {
  position: absolute;
  inset: 0px;
}

.notion-block7 {
  width: 100%;
  height: 100%;
}

.notion-img2 {
  display: block;
  object-fit: cover;
  border-radius: 1px;
  width: 100%;
  height: 100%;
}

.notion-block8 {
  display: flex;
  margin-top: 6px;
}

.notion-block1:hover {
  background: rgba(55,53,47,0.08);
}

.bookmark-image {

  flex: 1 1 180px;
  display: block;
  position: relative;
  object-fit: cover;
  border-radius: 1px;
}