.ck-stewardship {
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto 0;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) minmax(320px, 2fr);
  gap: 18px 28px;
  color: #d9e8ff;
  background: linear-gradient(135deg, rgba(8, 22, 42, .96), rgba(18, 16, 48, .92));
  border: 1px solid rgba(91, 180, 255, .3);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, .24);
}

.ck-stewardship-progress > span,
.ck-stewardship dt {
  color: #66d9ff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ck-stewardship-progress p {
  margin: 8px 0 0;
  line-height: 1.55;
}

.ck-stewardship dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ck-stewardship dl div {
  padding: 12px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
}

.ck-stewardship dd {
  margin: 7px 0 0;
  font-weight: 700;
  line-height: 1.35;
}

.ck-stewardship-scope {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 13px;
  color: #aebfd8;
  font-size: .84rem;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

@media (max-width: 760px) {
  .ck-stewardship {
    width: min(100% - 20px, 1180px);
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .ck-stewardship dl {
    grid-template-columns: 1fr;
  }
}

@media (prefers-contrast: more) {
  .ck-stewardship { border-width: 2px; }
}

@media print {
  .ck-stewardship { box-shadow: none; color: #111; background: #fff; }
}
