/* ==========================================================================
   WP Core Styles
   ========================================================================== */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .8125rem; color: var(--color-text-light); text-align: center; padding: 8px 0; }
.alignleft { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { margin-inline: auto; text-align: center; }
.sticky { }
.bypostauthor { }
.screen-reader-text {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
