.db-rest-edicion {
    background-color: #f9f9f9; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
    padding: 10px; 
    font-family: monospace;
}

.db-rest-edicion pre {
    background-color: #eef; 
    padding: 10px; 
    border-radius: 5px; 
    border: 1px solid #ddd;
}

.db-rest-edicion > .titulo {
    font-family: 'SegoeUIBold', sans-serif;
    font-weight: 400;
    color: #333; 
    font-size: 1.5em; 
}

.db-rest-edicion > .subtitulo {
    font-family: 'SegoeUIBold', sans-serif;
    font-weight: 400;
    color: #333; 
}

.db-rest-edicion p > .error {
    color: #c00;
}


