/* Page specific styles */

/* Table of Contents */
.toc-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,.07);
    padding: 22px 28px 20px;
    margin-bottom: 8px;
}
.toc-title {
    font-size: 1.15em;
    font-weight: 700;
    color: #333;
    margin: 0 0 14px;
}
.toc-list {
    margin: 0;
    padding-left: 20px;
    columns: 2;
    column-gap: 24px;
}
.toc-list li {
    margin-bottom: 7px;
    break-inside: avoid;
}
.toc-list a {
    color: #e91e63;
    text-decoration: none;
    font-size: 0.93em;
    line-height: 1.45;
}
.toc-list a:hover { text-decoration: underline; }
@media (max-width: 600px) {
    .toc-section { padding: 18px 18px 14px; }
    .toc-list { columns: 1; }
}

.screenshot {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin: 20px 0;
}
