/* Estilos específicos para el post de PHP para principiantes frustrados */

.table-of-contents {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(51, 65, 85, 0.5);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}

.table-of-contents h3 {
    margin-top: 0;
    color: #cbd5e1;
    font-size: 1.2em;
}

.table-of-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-of-contents li {
    margin: 8px 0;
}

.table-of-contents a {
    color: #6366f1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.table-of-contents a:hover {
    color: #8b5cf6;
    text-decoration: underline;
}

.table-of-contents ul ul {
    margin-left: 20px;
    font-size: 0.9em;
}

.table-of-contents ul ul li {
    margin: 4px 0;
}
