.the_content { line-height: 1.5; }

.the_content h1 { font-weight: bold; font-size: 2em; margin-bottom: 0.5em; margin-top: 0.67em; }
.the_content h2 { font-weight: bold; font-size: 1.75em; margin-bottom: 0.5em; margin-top: 0.83em; }
.the_content h3 { font-weight: bold; font-size: 1.5em; margin-bottom: 0.5em; margin-top: 1em; }
.the_content h4 { font-weight: bold; font-size: 1.25em; margin-bottom: 0.5em; margin-top: 1.33em; }
.the_content h5 { font-weight: bold; font-size: 1em; margin-bottom: 0.5em; margin-top: 1.67em; }
.the_content h6 { font-weight: bold; font-size: 0.75em; margin-bottom: 0.5em; margin-top: 2.33em; }

.the_content a { text-decoration: underline; }
.the_content p { margin-bottom: 1.2em; }
.the_content ul { margin-bottom: 1.2em; padding-left: 20px; list-style-type: disc; }
.the_content ul li { margin-bottom: 0.4em; list-style-position: outside; }
.the_content blockquote { margin-bottom: 1.2em; background: #f8f9fa; padding: 20px; }
.the_content blockquote cite { color: #a9a9a9; }
.the_content figure { margin-bottom: 1.2em; }
.the_content figure figcaption { margin-bottom: 0; }
.the_content .wp-block-button { margin-bottom: 1.2em; }
.the_content .wp-block-button .wp-block-button__link { border-radius: 3px; font-size: inherit; }
.the_content img {  }
.embed iframe { max-width: 100% !important; aspect-ratio: var(16/9); }

/* WordPress utility classes */
.size-full { width: initial !important; }
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}