.avia-toc-style-elegant .avia-toc-level-0,
.avia-toc-style-elegant .avia-toc-level-1 {
  padding-bottom: 10px;
}

/*
* @ Desktop
*/
@media (min-width: 777px) {
  body.single.single-post #avia_auto_toc-3 {
    background: white;
    width: var(--width-px, 350px);
    z-index: 1000;
  }
  body.single.single-post #avia_auto_toc-3.is-fixed {
    position: fixed;
    top: 70px;
  }
}
/*
* @ Mobile
*/
@media (max-width: 777px) {
  body.single.single-post #avia_auto_toc-3 {
    padding: 16px;
    border-radius: 8px;
    color: var(--enfold-main-color-button-font);
    background-color: var(--enfold-main-color-button-border);
    --enfold-main-color-secondary: white !important;
    --enfold-main-color-primary: white !important;
  }
  body.single.single-post #avia_auto_toc-3 > h3.widgettitle {
    font-size: 18px !important;
    margin: 0 0 8px 0;
  }
  body.single.single-post #avia_auto_toc-3 > * {
    color: white;
  }
}