  #categories .adtl-categories-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }

  #categories .adtl-categories-icon {
    width: 22px;
    height: 18px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    flex: 0 0 auto;
  }

  #categories .adtl-categories-icon span {
    display: block;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
  }

  #categories .adtl-categories-icon span:nth-child(1) {
    width: 22px;
  }

  #categories .adtl-categories-icon span:nth-child(2) {
    width: 16px;
  }

  #categories .adtl-categories-icon span:nth-child(3) {
    width: 10px;
  }