body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    margin: 30px;
    background: var(--bg-sitemap);
    color: var(--text-bold);
}
table {
    border-collapse: collapse;
    width: 100%;
    max-width: 900px;
    margin: auto;
    background: white;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
th, td {
    border: 1px solid var(--border-light-alt);
    padding: 12px 15px;
    text-align: left;
}
th {
    background-color: var(--action-alt);
    color: white;
    font-weight: 600;
}
a {
    color: var(--link-sitemap);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
caption {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 700;
}
