/* Darkframe Game Site — WordPress default style overrides */

/* Remove default WordPress list-item padding */
.wp-block-list,
.entry-content ul,
.entry-content ol {
  padding-left: 1.5rem;
}

/* Alignment helpers */
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

/* Suppress default wp-caption margin */
.wp-caption {
  max-width: 100%;
}

/* Screen reader text */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
