/** This is loaded in the Gutenberg editor */

/* Wrapper */
.editor-post-title__block,
.editor-post-title,
.wp-block-post-title {
  margin-top: 13px !important;
  margin-bottom: 12.5px !important;
  font-family: system-ui;
}

/* The actual title input */
.editor-post-title__input {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
  max-width: 100% !important;
}

/* Remove the annoying top spacing */
.editor-visual-editor__post-title-wrapper {
  margin-top: 0 !important;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 50px !important;
}

.editor-styles-wrapper .wp-block:empty {
  min-height: 60px;
  outline: 1px dashed #ccc;
  background: repeating-linear-gradient(
    45deg,
    #fafafa,
    #fafafa 10px,
    #f0f0f0 10px,
    #f0f0f0 20px
  );
}

/* Links within blocks should not be clickable */
.block-editor-block-list__block a {
  pointer-events: none;
}
