/* =============================================
   ia-transparente.css — v1.2.1
   Estilos para a declaração exibida no post
   ============================================= */

.ia-transparente-declaration {
    border: 2px solid rgba(0,0,0,0.10);
    padding: 22px 26px;
    margin: 32px auto;
    border-radius: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    max-width: 560px;
    box-sizing: border-box;
    line-height: 1.5;
}

/* --- Cabeçalho com ícone + título --- */
.ia-transparente-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.ia-transparente-icon {
    font-size: 22px;
    flex-shrink: 0;
}

.ia-transparente-title {
    font-size: 0.72em;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.07em;
    color: inherit;
    opacity: 0.85;
}

/* --- Nível de uso --- */
.ia-transparente-level {
    font-size: 1.45em;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.15;
    color: inherit;
}

/* --- Texto e lista --- */
.ia-transparente-declaration p,
.ia-transparente-declaration ul {
    margin-top: 8px;
    font-size: 0.93em;
    color: inherit;
}

.ia-transparente-declaration ul {
    padding-left: 6px;
    list-style: none;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ia-transparente-declaration ul li {
    padding: 5px 10px;
    background: rgba(255,255,255,0.25);
    border-radius: 5px;
    font-size: 0.90em;
    font-weight: 500;
}

/* --- IAs utilizadas --- */
.ia-transparente-ias {
    margin-top: 12px;
    padding: 8px 12px;
    background: rgba(255,255,255,0.25);
    border-radius: 6px;
    font-size: 0.90em;
}

.ia-transparente-ias-label {
    font-weight: 700;
}

.ia-transparente-ias-lista {
    font-weight: 400;
}

/* --- Justificativa --- */
.ia-transparente-justificativa {
    margin-top: 10px;
    padding: 10px 12px;
    background: rgba(255,255,255,0.30);
    border-radius: 6px;
    font-size: 0.90em;
    font-style: italic;
    line-height: 1.5;
}

.ia-transparente-just-label {
    font-weight: 700;
    font-style: normal;
    display: block;
    margin-bottom: 4px;
}

/* --- Fundos por nível --- */
.ia-fundo-fefae0 {
    background-color: #FEFAE0 !important;
    color: #333 !important;
    border-color: #e8e0b0 !important;
}

.ia-fundo-2A9D8F {
    background-color: #2A9D8F !important;
    color: #ffffff !important;
    border-color: #22867a !important;
}

.ia-fundo-E9C46A {
    background-color: #E9C46A !important;
    color: #4a3800 !important;
    border-color: #d4aa4a !important;
}

.ia-fundo-E76F51 {
    background-color: #E76F51 !important;
    color: #ffffff !important;
    border-color: #d05a3c !important;
}

.ia-fundo-nao-declarado {
    background-color: #cc444b !important;
    color: #ffffff !important;
    border-color: #b03038 !important;
}
