.wp-block {
  max-width: 960px;
}

/**
 * Fix ACF sidebar element styles to match core UI
 */
.edit-post-meta-boxes-area #poststuff h2.hndle {
  color: #1e1e1e;
  font-size: 13px !important;
  font-weight: 500;
  padding: 16px 48px 16px 16px !important;
}

.block-editor .edit-post-sidebar .acf-postbox:first-child > .postbox-header {
  border-top-width: 0;
}

/**
 * Fix ACF true/false field broken layout
 */
.acf-true-false label {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
