.elementor-27701 .elementor-element.elementor-element-9daa616{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-bad601e *//*---sitemap----*/
/* Container */
.rank-math-html-sitemap {
    max-width: 900px;
    margin: 0 auto;
    font-family: "Arial", sans-serif;
    color: #F27021;
    padding: 0 15px; /* small padding for mobile */
}

/* Headings */
.rank-math-html-sitemap__title {
    font-size: 26px;
    font-weight: 700;
    color: #1E1E1E;
    border-bottom: 3px solid #BF1F24;
    padding-bottom: 5px;
    margin-top: 2em;
    margin-bottom: 1em;
		text-transform:uppercase;
}

/* List */
.rank-math-html-sitemap__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2em;
}

/* List Items */
.rank-math-html-sitemap__item {
    margin: 0.5em 0;
    padding-left: 1.2em;
    position: relative;
    font-size: 16px;
}

/* Custom bullet */
.rank-math-html-sitemap__item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #BF1F24;
    font-weight: bold;
}

/* Links */
.rank-math-html-sitemap__item a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.rank-math-html-sitemap__item a:hover {
    color: #BF1F24;
    text-decoration: underline;
}

/* Hide date */
.rank-math-html-sitemap__date {
    display: none !important;
}

/* Nested lists */
.rank-math-html-sitemap__list ul {
    margin-left: 1.5em;
}

.rank-math-html-sitemap__list ul .rank-math-html-sitemap__item::before {
    content: "–";
    color: #BF1F24;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .rank-math-html-sitemap__title {
        font-size: 22px;
    }
    .rank-math-html-sitemap__item {
        font-size: 15px;
        padding-left: 1em;
    }
    .rank-math-html-sitemap__item::before {
        left: 0;
    }
}

@media (max-width: 480px) {
    .rank-math-html-sitemap__title {
        font-size: 20px;
    }
    .rank-math-html-sitemap__item {
        font-size: 14px;
        padding-left: 0.8em;
    }
}/* End custom CSS */