/* Wrapper for terminal */
.terminal {
    background-color: black !important;
    color: white !important;
    padding: 10px !important;
    border-radius: 5px;
    overflow-x: auto;
    margin: 1em 0 !important;
}

/* Remove theme borders around code blocks */
.terminal div.highlight,
.terminal .highlight,
.terminal pre {
    background: none !important;
    background-color: black !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove spacing added by themes (Furo, RTD, Sphinx book theme, etc.) */
.terminal .highlight pre {
    margin-bottom: 0 !important;
}

/* Force text color */
.terminal code,
.terminal pre,
.terminal * {
    color: white !important;
}

/* Optional: make the prompt bold */
.terminal .gp {
    font-weight: bold !important;
}
