/* =========================================================================
   SimulaDinheiro Astra Child — home.css (Fase 7, 2026-06-01)
   Migrado de: sd-links-pretos-home.php
   ========================================================================= */

/* --- sd-links-pretos-home.php --- */

    html body .entry-content a span.sd-link-black {
        color: #000000 !important;
    }
    html body .entry-content a.sd-link-bege {
        background: #FFFFFF !important;
        background-color: #FFFFFF !important;
        border: 2px solid #B89549 !important;
        border-color: #B89549 !important;
        text-decoration: none !important;
    }
    /* CTA principal: Explorar Simuladores - fundo GOLD solido */
    html body .entry-content a.sd-cta-primary,
    html body .entry-content a.sd-cta-primary.sd-link-bege {
        background: #B89549 !important;
        background-color: #B89549 !important;
        border-color: #B89549 !important;
        box-shadow: inset 0 0 0 1000px #B89549 !important;
    }
    html body .entry-content a.sd-cta-primary span.sd-link-black {
        color: #000000 !important;
    }
    

/* ---- */

