/* See https://stackoverflow.com/questions/66971299/sphinx-documentation-with-readthedocs-theme-text-block-wrapping --
   I needed BLOF "Format" column to wrap */
span.pre {
    white-space: pre-wrap !important;
    word-break: break-all !important;
}

.video-bordered {
    border: 0.3em solid #9c5ffd;
}
