/* IBM Design palette: blue for sphinx_click command headings. */
section.oe-click-command-root > h2,
section.oe-click-command-root > h3,
section.oe-click-command-root > h4,
section.oe-click-command-root > h5,
section.oe-click-command-root > h6,
section.oe-click-command-root > .oe-click-command-heading {
  color: #0f62fe;
}

/* IBM Design palette: orange for sphinx_click subcommand headings. */
section.oe-click-subcommand > h2,
section.oe-click-subcommand > h3,
section.oe-click-subcommand > h4,
section.oe-click-subcommand > h5,
section.oe-click-subcommand > h6,
section.oe-click-subcommand > .oe-click-subcommand-heading {
  color: #ff832b;
}

/* Keep Usage/Arguments/Options labels visually subordinate but readable. */
section.oe-click-command-root p.rubric,
section.oe-click-subcommand p.rubric {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
}

/* Make argument/option names smaller than Arguments/Options labels. */
section.oe-click-command-root dl.std.option dt,
section.oe-click-command-root dl.std.option dt .sig-name,
section.oe-click-command-root dl.std.option dt .sig-prename,
section.oe-click-command-root dl.std.option dt .sig-name .pre,
section.oe-click-command-root dl.std.option dt .sig-prename .pre,
section.oe-click-command-root dl.simple dt,
section.oe-click-subcommand dl.std.option dt,
section.oe-click-subcommand dl.std.option dt .sig-name,
section.oe-click-subcommand dl.std.option dt .sig-prename,
section.oe-click-subcommand dl.std.option dt .sig-name .pre,
section.oe-click-subcommand dl.std.option dt .sig-prename .pre,
section.oe-click-subcommand dl.simple dt {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.35;
}
