
.ns-sitemap-template {
    .entry-header {
        display: none;
    }
}

.sitemap {
    width: 100%;
    margin: 0 auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2.5rem;

    display: flex;
    flex-direction: column;
    justify-content: center;    /* centra verticalmente */
    align-items: center;        /* centra horizontalmente */
    gap: 2.5rem !important;
}

#sitemap-title {
    color: #3E0050;
    font-size: 4rem;
    line-height: 1;
    text-align: center;
}

.content-type {
    width: 100%;
    max-width: 1200px;          /* límite de ancho para que no se expanda demasiado */
    margin: 0 auto;
    display: grid;
    gap: 2.5rem !important;

    justify-items: center;      /* centra cada columna */
}

.type {
    display: flex;
    flex-direction: column;
    align-items: center;        /* centra contenido de cada bloque */
    justify-content: flex-start;
    text-align: center;         /* centra texto */
}

#sitemap-pages,
#sitemap-posts,
#sitemap-cpt {
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #3E0050;
    padding: 1.25rem 0;
}

.list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;        /* enlaces centrados */
    justify-content: flex-start;
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 1.25rem 0;
    list-style-type: none;
    gap: 0.25rem !important;
    text-align: center;
}

.sitemap-list-item {
    list-style-type: none !important;
}

.sitemap-link {
    text-decoration: none !important;
    color: #DF9045; !important;
}
