<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.drawer-main {
  color: #222;
}
.drawer-main em {
  color: #EA939D;
}
.drawer-main li {
  font-size: 15px;
  line-height: 1.2;
}
.drawer-main li p {
  padding: 8px 0;
  font-weight: bold;
}
.drawer-main li a {
  position: relative;

  display: block;

  padding: 8px 0 8px 18px;
}
.drawer-main li a::before {
  position: absolute;
  top: 50%;
  left: 4px;

  display: block;

  width: 8px;
  height: 0;
  margin-top: -1.5px;

  content: " ";

  border-bottom: 3px #EA939D solid;
}
.drawer-main .drawer-menu {
  padding: 25px 20px;
}
.drawer-main .drawer-menu &gt; li {
  border-bottom: 1px #ddd dotted;
}
.drawer-main .drawer-menu &gt; li:last-child {
  border-bottom: none;
}
.drawer-main .drawer-submenu {
  padding-left: 1.4em;
}
.drawer-main .drawer-submenu &gt; li {
  border-top: 1px #ddd dotted;
  border-bottom: none;
}
</pre></body></html>