/* Estilos propios de emailtowhatsapp */

body {
    background: #f6f7f9;
}

main.container-fluid {
    background: transparent;
}

.card {
    border: 1px solid #e3e6ea;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

dl.row dt {
    color: #6c757d;
    font-weight: 500;
}

pre {
    background: #1f2330;
    color: #c3c4c7;
    padding: 10px 12px;
    border-radius: 6px;
    overflow-x: auto;
    font-size: 13px;
    white-space: pre-wrap;
    word-break: break-all;
}

details summary {
    cursor: pointer;
    color: #0d6efd;
}

table.table code {
    background: rgba(13, 110, 253, 0.08);
    padding: 0 4px;
    border-radius: 3px;
    color: #084298;
    font-size: 0.85em;
}
