.page-header {
	display: none;
}

h1 {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
  margin-bottom: 1em !important;
}

h1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

h2 {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  margin-top: 2em !important;
}

h3 {
  border-bottom: solid 3px black;
  margin-top: 2em !important;
}

code {
  background-color: #808080;
}

.image-embed img {
    max-width: 100%;
}

.markdown-embed {
	border-left: none;
	padding: 0;
}

.markdown-embed .markdown-embed-content .publish-article-heading {
	display: none;
}

/*
 * quote.css
 */
blockquote {
    /* max-width: 500px; */
    position: relative;
    padding: 2.5em 2.5em 2em 3em !important;
    margin: 2em 0;
    color: #333333;
    border: none !important;
}

blockquote::before,
blockquote::after {
    display: inline-block;
    position: absolute;
    width: 4em;
    height: 4em;
    content: '';
}

blockquote::before {
    top: 0;
    left: 0;
    border-top: 3px solid #89b6d7;
    border-left: 3px solid #89b6d7;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2389b6d7%22%20d%3D%22M21.8%2012H18V9c0-1.7%201.3-3%203-3h.4c.6%200%201.1-.5%201.1-1.1V2.6c0-.6-.5-1.1-1.1-1.1H21c-4.1%200-7.5%203.4-7.5%207.5v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6C24%2013%2023%2012%2021.8%2012zM8.2%2012H4.5V9c0-1.7%201.3-3%203-3h.4C8.5%206%209%205.5%209%204.9V2.6c0-.6-.5-1.1-1.1-1.1h-.4C3.4%201.5%200%204.9%200%209v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6c.1-1.2-.9-2.2-2.2-2.2z%22%2F%3E%3C%2Fsvg%3E');
    background-position: top 35% left 35%;
    background-size: 1.5em;
    background-repeat: no-repeat;
}

blockquote::after {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #89b6d7;
    border-right: 3px solid #89b6d7;
}

blockquote p {
    margin-top: 0;
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

.mermaid>svg{ min-width: 400px; max-width: 100% !important; }

