/* === WordPress Core & Block Classes === */

.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
  text-align: center;
}

.wp-caption-text,
.gallery-caption {
  font-size: 0.9em;
  color: #666;
}

.sticky {
  position: relative;
}

.bypostauthor {
  font-weight: bold;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Gutenberg block elements */
.wp-block-image img {
  height: auto;
  max-width: 100%;
}

.wp-block-quote {
  border-left: 3px solid #ccc;
  padding-left: 1em;
  font-style: italic;
}

.screen-reader-text {
    display: none;
}