/* Inline references and the images they wrap */
a.reference {
    display: inline;
}

a.reference > img {
    display: inline;
    max-width: unset;
}

/* Shibuya ships its own copy button; hide the sphinx-copybutton duplicate */
.copybtn {
    display: none;
}
