#editor .edit-post-visual-editor textarea.editor-post-title__input {
    font-size: 50px;
}

#editor .editor-rich-text__tinymce a {
    box-shadow: inset 0 -1px 0 #fea01c;
    color: #fea01c;
}

#editor .editor-rich-text__tinymce a:hover,
.ab-block-post-grid h2 a:hover,
.ab-block-post-grid .ab-block-post-grid-link:hover {
    color: #fea01c;
    box-shadow: inset 0 -2px 0 #fea01c;
}

.wp-block:not([data-align="full"]):not([data-align="wide"]) {
    max-width: 70%;
}