/* module-key = 'org.randombits.confluence.toc:client-side-toc-resources', location = 'net/customware/confluence/plugin/toc/css/toc.css' */
/* Table of Content plugin styles */
.toc-macro ul.toc-indentation {
    margin-top: 0
  }
  
  .toc-macro {
    font-size: 14px;
  }
  
  .toc-macro span.toc-outline {
    padding-right: 5px;
  }
  
  .toc-macro.hidden-outline span.toc-outline {
    display: none;
  }
  
  .toc-macro li.toc-empty-item {
    list-style-type: none;
  }
  
  .toc-link:active,
  .toc-link:hover,
  .toc-link:visited,
  .toc-link:focus {
    text-decoration: none;
    border-bottom: 1px solid var(--ds-border-focused, #0065ff);
  }
  
  .toc-link a {
    pointer-events: none;
  }
  
  .toc-macro .emoji,
  .toc-macro .emoji-common-emoji-sprite {
    width: 14px !important;
    height: 14px !important;
    overflow-y: hidden;
  }
  
  @media print {
    .toc-macro.non-printable {
        display: none;
    }
  }
  