/* ============================
   ESTILOS BASE DO MÓDULO TEMAS
   ============================ */

.tema-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}
.tema-badge-novo { background: #ff4757; color: #fff; }
.tema-badge-atualizado { background: #2962ff; color: #fff; }

.tema-preview-bloco {
    max-width: 1000px;
    margin: 0 auto;
}

.tema-preview-texto {
    max-width: 900px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
}

.tema-preview-texto p { margin-bottom: 14px; }
.tema-preview-texto ul,
.tema-preview-texto ol { margin: 10px 0 16px 24px; }
.tema-preview-texto li { margin-bottom: 6px; }
.tema-preview-texto h2 { font-size: 22px; margin: 22px 0 10px; }
.tema-preview-texto h3 { font-size: 19px; margin: 18px 0 8px; }

.tema-acoes {
    margin-top: 32px;
    padding: 24px;
    text-align: center;
}

.acoes-botoes {
    text-align: right;
    margin-top: 20px;
}

.acoes-botoes .gc-btn,
.acoes-botoes .acao-item {
    margin-left: 10px;
}

.acao-item {
    display: inline-block;
    padding: 10px 18px;
}

.gc-btn {
    display: inline-block;
    padding: 10px 18px;
    line-height: 1.4;
    color: #fff;
}


/* ============================
   IMPRESSÃO PREMIUM ALFISCONTA
   ============================ */

@media print {

    html, body {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        -webkit-font-smoothing: antialiased !important;
        background: #fff !important;
        color: #000 !important;
    }

    .gc-card,
    .gc-3d,
    .tema-preview-bloco,
    .tema-preview-texto {
        box-shadow: none !important;
        transform: none !important;
        filter: none !important;
        background: #fff !important;
    }

    .tema-wrapper,
    .tema-preview-bloco,
    .tema-preview-texto {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .gc-btn,
    .acao-item,
    .acoes-botoes,
    .tema-acoes {
        display: none !important;
    }

    h1, h2, h3 {
        color: #000 !important;
        font-weight: 700 !important;
    }

    table,
    table.cmd,
    table.cmd th,
    table.cmd td {
        border-color: #000 !important;
        background: #fff !important;
        color: #000 !important;
    }

    * {
        page-break-inside: avoid !important;
    }

    @page {
        margin: 20mm;
    }
}
