/* YEP AG — correções Instituto Marzola (relatório ago/2026) */

/* 1.4 — Botão flutuante de WhatsApp (padrão luciamello.com.br) */
.yep-wa-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
    transition: transform .2s ease;
}
.yep-wa-float:hover { transform: scale(1.08); }
.yep-wa-float svg { width: 32px; height: 32px; fill: #fff; }

/* 1.3 — Botão de ligação ao lado do WhatsApp */
.yep-call-float {
    position: fixed;
    right: 20px;
    bottom: 92px;
    z-index: 99999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #b9975b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
    transition: transform .2s ease;
}
.yep-call-float:hover { transform: scale(1.08); }
.yep-call-float svg { width: 26px; height: 26px; fill: #fff; }

/* 4 — Menu transbordando sobre o botão de agendamento (largura 129%) */
.elementor-nav-menu--main .elementor-nav-menu,
.elementor-widget-nav-menu .elementor-nav-menu__container {
    max-width: 100% !important;
    width: auto !important;
}

/* 2 — Legibilidade: entrelinha e peso mínimos no texto corrido */
body p, .elementor-widget-text-editor p {
    line-height: 1.6 !important;
}
