.smc-guided-demo button {
  width: 100%;
  padding: 9px;
  border: 1px solid #4dd7e8;
  border-radius: 5px;
  background: #17414a;
  color: #c9fbff;
  font-weight: 800;
  cursor: pointer;
}

.smc-guided-demo small {
  display: block;
  margin-top: 6px;
  color: #91a7b8;
  line-height: 1.45;
}

html[data-theme="light"] .smc-guided-demo button,
body.light .smc-guided-demo button {
  background: #dff6f8;
  color: #17414a;
}
