/* ============================================================
   POLEGAR DA SORTE - PÁGINAS DE ARTIGOS DA LOTERIA LOTOMANIA
============================================================ */

.pds_lotomania_articles_hero {

    background: #ffffff;

    border-radius: 22px;

    padding: 32px;

    box-shadow:
        0 8px 20px rgba(0,0,0,0.06);
}

.pds_lotomania_articles_page_title {

    font-size: 2.2rem;

    font-weight: 800;

    color: #ff6600;

    margin-bottom: 12px;

    line-height: 1.2;
}

.pds_lotomania_articles_page_subtitle {

    font-size: 1.05rem;

    color: #666666;

    line-height: 1.8;

    margin-bottom: 24px;

    max-width: 900px;
}

/* CAIXA DE DESTAQUE */

.pds_lotomania_articles_highlight_box {

    background: linear-gradient(
        135deg,
        #fff6ef,
        #fffaf7
    );

    border-left: 5px solid #ff6600;

    padding: 18px 22px;

    border-radius: 14px;

    margin-bottom: 30px;

    color: #444444;

    font-size: 1rem;

    line-height: 1.7;

    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

/* BLOCO INFORMATIVO */

.pds_lotomania_articles_info_section {

    margin-top: 45px;

    padding: 28px;

    background: #ffffff;

    border-radius: 18px;

    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.pds_lotomania_articles_info_section h2 {

    color: #ff6600;

    font-size: 1.5rem;

    margin-bottom: 18px;
}

.pds_lotomania_articles_info_section p {

    color: #555555;

    line-height: 1.8;

    margin-bottom: 16px;
}

.pds_lotomania_articles_info_section ul {

    padding-left: 20px;
}

.pds_lotomania_articles_info_section li {

    margin-bottom: 10px;

    color: #555555;
}