.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-6117 .elementor-element.elementor-element-72d2009 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );color:var( --e-global-color-text );}@media(max-width:1024px){.elementor-6117 .elementor-element.elementor-element-72d2009 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-6117 .elementor-element.elementor-element-72d2009 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-c7b0880 *//* ============================================================
   SITEMAP PAR CATÉGORIE — hypnoseorleans.fr
   ============================================================ */

.hno-sitemap {
    margin: 2rem 0;
}

.hno-sitemap-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hno-sitemap-posts li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: .55rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.hno-sitemap-posts li:last-child {
    border-bottom: none;
}

.hno-sitemap-posts a {
    color: inherit;
    text-decoration: none;
    flex: 1;
    line-height: 1.4;
    transition: color .2s ease;
}

.hno-sitemap-posts a:hover {
    color: #c0392b; /* adapte à la couleur principale de ton thème */
    text-decoration: underline;
}

.hno-sitemap-posts time {
    white-space: nowrap;
    font-size: .8rem;
    color: #aaa;
    flex-shrink: 0;
}

/* Responsive : date en dessous du titre sur mobile */
@media (max-width: 600px) {
    .hno-sitemap-posts li {
        flex-direction: column;
        gap: .15rem;
    }

    .hno-sitemap-posts time {
        font-size: .75rem;
    }
}/* End custom CSS */