/* Start custom CSS for section, class: .elementor-element-69527cc *//* ===== Estilo Geral de Texto - Tipo Google Docs ===== */

/* Largura máxima para boa leitura */
.elementor-widget-text-editor {
    max-width: 800px;
    margin: 0 auto;
}

/* Parágrafos */
.elementor-widget-text-editor p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Títulos */
.elementor-widget-text-editor h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.elementor-widget-text-editor h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.elementor-widget-text-editor h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.6rem;
}

/* Listas numeradas e com marcadores */
.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul {
    padding-left: 2rem; /* recuo interno */
    margin-left: 0;     /* remove margem negativa */
    line-height: 1.6;
}

.elementor-widget-text-editor li {
    margin-bottom: 0.5rem; /* espaço entre itens */
}

/* Citações */
.elementor-widget-text-editor blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    color: #555;
    font-style: italic;
}

/* Espaço interno geral da área de texto */
.elementor-widget-text-editor {
    padding: 40px;
    background: #fff; /* opcional, fundo branco */
}/* End custom CSS */