/* Pacote 47 - processo completo, protocolo assinado e diagnóstico de e-mails */
.email-diagnostic-dl-47 {
    display: grid;
    gap: .45rem;
}
.email-diagnostic-dl-47 div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e1e8f2;
    padding: .35rem 0;
}
.email-diagnostic-dl-47 dt { font-weight: 700; }
.email-diagnostic-dl-47 dd { margin: 0; color: #50627f; }
.email-diagnostic-actions-47 { margin-top: 1rem; display: flex; gap: .75rem; flex-wrap: wrap; }
.email-pre-47 {
    max-height: 360px;
    overflow: auto;
    background: #0f172a;
    color: #e2e8f0;
    padding: 1rem;
    border-radius: 12px;
    white-space: pre-wrap;
    word-break: break-word;
}
.table-responsive { overflow-x: auto; }


.email-checklist-48 {
    margin: 0;
    padding-left: 1.4rem;
    color: #24314a;
    line-height: 1.55;
}

.email-checklist-48 li {
    margin-bottom: .45rem;
}
.notice-inline-warning-49 {
    display: inline-block;
    padding: .25rem .55rem;
    border-radius: 999px;
    background: #fff7e6;
    color: #7a4b00;
    border: 1px solid #f5c56b;
    font-weight: 700;
}
