/* Community Board v1 starter action — scoped to the Steward Console studio. */
.cb-starter-state {
  padding: 38px 26px;
  color: #1f3d3b;
}
.cb-starter-spark {
  color: #c8a24a !important;
  font-size: 1.35rem !important;
  margin: 0 0 8px !important;
}
.cb-starter-state strong { font-size: 1.18rem; }
.cb-starter-state > span:not(.cb-starter-spark) {
  max-width: 510px;
  margin: 8px auto 0;
  line-height: 1.5;
  color: #66716c;
}
.cb-starter-btn {
  display: inline-block;
  margin: 20px 0 10px;
  background: #1f3d3b;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 700;
  font-size: .82rem;
  cursor: pointer;
}
.cb-starter-btn:hover { background: #16302e; }
.cb-starter-state small {
  display: block;
  font-family: 'Source Sans 3', sans-serif;
  font-size: .68rem;
  color: #98968f;
}
