.elementor-10291 .elementor-element.elementor-element-c8aacf6{padding:120px 20px 20px 20px;transition:all 400ms;}.elementor-10291 .elementor-element.elementor-element-81f58c5{transition:all 400ms;}.elementor-10291 .elementor-element.elementor-element-252e3ca{transition:all 400ms;}/* Start custom CSS for section, class: .elementor-element-c8aacf6 *//* =========================================
   SITEMAP STYLES (PAGES & POSTS)
   ========================================= */

/* --- Global Spacing & Headers --- */
.sitemap-wrapper { 
    width: 100%; 
    margin: 0 auto; 
}
.sitemap-section { 
    margin-bottom: 50px; 
}
.sitemap-section h2 { 
    border-bottom: 3px solid #333; 
    padding-bottom: 10px; 
    margin-bottom: 25px; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
}

/* --- 1. PAGES GRID (TOP SECTION) --- */
.pages-grid { 
    column-count: 2; 
    column-gap: 50px; 
    list-style: none; 
    padding: 0; 
}
.pages-grid li { 
    padding: 10px 0; 
    border-bottom: 1px solid #eee; 
    break-inside: avoid; 
}
.pages-grid li a { 
    text-decoration: none; 
    color: #444; 
    transition: color 0.2s ease; 
}
.pages-grid li a:hover { 
    color: #00e676; /* Bright green text on hover */
}

/* --- 2. POSTS MASONRY GRID (BOTTOM SECTION) --- */
.posts-grid { 
    column-count: 2; 
    column-gap: 50px; 
    display: block;
}
.sitemap-category-block { 
    margin-bottom: 40px; 
    display: block; 
}
.sitemap-category-block h3 { 
    background: #f4f4f4; 
    padding: 10px 15px; 
    border-left: 5px solid #00e676; /* Bright green accent border */
    font-size: 1.1rem; 
    margin-bottom: 15px;
    break-after: avoid; 
    -webkit-column-break-after: avoid;
    page-break-after: avoid;
}

/* --- 3. MODERN ARROW POST LIST --- */
.sitemap-category-block ul { 
    list-style: none; 
    padding-left: 0; 
}
.sitemap-category-block li { 
    margin-bottom: 10px;
    padding-left: 20px; 
    position: relative;
    break-inside: avoid; 
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}
.sitemap-category-block li a {
    text-decoration: none;
    color: #444;
    transition: color 0.2s ease;
}
.sitemap-category-block li a:hover {
    color: #00e676;
}

/* The custom arrow */
.sitemap-category-block li::before {
    content: '❯'; 
    position: absolute;
    left: 0;
    top: 0;
    color: #00e676; /* Bright green arrow */
    font-size: 0.9rem;
    font-weight: bold;
    transition: transform 0.2s ease;
}

/* Arrow bounces right when you hover over the link */
.sitemap-category-block li:hover::before {
    transform: translateX(3px); 
}

/* --- 4. MOBILE RESPONSIVENESS --- */
@media (max-width: 768px) {
    .pages-grid, .posts-grid { 
        column-count: 1; 
    }
}/* End custom CSS */