.elementor-1988 .elementor-element.elementor-element-a130e05{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-1988 .elementor-element.elementor-element-a130e05:not(.elementor-motion-effects-element-type-background), .elementor-1988 .elementor-element.elementor-element-a130e05 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor4 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1988 .elementor-element.elementor-element-5badf74{text-align:center;}.elementor-1988 .elementor-element.elementor-element-5badf74 .elementor-heading-title{font-family:"Noto Serif JP", Sans-serif;font-size:1.8rem;font-weight:800;color:var( --e-global-color-42c385f );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1988 .elementor-element.elementor-element-a130e05{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1988 .elementor-element.elementor-element-5badf74{text-align:center;}}@media(max-width:767px){.elementor-1988 .elementor-element.elementor-element-a130e05{--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1988 .elementor-element.elementor-element-5badf74 .elementor-heading-title{font-size:1.08rem;}}/* Start custom CSS for shortcode, class: .elementor-element-7d30b9e *//* --- Professional Scalable HTML Sitemap --- */

/* Main Grid Layout for Sitemap Sections */
.rank-math-html-sitemap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    padding: 1.5rem 0;
    margin: 0 auto;
    align-items: start; /* Prevents short cards from stretching unnecessarily */
}

/* Individual Section Styling */
.rank-math-html-sitemap__section {
    background: #ffffff;
    padding: 1.75rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(209, 218, 229, 0.4);
    display: flex;
    flex-direction: column;
}

/* Fixed height with a clean scrollbar ONLY for the Posts section */
.rank-math-html-sitemap__section--post {
    max-height: 450px; /* Perfectly bounds the post card frame */
}

.rank-math-html-sitemap__section--post .rank-math-html-sitemap__list {
    overflow-y: auto;
    padding-right: 12px !important;
}

/* Section Titles (Posts, Pages, Categories) */
.rank-math-html-sitemap__title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: var(--ast-global-color-2) !important;
    margin-bottom: 1.25rem !important;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--ast-global-color-5);
    position: relative;
    flex-shrink: 0; /* Keeps titles fixed while content scrolls */
}

.rank-math-html-sitemap__title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--ast-global-color-0);
}

/* Base List Formatting */
.rank-math-html-sitemap__list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

/* Nested Lists (e.g., Child Pages/Case Studies) */
.rank-math-html-sitemap__list .rank-math-html-sitemap__list {
    padding-left: 1.25rem !important;
    margin-top: 0.5rem !important;
    border-left: 1px dashed var(--ast-global-color-7);
}

/* List Item Wrap & Padding */
.rank-math-html-sitemap__item {
    margin-bottom: 0.85rem !important;
    line-height: 1.4;
}

.rank-math-html-sitemap__item:last-child {
    margin-bottom: 0 !important;
}

/* Modern Hyperlink Styling */
.rank-math-html-sitemap__link {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: var(--ast-global-color-3) !important;
    text-decoration: none !important;
    display: inline-block;
    transition: color 0.2s ease, transform 0.2s ease;
}

/* Clean Hover states */
.rank-math-html-sitemap__link:hover {
    color: var(--ast-global-color-0) !important;
    transform: translateX(4px);
}

/* Deeply Nested Text Sizing */
.rank-math-html-sitemap__list .rank-math-html-sitemap__list .rank-math-html-sitemap__link {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* --- Sleek Custom Scrollbar Design for Modern Browsers --- */
.rank-math-html-sitemap__section--post .rank-math-html-sitemap__list::-webkit-scrollbar {
    width: 6px;
}

.rank-math-html-sitemap__section--post .rank-math-html-sitemap__list::-webkit-scrollbar-track {
    background: var(--ast-global-color-5);
    border-radius: 10px;
}

.rank-math-html-sitemap__section--post .rank-math-html-sitemap__list::-webkit-scrollbar-thumb {
    background: var(--ast-global-color-7);
    border-radius: 10px;
}

.rank-math-html-sitemap__section--post .rank-math-html-sitemap__list::-webkit-scrollbar-thumb:hover {
    background: var(--ast-global-color-0);
}

/* Firefox Support */
.rank-math-html-sitemap__section--post .rank-math-html-sitemap__list {
    scrollbar-width: thin;
    scrollbar-color: var(--ast-global-color-7) var(--ast-global-color-5);
}

/* Mobile responsive padding fine-tuning */
@media screen and (max-width: 767px) {
    .rank-math-html-sitemap {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .rank-math-html-sitemap__section {
        padding: 1.5rem;
    }
    .rank-math-html-sitemap__section--post {
        max-height: 380px; /* Marginally shorter container logic on small viewports */
    }
}/* End custom CSS */