

/* TOC - Stile permacultura cattolica */
.toc {
    background: #fff;
    border-left: 4px solid #4caf50;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 8px;
}

.toc .toc-title {
    font-weight: 600;
    color: #2e7d32;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.5rem;
}

.toc .uk-list-decimal {
    padding-left: 1.5rem;
    margin: 0;
}

.toc a {
    color: #1b5e20;
    font-weight: 500;
    transition: color 0.3s ease;
}

.toc a:hover {
    color: #4caf50;
    text-decoration: underline;
}
