<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">WYSIWYG editor iframe.cke_wysiwyg_frame {
  padding: 5px;
}

/* Checkerboard Piece custom layout */
.checkerboard-piece {
  display: flex;
  flex-wrap: wrap;
}
.checkerboard-piece .layout-paragraphs-layout-region {
  flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
  .checkerboard-piece .layout-paragraphs-layout-region {
    flex: 0 1 50%;
    max-width: 50%;
  }
}

/* Content width override */
.layout-region--node-main .layout-region__content,
.layout-region--node-footer .layout-region__content {
  max-width: none !important;
}

.layout--onecol,
.layout--twocol,
.layout--threecol {
  display: flex;
  width: 100%;
}

.layout--onecol .layout__region {
  flex: 1 0 100%;
}
.layout--twocol .layout__region {
  flex: 1 0 50%;
}

.layout--threecol .layout__region {
  flex: 1 0 33%;
}
</pre></body></html>