/* STYLE SAFE - Institutional Blog Style */
body {
    background-color: #f9f9f9;
    color: #333;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.elementor-heading-title {
    color: #1a1a1a !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: -0.02em !important;
}

/* Esconde elementos óbvios de oferta/venda se existirem */
.offer-ribbon, .offer-savings-badge, .offer-pricing, .stock-alert {
    display: none !important;
}

/* Estilo para parecer um artigo informativo */
.elementor-section {
    background: #ffffff !important;
    border-bottom: 1px solid #eee !important;
    padding: 60px 0 !important;
}

.elementor-button {
    background-color: #4CAF50 !important; /* Cor de botão informativo/saúde */
    border-radius: 4px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.elementor-widget-image img {
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
}

header, footer {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eee;
    color: #666 !important;
}

a {
    color: #2c3e50;
    text-decoration: none;
}

/* Ajuste de tipografia para "Notícias/Saúde" */
h1, h2 {
    font-weight: 800 !important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #555 !important;
}