.editorjs-holder {
    padding-left: 75px;
}

.ce-block__content {
    max-width: none;
}

.ce-toolbar__content {
    max-width: none;
}

.ce-header {
    font-weight: 800;
    line-height: 1.2;
    padding-top: 1em;
    margin-bottom: 0.5em;
}

.ce-header[contenteditable=true][data-placeholder]:empty::before {
    opacity: 0.3;
}

h1.ce-header { font-size: 2.25rem !important; }
h2.ce-header { font-size: 1.875rem !important; }
h3.ce-header { font-size: 1.5rem !important; }

.ce-paragraph {
    line-height: 1.625;
}

.cdx-list {
    padding-left: 1.5rem;
}

.cdx-warning {
    padding: 1rem !important;
    border-radius: 0.5rem;
    background: oklch(var(--wa) / 0.1) !important;
    border: 1px solid oklch(var(--wa) / 0.2) !important;
}

.cdx-quote__text {
    font-style: italic;
    font-size: 1.25rem;
}
