.help-center {
  display: grid;
  grid-template-rows: max-content 1fr;
  height: 100%;
  grid-gap: 20px;
  position: relative;
}
.help-center .grid-wrap {
  height: 100%;
}
.help-center table {
  overflow-x: auto;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
}
.help-center table tbody {
  border-collapse: collapse;
}
.help-center table tr {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.help-center table tr:first-of-type {
  border-top: none;
}
.help-center table tr:last-of-type {
  border-bottom: none;
}
.help-center table tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.help-center table th,
.help-center table td {
  padding: 8px 10px;
  line-height: 135%;
  font-size: 13px;
}
.topic-title {
  line-height: 1;
  display: grid;
  grid-auto-rows: max-content;
  grid-gap: 7px;
  margin-bottom: 7px !important;
  font-size: 30px !important;
}
.topic-title .emphasis {
  color: #1493ff;
}
.topic-title .topic-title-secondary {
  font-size: 15px;
  color: #555555 !important;
}
.page-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  border: 1px solid;
  font-family: var(--font-medium);
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 18px;
  text-transform: none;
  border: 1px solid #cccccc;
  color: #333333;
  background-color: white;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  display: block;
  line-height: 1.4;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 7px;
  align-items: center;
}
.page-status i {
  font-size: 11px;
}
.page-status.draft {
  border-color: #cf7e05;
  background-color: #fef2d8;
  color: #cf7e05;
}
.page-status.scheduled {
  border-color: #31459a;
  background-color: #eff1ff;
  color: #31459a;
}
