table tbody tr:hover td {
    background-color: color-mix(in srgb, var(--pst-color-primary) 15%, transparent) !important;
}

/* CLI option styling (used by cli/commands.rst via `.. rst-class:: cli-option`) */
.cli-option {
    margin-bottom: 0em;
}

.cli-option>em {
    /* Option argument */
    color: var(--pst-color-text-muted);
    font-size: 0.9em;
}

.cli-option>a:first-child {
    /* Option name when it is a link; match styling of inline code */
    color: var(--pst-color-inline-code);
    font-family: var(--pst-font-family-monospace);
    font-size: 0.875em;
    background: var(--pst-color-surface);
    padding: 0.1em 0.3em;
    border-radius: 0.2em;
    border: 1px solid var(--pst-color-border);
}

.cli-option+blockquote {
    /* Option description */
    margin-top: 0em;
    margin-left: 1.5em;
    border-left: none;
    background: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

a.reference.external:has(> img) {
    text-decoration: none;
    border-bottom: none;
}