.list_m001 { font-size: var(--theme-font-size-body, 1rem); }
.list_m001-title {
    color: var(--m001-title-color, #212529);
    font-size: var(--theme-font-size-h3, 1.5rem);
    font-weight: 700;
    line-height: 2;
    margin-top: 2rem;
    margin-bottom: 0.3em;
}
.list_m001-decor {
    border: none;
    border-top: 4px solid var(--m001-decor-color, #0d6efd);
    width: 3rem;
    margin: 0 0 1em 0;
}
.list_m001-subtitle {
    color: var(--m001-subtitle-color, #6c757d);
    font-size: var(--theme-font-size-body, 0.95rem);
    margin: 0 0 1.25em 0;
    line-height: 1.6;
}
.list_m001-menu { list-style: none; margin: 0; padding: 0; }
.list_m001-item { display: flex; align-items: center; gap: 0.4rem; padding: 0.35rem 0; }
.list_m001-item.level1 .list_m001-link { color: var(--m001-level1-color, #212529); font-weight: 600; font-size: var(--theme-font-size-body, 0.95rem); }
.list_m001-item.level23 .list_m001-link { color: var(--m001-level23-color, #495057); font-weight: 400; font-size: var(--theme-font-size-body, 0.9rem); }
.list_m001-icon { display: inline-flex; align-items: center; flex-shrink: 0; font-size: 0.75rem; color: var(--m001-decor-color, #0d6efd); }
.list_m001-link { text-decoration: none; transition: opacity 0.15s; }
.list_m001-link:hover { opacity: 0.65; }