/* Help Kit CSS - Foundation */

#helpManualDrawer {
    z-index: 1060; /* Sopra le navbar ma coerente con offcanvas */
}

.help-drawer-body {
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Soft Highlight Contestuale */
.help-highlight-active {
    outline: 3px solid rgba(13, 110, 253, 0.25);
    outline-offset: 2px;
    border-radius: 4px;
    transition: outline 0.2s ease-in-out;
    background-color: rgba(13, 110, 253, 0.02) !important;
}

/* Trigger Demo Debug */
.help-debug-trigger {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0.7;
}
.help-debug-trigger:hover {
    opacity: 1;
}
