.entry-content,
.wp-block-post-content,
.is-layout-constrained > .wp-block-group,
.is-layout-flow > .wp-block-group {
  color: var(--stb-text-primary);
}

p,
li,
dd,
dt {
  color: var(--stb-text-muted);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

.stb-lead {
  font-size: clamp(1.08rem, 2vw, 1.22rem);
  color: rgba(248, 250, 252, 0.88);
}

.stb-overline {
  color: var(--stb-accent-cyan);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

.stb-feature-list {
  margin: 0;
  padding-left: 1.1rem;
}

.stb-feature-list li + li {
  margin-top: 0.45rem;
}

.stb-table {
  width: 100%;
  border-collapse: collapse;
}

.stb-table th,
.stb-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  text-align: left;
}

.stb-table th {
  color: var(--stb-text-primary);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

