.passkeys-shell {
  max-width: 980px;
}

.passkey-message {
  margin: 0;
  padding: 16px 28px;
  border-top: 1px solid #e2e5ea;
  color: #315c46;
  background: #f2f8f4;
  font-size: 13px;
}

.passkey-message.is-error {
  color: #9b3947;
  background: #fff5f6;
}

.login-passkey-button {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #cbd2dc;
  border-radius: 14px;
  background: transparent;
  color: #2f4667;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}

.login-passkey-button:hover {
  border-color: #9eabbc;
  background: #f7f9fc;
}

.login-passkey-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.login-passkey-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-unified-button {
  width: 100%;
  min-height: 52px;
  margin: 0;
}

.login-unified-button[hidden],
.login-code-panel[hidden] {
  display: none !important;
}

.login-code-panel {
  margin-top: 0;
}

.login-passkey-message {
  margin: 12px 0 0;
  color: #68707b;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.login-passkey-message.is-error {
  color: #9b3947;
}

.login-passkey-message:not([hidden]) + .login-code-panel {
  margin-top: 14px;
}

@media (max-width: 760px) {
  .passkey-message {
    padding: 15px 19px;
  }
}
