/* Custom styles for Lexxy editor - smaller toolbar buttons */

:where(.lexxy-editor__toolbar-button) {
    block-size: 1.5lh !important;
}

.lexxy-editor__toolbar {
    padding-block: 0.5rem !important;
    padding-inline: 0.5rem !important;
    gap: 0.25rem !important;
}

.lexxy-editor__toolbar-button svg {
    width: 16px !important;
    height: 16px !important;
}
