.kst-demo-button {
  border-color: rgba(103, 243, 189, .48) !important;
  color: #06150f !important;
  background: linear-gradient(135deg, #67f3bd, #8af7d0) !important;
  box-shadow: 0 10px 30px rgba(103,243,189,.14) !important;
  font-weight: 780;
}

.kst-demo-button:hover {
  border-color: #b5ffe4 !important;
  background: linear-gradient(135deg, #82f8cc, #a5ffe0) !important;
}

.kst-demo-button::before {
  content: "●";
  margin-right: 8px;
  color: #0c6848;
  font-size: 9px;
}

.kst-demo-inline {
  width: 100%;
  margin: 0 0 12px;
}

.kst-page-sicherungskasten .top-bar .kst-demo-button {
  margin-left: auto;
}

.kst-demo-pill {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  padding: 5px 9px;
  border: 1px solid rgba(103,243,189,.34);
  border-radius: 999px;
  color: var(--kst-green);
  background: rgba(103,243,189,.08);
  font-size: 9px;
  letter-spacing: .12em;
}

.kst-demo-toast {
  position: fixed;
  z-index: 12000;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  padding: 12px 16px;
  border: 1px solid rgba(103,243,189,.4);
  border-radius: 999px;
  color: #082017;
  background: var(--kst-green);
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 750;
}

@media (pointer: coarse) {
  .kst-demo-button {
    min-height: 50px !important;
  }

  .kst-page-sicherungskasten .top-bar .kst-demo-button {
    grid-column: 1 / -1;
    width: 100%;
    margin: 4px 0 0;
  }
}
