.elementor-4314 .elementor-element.elementor-element-5a99a6b{--display:flex;}/* General sitemap container */
.sitemap-links {
    padding: 2rem;
  
    background-color: transparent; /* remove background */
    max-width: 100%;
    margin: 0 auto;
}

/* Sitemap section headers */
.rank-math-html-sitemap__title {
    font-size: 3rem; /* doubled from 2rem */
    font-weight: 700;
    color: #111827; /* dark gray */
    margin-bottom: 1rem;
    border-bottom: 2px solid #ff436b; /* accent underline */
    display: inline-block;
    padding-bottom: 0.25rem;
}

/* Sitemap lists */
.rank-math-html-sitemap__list {
    list-style: none; /* remove default bullets */
    padding-left: 0;
    margin-bottom: 2rem;
}

/* Sitemap list items */
.rank-math-html-sitemap__item {
    margin-bottom: 0.8rem;
    padding: 0.5rem 0;
    border-radius: 8px;
}

/* Links styling */
.rank-math-html-sitemap__link {
    font-size: 1.8rem; /* doubled from 1.15rem */
    color: #4252ec; /* primary accent color */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

/* Hover on links */
.rank-math-html-sitemap__link:hover {
    color: #ff436b;
}

/* Dates styling */
.rank-math-html-sitemap__date {
    font-size: 1.9rem; /* doubled from 0.95rem */
    color: #6b7280; /* gray-500 */
    margin-left: 0.5rem;
}

/* Optional: responsive adjustments */
@media (max-width: 768px) {
    .sitemap-links {
        padding: 1rem;
    }
    .rank-math-html-sitemap__title {
        font-size: 3rem;
    }
    .rank-math-html-sitemap__link {
        font-size: 1.5rem;
    }
    .rank-math-html-sitemap__date {
        font-size: 1.2rem;
    }
}