/**
 * Parental Lab Blog — Sitemap Page CSS
 * Escopado em .pl-sitemap-wrap — não afeta outras páginas
 * Versão: 1.6.2
 */

/* ── Wrapper geral ─────────────────────────────────────────────── */
.pl-sitemap-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  font-family: 'Inter', system-ui, sans-serif;
  color: #3A2A28;
}

.pl-sitemap-wrap h1 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #7D2828;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.pl-sitemap-wrap .pl-sitemap-lead {
  color: #6B5550;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

/* ── Seções geradas pelo plugin ──────────────────────────────────
   O plugin gera: <h2> para seção + <ul> com <li><a>
   ──────────────────────────────────────────────────────────────── */
.pl-sitemap-wrap .wsp-sitemap h2,
.pl-sitemap-wrap .wsp-sitemap > h2 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #7D2828;
  margin: 2rem 0 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #f0e4de;
  letter-spacing: -0.01em;
}

/* Títulos de categoria dentro dos posts */
.pl-sitemap-wrap .wsp-sitemap h3 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #B5443A;
  margin: 1.5rem 0 0.4rem;
}

.pl-sitemap-wrap .wsp-sitemap ul {
  list-style: none;
  margin: 0 0 0 0.5rem;
  padding: 0;
}

.pl-sitemap-wrap .wsp-sitemap ul li {
  padding: 0.2rem 0;
  line-height: 1.5;
}

.pl-sitemap-wrap .wsp-sitemap ul li::before {
  content: '›';
  color: #C8861E;
  margin-right: 0.45rem;
  font-weight: 700;
  font-size: 1.05rem;
}

.pl-sitemap-wrap .wsp-sitemap ul li a {
  color: #3A2A28;
  text-decoration: none;
  font-size: 0.93rem;
  transition: color 0.15s;
}

.pl-sitemap-wrap .wsp-sitemap ul li a:hover {
  color: #7D2828;
  text-decoration: underline;
}

/* ── Link de copyright do plugin (discreto) ──────────────────── */
.pl-sitemap-wrap .wsp-sitemap .wsp-copyright {
  display: block;
  margin-top: 2.5rem;
  font-size: 0.72rem;
  color: #b0a09e;
}

/* ── Responsivo ──────────────────────────────────────────────── */
@media (max-width: 600px) {
  .pl-sitemap-wrap {
    padding: 2rem 1rem 3rem;
  }
  .pl-sitemap-wrap h1 {
    font-size: 1.6rem;
  }
}
