/* WordPress Classic Editor content support */

.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}



.wp-caption {
  text-align: center;
  font-size: 0.9em;
  color: #666;
  margin-bottom: 1em;
}

.wp-caption img {
  margin: 0 auto;
}

.wp-caption-text {
  margin-top: 0.5em;
  font-style: italic;
}

.entry-content p {
  line-height: 1.7;
  margin-bottom: 1em;
}

.entry-content h2, .entry-content h3 {
  font-weight: 600;
  margin-top: 1.5em;
}

.entry-content ul, .entry-content ol {
  margin-left: 2em;
}
.alignnone {
  display: block;
  margin: 1em 0 1em 0; /* space above and below, none on sides */
  max-width: 100%;
  height: auto;
  clear: both;
  text-align: start; /* ensures content inside (like captions) aligns left */
}

