/* Highlights
---------------------------------------------------------------------------------- */

.source_code {
    background: $superlight-grey;
    font-family: $code-font-family;
    font-size: .85em;
    padding: 0 3px;
    border-radius: 3px;
    border: 1px solid #dfe2e4;
    white-space: normal;
    color: #07A;
}

.lang-source_wide-code {
    padding: 10px !important;
    font-size: rem-calc(12) !important;
    display: inline-block;
}

.source_hl {
    background: #ceeeff;
    font-family: $body-font-family;
    font-size: 1em;
    padding: 1px 3px 2px;

    border: none;
    border-radius: 3px;

    color: $black;
}

/* /Highlights
---------------------------------------------------------------------------------- */