.resource-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  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%;
  transform: translate(calc(-50% - 140.5px), -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;
}