/* ============================================================================
   HELPCENTER CSS - Website with modern and professional design
   AILM-X
   Version: 2.0 (Optimized with palette variables)
   Author: RNLS
   Relative Path: helpcenter\static\helpcenter\css\helpcenter.css
   Description: Unified styles for help center using palette.css
 =========================================================================== */

/* ============================================================================
   HELP MENU CSS
 =========================================================================== */

.tools-item {
    margin-bottom: var(--spacing-sm);
    list-style: none;
}

.tools-title {
    margin-bottom: var(--spacing-2xs);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
}

.tools-summary {
    margin: 0;
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
    line-height: var(--line-height-normal);
}

.tools-link {
    text-decoration: none;
    display: block;
}




/* ============================================================================
   END OF HELPCENTER CSS
 =========================================================================== */