/* Start custom CSS *//* Centre the sitemap container */
.rank-math-html-sitemap {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Centre section headings */
.rank-math-html-sitemap__title {
    text-align: center;
}

/* Optional: two-column layout for the link lists */
ul.rank-math-html-sitemap__list:not(ul.rank-math-html-sitemap__list ul) {
    column-count: 2;
    column-gap: 2rem;
    list-style: none;
    padding: 0;
}

/* Tighten up list item spacing */
.rank-math-html-sitemap__list li {
    margin-bottom: 6px;
}

/* Style the date if you have it enabled */
.rank-math-html-sitemap__date {
    display: block;
    font-size: 0.85rem;
    color: #888;
}/* End custom CSS */