.col-mensagem {
    max-width: 320px;
    white-space: normal;
    word-break: break-word;
}

.detalhe-json {
    background: #f4f4f5;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 0.8rem;
    max-height: 60vh;
    overflow: auto;
}

body.dark-mode .detalhe-json {
    background: #2a2a2a;
    color: #e8e8e8;
}
