/*!
 * Show Code v1.1.0
 * Copyright Federico Manzano
 * Licencia MIT
 * Repositorio (https://github.com/FedericoManzano/show-code-v1.1.0-fuente)
 */
 @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
pre[class^=cod-] {
    overflow: auto;
    font-family: 'Source Code Pro' !important;
    font-weight: 300;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
    font-size: 1em;
    position: relative;
    .numeracion {
        position: absolute;
        border-right: 2px solid rgb(1, 219, 146);
        left: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        min-width: 30px;
        span {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 0.95em;
            padding: 0 7px;
        }
    }
}

