/* =============================================================================
   MM Portal Orçamentos — Divi 5 integration overrides
   Scoped to body class .mm-page-orcamentos-portal
   Mirrors the pattern from mm-support/assets/css/divi-portal.css
   ============================================================================= */

/* ── Force dark background on all Divi sections / containers ─────────────── */
.mm-page-orcamentos-portal #page-container,
.mm-page-orcamentos-portal #main-content,
.mm-page-orcamentos-portal .et_pb_section,
.mm-page-orcamentos-portal .et_pb_row,
.mm-page-orcamentos-portal .et_pb_column,
.mm-page-orcamentos-portal .et_pb_module {
    background-color: #100e0d !important;
}

/* ── Remove default Divi section padding ──────────────────────────────────── */
.mm-page-orcamentos-portal .et_pb_section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mm-page-orcamentos-portal .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.mm-page-orcamentos-portal .et_pb_column {
    padding: 0 !important;
}

/* ── Text module — reset Divi typography pollution ────────────────────────── */
.mm-page-orcamentos-portal .et_pb_text_inner,
.mm-page-orcamentos-portal .et_pb_text_inner p,
.mm-page-orcamentos-portal .et_pb_text_inner h1,
.mm-page-orcamentos-portal .et_pb_text_inner h2,
.mm-page-orcamentos-portal .et_pb_text_inner h3 {
    color: #efebeb;
}

/* ── Divi 5 page-level wrappers ───────────────────────────────────────────── */
.mm-page-orcamentos-portal body,
.mm-page-orcamentos-portal #et-main-area,
.mm-page-orcamentos-portal #et_builder_outer_content,
.mm-page-orcamentos-portal .et-l,
.mm-page-orcamentos-portal .et-l--post {
    background-color: #100e0d !important;
}

/* ── Header / footer — keep site branding visible ─────────────────────────── */
/* (header and footer sit outside .et_pb_section so they remain unaffected)    */

/* ── Overflow: allow full-bleed sections ──────────────────────────────────── */
.mm-page-orcamentos-portal #page-container {
    overflow: visible;
}

/* ── Divi's default link colours — override to M&M orange ────────────────── */
.mm-page-orcamentos-portal a {
    color: #fa4600;
}
.mm-page-orcamentos-portal a:hover {
    color: #c93800;
}
