/* ------------------------------------------------
   entry-content
*/
.entry-content h2:not(:first-child),
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 3em;
}
.entry-content h2 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 17px;
}
.entry-content h5 {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content > :not(br) {
  margin-bottom: 2em;
}
.entry-content > :first-child {
  margin-top: 0;
}

.wp-block-media-text__media img {
  height: unset;
}
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table th,
.wp-block-table td {
  border: 1px solid #CCC;
  padding: .2em .5em;
}
.entry-content iframe {
  max-width: 100%;
}

/* ------------------------
 */
.single-entry.post h2,
.single-entry.column h2,
.single-entry.blog h2 {    
  color: #CE93D8;
}
.single-entry.post h3,
.single-entry.column h3,
.single-entry.blog h3 {    
  border-bottom: 6px dotted #DEB7E2;
  padding-bottom: 1em;
}
.single-entry.post h4,
.single-entry.column h4,
.single-entry.blog h4 {
  background: #EEE;
  padding: .5em 1em;
}
