.page-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 8px;
}

.last-updated {
    font-size: 14px;
    color: #70757a;
    margin-bottom: 32px;
}

section {
    margin-bottom: 40px;
}

section h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--heading-color);
    margin-top: 0;
    margin-bottom: 16px;
    scroll-margin-top: 100px;
}

.toc {
    background-color: #f1f3f4;
    padding: 24px;
    border-radius: 8px;
    margin: 24px 0;
}

.toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc li {
    margin-bottom: 10px;
}

.toc a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: 500;
}

.toc a:hover {
    text-decoration: underline;
}
