/* AFFINGER サイトマップ スタイル */
.st-sitemap-container {
    margin: 20px 0;
}

.st-sitemap-title {
    font-size: 1.5em;
    margin: 20px 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.st-sitemap-category-title {
    font-size: 1.2em;
    margin: 15px 0 10px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #eee;
    color: #555;
}

/* 固定ページのスタイル */
.page-sitemap-list {
    margin: 0 0 20px 20px;
    padding: 0;
    list-style: none;
}

.page-sitemap-list .page-item {
    margin: 5px 0;
    padding: 0;
}

.page-sitemap-list a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.page-sitemap-list a:hover {
    color: #0073aa;
}

/* 投稿記事のスタイル */
.post-sitemap-list {
    margin: 0 0 20px 20px;
    padding: 0;
    list-style: none;
}

.post-sitemap-list .post-item {
    margin: 5px 0;
    padding: 0;
}

.post-sitemap-list a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.post-sitemap-list a:hover {
    color: #0073aa;
}

/* 編集リンクのスタイル */
.edit-link {
    font-size: 0.8em;
    color: #999;
    text-decoration: none;
}

.edit-link:hover {
    color: #0073aa;
}

/* 階層レベルごとのスタイル */
.page-sitemap-list.level-0 {
    margin-left: 0;
}

.page-sitemap-list.level-1 {
    margin-left: 20px;
}

.page-sitemap-list.level-2 {
    margin-left: 40px;
}

.page-sitemap-list.level-3 {
    margin-left: 60px;
}

.page-sitemap-list.level-4 {
    margin-left: 80px;
}

.page-sitemap-list.level-5 {
    margin-left: 100px;
} 