.elementor-883 .elementor-element.elementor-element-7f6dc55{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9bc640e *//* --- BOLD CLICKZ SITEMAP V6: THE NUCLEAR RESET --- */
.bold-sitemap-v6 {
    background-color: #010a1c !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    width: 100% !important;
    min-height: 100vh;
}

.sitemap-container-v6 {
    max-width: 1300px !important; /* Wide layout for enterprise feel */
    margin: 0 auto !important;
    padding: 0 40px !important;
}

/* HERO: Fixed Visibility Below Header */
.sitemap-hero-v6 {
    padding: 260px 0 80px !important; /* Forced spacing for title visibility */
    text-align: center;
    background: radial-gradient(circle at center, #011d4d 0%, #010a1c 100%) !important;
}

.matrix-tag {
    color: #00f2ff !important;
    letter-spacing: 6px;
    font-weight: 800;
    font-size: 13px;
    display: block;
    margin-bottom: 25px;
}

.sitemap-title-v6 {
    font-size: clamp(40px, 8vw, 85px) !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    text-shadow: 0 15px 35px rgba(0,0,0,0.6) !important;
}

.cyan-v6 { color: #00f2ff !important; text-shadow: 0 0 25px rgba(0, 242, 255, 0.4); }

.sitemap-lead-v6 {
    font-size: 20px !important;
    color: #8892b0 !important;
    max-width: 800px;
    margin: 30px auto 0 !important;
}

/* --- DIRECTORY GRID & DATE HIDING --- */
.sitemap-body-v6 { padding-bottom: 120px !important; background-color: #010a1c !important; }

.directory-matrix-box {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 60px 40px !important;
    border-radius: 30px !important;
    backdrop-filter: blur(10px);
}

/* IMPORTANT: Hide Dates, Brackets, and Empty Spans */
.rank-math-v6-render .sitemap-entry-date,
.rank-math-v6-render span.sitemap-entry-date,
.rank-math-v6-render .sitemap-entry-date-wrap {
    display: none !important; /* Kills the dates seen in screenshot */
}

/* Section Headlines (Pages, Posts, Categories) */
.rank-math-v6-render h2, 
.rank-math-v6-render h3 {
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    margin: 60px 0 30px !important;
    display: flex;
    align-items: center;
    gap: 15px;
}

.rank-math-v6-render h2::after {
    content: "";
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, #00f2ff, transparent);
}

/* The 3-Column Technical Grid */
.rank-math-v6-render ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* 3 Columns for Big Tech Look */
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;
}

.rank-math-v6-render li { margin: 0 !important; }

/* Interactive Link Nodes */
.rank-math-v6-render a {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ccd6f6 !important;
    padding: 20px 25px !important;
    display: block !important;
    text-decoration: none !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.rank-math-v6-render a:hover {
    background: rgba(0, 242, 255, 0.08) !important;
    border-color: #00f2ff !important;
    color: #00f2ff !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

/* --- MOBILE OPTIMIZATION --- */
@media (max-width: 1024px) {
    .rank-math-v6-render ul { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 768px) {
    .rank-math-v6-render ul { grid-template-columns: 1fr !important; }
    .sitemap-title-v6 { font-size: 40px !important; }
    .directory-matrix-box { padding: 30px 20px !important; }
}/* End custom CSS */