﻿.ep-quill .ql-toolbar.ql-snow {
    background: #fff;
    border: 1px solid #dee2e6;
    border-bottom: 0;
    border-radius: .375rem .375rem 0 0;
    padding: 6px 8px;
}

    .ep-quill .ql-toolbar.ql-snow .ql-formats {
        margin-right: 6px;
    }

    .ep-quill .ql-toolbar.ql-snow button {
        width: 28px;
        height: 28px;
    }

        .ep-quill .ql-toolbar.ql-snow button:hover {
            background: #f8f9fa;
        }

.ep-quill .ql-container.ql-snow {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0 0 .375rem .375rem;
    min-height: 90px;
    max-height: 160px;
}

.ep-quill .ql-editor {
    min-height: 70px;
    max-height: 140px;
    overflow-y: auto;
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 10px 12px;
}

    .ep-quill .ql-editor.ql-blank::before {
        color: #adb5bd;
        font-style: normal;
    }
