.restore-form {
  max-width: 400px;
}
.restore-form input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 16px;
  font-family: inherit;
}
.restore-form input[type="email"]:focus {
  outline: none;
  border-color: #000;
}
.turnstile-container {
  margin-bottom: 16px;
}
.restore-form button {
  width: 100%;
}
.purchase-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.purchase-item {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
.purchase-item:last-child {
  border-bottom: none;
}
.purchase-name {
  font-weight: 500;
  margin-bottom: 8px;
}
.purchase-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}
.download-button {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.download-button:hover {
  background: #000;
  color: #fff;
}
.error-message {
  color: #c00;
  margin-bottom: 16px;
}
.success-message {
  color: #080;
  margin-bottom: 16px;
}
.loading {
  color: #666;
}
.hidden {
  display: none;
}
.purchases-footer {
  margin-top: 32px;
}
.purchases-footer p {
  color: #666;
  font-size: 14px;
}
.download-unavailable {
  color: #666;
}
