﻿.help-section {
    position: absolute;
    inset: 0;
    z-index: 5000;
    background: #1b1b1b; 
}

.help-section.hidden {
    visibility: hidden;
    pointer-events: none;
}

.help-section.visible {
    visibility: visible;
    pointer-events: auto;
}

.help-shell {
    padding: 18px;
    height: 100%;
    overflow: auto;
}

.help-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: white;
}

.help-space {
    margin: 12px 0px;
}

.helpText{
    color: white !important;
}
