<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropdown-submenu {
  position: relative;
}
.dropdown-submenu &gt; .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
}
.dropdown-submenu.open &gt; .dropdown-menu {
  display: block;
}
.dropdown-submenu &gt; .dropdown-menu {
  border-radius: 4px;
}
.dropdown-submenu &gt; a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #0e0e0e;
  margin-top: 5px;
  margin-right: -5px;
}
.dropdown-submenu.open &gt; a:after {
  border-left-color: #8a1a09;
}</pre></body></html>