/* Public HTML sitemap rendered by the [rankplus_sitemap] shortcode.
   Loaded on the frontend only when the shortcode appears on a page. */

.rankplus-html-sitemap {
    max-width: 100%;
}

.rankplus-sitemap-section {
    margin-bottom: 2rem;
}

.rankplus-sitemap-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e3db;
}

.rankplus-sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0.5rem;
}

.rankplus-sitemap-list li {
    padding: 0.5rem 0;
}

.rankplus-sitemap-list a {
    color: #7a4310;
    text-decoration: none;
    transition: color 0.2s;
}

.rankplus-sitemap-list a:hover {
    color: #5e3308;
    text-decoration: underline;
}
