.elementor-987 .elementor-element.elementor-element-5e52cd4c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-d25b33c *//* ===== BASE ===== */

body {
    font-family: "Manrope", sans-serif;
    background: #f7f8fb;
    color: #2b2b2b;
    line-height: 1.6;
}

/* container principal */

.wp-block-post-content {
    max-width: 1100px;
    margin: auto;
}

/* ===== TITULOS ===== */

h1.wp-block-post-title {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

h2 {
    font-size: 34px;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #1d1d1d;
}

h3 {
    font-size: 24px;
    margin: 10px 0;
}

h4 {
    font-size: 20px;
}

/* ===== IMAGENS ===== */

.wp-block-post-content img {
    border-radius: 14px;
    margin: 25px auto;
    display: block;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* ===== BENEFÍCIOS ===== */

.wp-block-post-content ul {
    list-style: none;
    padding: 0;
}

.wp-block-post-content ul li {
    background: white;
    margin-bottom: 12px;
    padding: 18px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    font-size: 17px;
}

/* icone */

.wp-block-post-content ul li::before {
    content: "✔";
    color: #00a86b;
    font-weight: bold;
    margin-right: 10px;
}

/* ===== SEÇÕES ===== */

.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4 {
    text-align: center;
}

/* ===== AVALIAÇÕES ===== */

.wp-block-post-content img[src*="Avaliacao"],
.wp-block-post-content img[src*="Depoimento"] {
    max-width: 320px;
    display: inline-block;
    margin: 20px;
}

/* container avaliações */

.wp-block-post-content h2 + img {
    display: inline-block;
}

/* ===== BOTÕES ===== */

.wp-block-post-content a[href*="review"],
.wp-block-post-content a[href*="facebook"],
.wp-block-post-content a[href*="instagram"],
.wp-block-post-content a[href*="spotify"],
.wp-block-post-content a[href*="youtube"] {
    display: inline-block;
    padding: 12px 22px;
    margin: 10px 10px 10px 0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    background: #3a7bfd;
    color: white;
    transition: all 0.3s;
}

.wp-block-post-content a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* ===== MAPA ===== */

iframe {
    width: 100%;
    height: 380px;
    border-radius: 12px;
    border: none;
    margin: 30px 0;
}

/* ===== CONSULTÓRIO ===== */

h4 a {
    text-decoration: none;
    font-weight: 600;
    color: #2b2b2b;
}

/* ===== SEÇÕES DE TERAPIA ===== */

h3 strong {
    font-size: 28px;
    display: block;
    margin-top: 50px;
}

/* ===== GRID DE AVALIAÇÕES ===== */

@media (min-width: 768px) {

.wp-block-post-content img[src*="Avaliacao"],
.wp-block-post-content img[src*="Depoimento"] {
    width: 30%;
}

}

/* ===== RESPONSIVO ===== */

@media (max-width: 768px) {

h1.wp-block-post-title {
    font-size: 34px;
}

.wp-block-post-content img {
    width: 100%;
}

.wp-block-post-content ul li {
    font-size: 16px;
}

}/* End custom CSS */