.src-components-Button-style__root___KFFrL {
  display: inline-flex;
  background: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  cursor: pointer
}
.src-components-Button-style__root___KFFrL + .src-components-Button-style__root___KFFrL {
    margin-left: 10px;
  }

.src-components-ListItem-style__root___2NLWR {
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd
}

.src-components-ListItem-style__root___2NLWR:last-of-type {
    border: none;
  }

.src-components-ListItem-style__counter___21y4T {
  display: flex;
  padding-left: 20px;
  font-size: smaller;
}

.src-components-ListItem-style__isActive___2prNx {
  background: #dedede;
}

.src-components-ListItem-style__arrow___1bRHO {
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .2;
}

.src-components-BlogList-style__root___1IbcC {
  display: flex;
  flex-direction: column;
}

.src-components-BlogList-style__placeholder___tuY7d {
  margin: 10px;
}

.src-components-Comment-style__root___35lHN {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.src-components-BackLink-style__backLink___AF4Ng {
    display: flex;
    padding: 10px;
}
.src-components-Post-style__postBlock___1L3jL {
  padding: 10px;
  box-sizing: border-box;
}

.src-components-Post-style__title___3CHyJ {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.src-components-Post-style__subtitle___3tuAE {
  font-size: 1.8rem;
  margin: 20px 0 10px;
}

.src-components-Post-style__comments___3A18e {
  margin-top: 20px;
  background: #f5f5f5;
  border-radius: 8px;
}

.src-components-Post-style__commentsTitle___o9IJi {
  font-size: 1.4rem;
  padding: 10px;
  margin-bottom: 10px;
}

.src-components-Post-style__addCommentContainer___3-nmF {
  padding: 10px;
}

.src-components-Blog-style__postLength___xs5Yu {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  padding: 10px
}
.src-components-Blog-style__postLength___xs5Yu span {
    font-weight: 600;
  }

.src-components-ModerationQueue-style__queueBlock___3jR8E {
    padding: 10px;
    box-sizing: border-box;
}
.src-components-Root-style__root___2tiuO {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
  padding: 10px;
  min-width: 320px;
  box-sizing: border-box;
}

.src-components-Root-style__content___2zNqZ {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.32;
  display: flex;
  flex-direction: row;
  flex: 1;
  margin-top: 10px;
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.src-components-Root-style__header___3hcEp {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.src-components-Root-style__logo___lEqb7 {
  width: 100%;
  max-width: 300px;
}

.src-components-Root-style__sidebar___hwfoy {
  width: 320px;
  height: 100%;
  flex: 0 0 auto;
  background: #eee;
  border-right: 1px solid #ddd;
  overflow: auto;
  box-sizing: border-box;
}

.src-components-Root-style__postList___1sGAl {
  width: 320px;
  height: 100%;
  flex: 0 0 auto;
  background: #f5f5f5;
  border-right: 1px solid #ddd;
  overflow: auto;
  box-sizing: border-box;
}

.src-components-Root-style__wrapper___1dJ5f {
  flex: 1;
  height: 100%;
  background: #fff;
  overflow: auto;
  word-wrap: break-word;
}

.src-components-Root-style__main___2RACl {
  flex: 1;
  height: 100%;
  background: #fff;
  overflow: auto;
  word-wrap: break-word;
}

.src-components-Root-style__searchInput___3aZIx {
  width: 90%;
  max-width: 320px;
  margin: 5px 0 5px 5px;
  padding: 5px;
  font-size: 16px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
}

.src-components-Root-style__headerBtnGroup___j4cfp {
  margin: 10px 0 0;
}

.src-components-Root-style__generateLink___1HSXi {
  text-decoration: none;
}

@media screen and (max-width: 650px) {
  .src-components-Root-style__header___3hcEp {
    flex-direction: column;
  }

  .src-components-Root-style__headerBtnGroup___j4cfp {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .src-components-Root-style__sidebar___hwfoy {
    width: 100%;
  }

  .src-components-Root-style__postList___1sGAl {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .src-components-Root-style__main___2RACl {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
