.theme-forum {
  --brand: #2e587c;
  --nav: #315f86;
  --accent: #9cac39;
  background: #edf2f6;
  border-color: #70889b;
}

.theme-forum .site-masthead {
  min-height: 82px;
  padding-top: 12px;
  background: #dce8f1;
}

.theme-forum .site-brand {
  font-size: 31px;
}

.theme-forum .site-body {
  padding: 10px;
}

.theme-forum .content-column {
  padding: 10px;
  background: #fff;
  border: 1px solid #8fa2b1;
}

.theme-forum .comment-item {
  grid-template-columns: 132px minmax(0, 1fr);
  border: 1px solid #9aabb7;
}
