﻿.emma-toolbar-buttons .dxbl-btn {
    width: 130px !important;
    margin: 1px 2px !important;
}

.emma-toolbar-container {
    margin-bottom: 5px;
}

.emma-toolbar-chip-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 4px;
    gap: 6px;
}

.emma-help-btn {
    padding: 2px 6px !important;
    min-width: 0 !important;
    opacity: .6;
}

.emma-help-btn:hover {
    opacity: 1;
}

.emma-help-body {
    font-size: 13px;
    line-height: 1.6;
    max-height: 60vh;
    overflow-y: auto;
}

.emma-help-list {
    padding-left: 18px;
    margin: 6px 0 0;
}

    .emma-help-list li {
        margin-bottom: 8px;
    }

        .emma-help-list li .chip.emma-chip {
            display: inline-flex;
        }

.emma-help-desc {
    font-size: 12px;
    opacity: .75;
    padding-left: 2px;
    margin-top: 1px;
}

