/* content wrapper */
.ecli-page {
    max-width: 960px;
    margin: 0 auto;
    padding: 2.5rem 1rem 3.5rem;
    font-family: "Advent Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
}

/* page title */
.ecli-page .page-title {
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    margin: 0 0 1.5rem 0;
    font-weight: 600;
}

/* each section as a centered card */
.ecli-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    margin: 1rem auto;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    max-width: 900px;     /* centra e limita a largura */
}

.ecli-card h2.section-subtitle {
    margin: 0 0 .75rem 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.ecli-card p {
    margin: .45rem 0;
    line-height: 1.65;
}

.muted { opacity: .95; }

/* pequenos ajustes responsivos */
@media (max-width: 560px) {
    .ecli-card { padding: 1.25rem 1rem; }
    .ecli-page { padding: 2rem .75rem 3rem; }
}
