.resource-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .resource-list .wp-block-column {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px; }
  .is-selected.wp-block-acf-resource-block {
  position: fixed;
  z-index: 32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(calc(-50% - 281px / 2), -50%);
          transform: translate(calc(-50% - 281px / 2), -50%);
  max-width: calc(90vw - 281px) !important;
  width: calc(90vw - 281px) !important; }
  .is-selected.wp-block-acf-resource-block .acf-block-fields {
    max-height: 50vh;
    overflow: scroll; }
  .is-selected.wp-block-acf-resource-block .acf-block-fields * {
      direction: ltr;
      text-align: left; }

/*# sourceMappingURL=maps/resource-list.css.map */
