/* WordPress owns the document shell; the exact renderer owns everything inside it. */
.wp-site-blocks,
.wp-site-blocks > * {
  margin-block-start: 0;
}

.wp-site-blocks {
  display: contents;
}

#wpadminbar {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ihb-screen-editor-notice {
  padding: 1.25rem;
  border: 1px solid #c8a23a;
  background: #f7f6ef;
}
