#wpcontent {
  padding-left: 0;
}

#commentswp {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#commentswp [x-cloak] {
  display: none !important;
}
#commentswp > .notice, #commentswp > .updated {
  margin: 20px;
}
#commentswp h1 {
  color: #1d2327;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
#commentswp h1 .title-logo {
  width: 36px;
}
#commentswp h1 .title-main {
  padding-left: 10px;
}
#commentswp h1 .title-main a {
  text-decoration: none;
  font-weight: normal;
}
#commentswp h1 .title-separator {
  color: #D0D1D7;
  padding: 0 7px 0 5px;
}
#commentswp h1 .title-secondary {
  font-weight: normal;
}
#commentswp abbr[desc] {
  position: relative;
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}
#commentswp abbr[desc]:hover::after,
#commentswp abbr[desc]:focus::after {
  content: attr(desc);
  position: absolute;
  left: 0;
  bottom: -30px;
  width: auto;
  white-space: nowrap;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  font-size: 14px;
  padding: 3px 5px;
}
#commentswp .commentswp-page {
  padding: 0 20px;
}