/* IvCode Category Tree styles v1.1.0 */
.ivcode-cat-tree-wrap { font-size: 15px; line-height: 1.45; }
.ivcode-cat-tree { list-style: none; margin: 0.15rem 0 0.15rem 0.2rem; padding-left: 1rem; border-left: 2px solid #e9ecef; }
.ivcode-cat-tree .ivcode-cat-tree { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.ivcode-cat-node { margin: 0.2rem 0; }
.ivcode-cat-link { text-decoration: none; color: #222; transition: color .15s ease; }
.ivcode-cat-link:hover { color: #0073aa; }
.ivcode-cat-count { opacity: .7; font-size: 90%; margin-left: .25rem; }

/* Sidebar demo style (like screenshot) */
.ivcode-cat-tree-wrap.sidebar-cats > .ivcode-cat-tree { margin:0; padding:0; border-left:0; }
.ivcode-cat-tree-wrap.sidebar-cats > .ivcode-cat-tree > .ivcode-cat-node { list-style:none; margin:0 0 18px 0; }
.ivcode-cat-tree-wrap.sidebar-cats > .ivcode-cat-tree > .ivcode-cat-node > a.ivcode-cat-link {
  display:block; text-transform:uppercase; font-weight:700; letter-spacing:.02em;
  background:#fff; color:#226d3b; padding:10px 12px;
  border:1px solid #e6e9ee; border-left:6px solid #27ae60; border-radius:2px 2px 0 0;
}
.ivcode-cat-tree-wrap.sidebar-cats > .ivcode-cat-tree > .ivcode-cat-node > ul.ivcode-cat-tree {
  margin:0; padding:10px 12px 12px 12px; border:1px solid #e6e9ee; border-top:0; border-radius:0 0 2px 2px;
}
.ivcode-cat-tree-wrap.sidebar-cats > .ivcode-cat-tree > .ivcode-cat-node > ul.ivcode-cat-tree > .ivcode-cat-node { margin:6px 0; }
.ivcode-cat-tree-wrap.sidebar-cats > .ivcode-cat-tree > .ivcode-cat-node > ul.ivcode-cat-tree a.ivcode-cat-link { color:#2b2b2b; text-decoration:none; transition:color .15s; }
.ivcode-cat-tree-wrap.sidebar-cats > .ivcode-cat-tree > .ivcode-cat-node > ul.ivcode-cat-tree a.ivcode-cat-link:hover { color:#0a7a2a; text-decoration:underline; }
.ivcode-cat-tree-wrap.sidebar-cats .ivcode-cat-tree .ivcode-cat-tree .ivcode-cat-tree { margin-left:8px; padding-left:10px; border-left:1px dashed #e5e8ed; border-top:0; border-right:0; border-bottom:0; }
