/* ===========================
   VNU Sitemap Export CSS
=========================== */
.vnu-sitemap h2 {
    margin-top: 20px;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.vnu-sitemap ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.vnu-sitemap ul li {
    margin-bottom: 6px;
}

.vnu-sitemap ul li a {
    text-decoration: none;
    color: #0073aa;
    transition: color 0.2s ease;
}

.vnu-sitemap ul li a:hover {
    text-decoration: underline;
    color: #005177;
}

#export-sitemap {
    margin-top: 20px;
    padding: 8px 14px;
    cursor: pointer;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

#export-sitemap:hover {
    background: #005177;
}
