.csten-login-panel {
  max-width: 34rem;
  margin: clamp(3rem, 10vw, 8rem) auto;
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  text-align: center;
}

.csten-login-panel h2 {
  margin-top: 0;
}

.csten-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 1rem;
  padding: .75rem 1.3rem;
  border: 1px solid #d8ae78;
  background: #d8ae78;
  color: #17110b;
  text-decoration: none;
}

.csten-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  grid-column: 1 / -1;
}

.csten-form-actions button {
  flex: 1 1 12rem;
}

.csten-delete-stone {
  border-color: #a94442 !important;
  background: transparent;
  color: #d96b68;
}
