/* Dracula-inspired code block styling */
pre.src {
    background-color: #282a36;
    color: #f8f8f2;
    padding: 1em 1.2em;
    border-radius: 4px;
    overflow-x: auto;
    font-family: "Ubuntu Mono", monospace;
    font-size: 1rem;
    line-height: 1.55;
    border: 1px solid #44475a;
    margin: 0.8em 0 1.2em 0;
}

/* ensure inline code uses the same font */
code, kbd, samp {
    font-family: "Ubuntu Mono", monospace;
    font-size: 1rem;
}

/* label showing the language ("js", "python", …) */
pre.src::before {
    display: none;
}
