.steps-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.steps-list li {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #f9fafb;
  border-left: 4px solid #05d4e0;
  border-radius: 0.5rem;
}

.steps-list strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #111827;
  font-weight: 600;
}

.info-box {
  background: #f0f9fa;
  border: 1px solid #a7f3d0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.info-box h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #05d4e0;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
}

.info-box p {
  margin: 0;
  font-family: 'Courier New', monospace;
  color: #111827;
  font-weight: 600;
}

.donation-link {
  color: #05d4e0;
  text-decoration: none;
  font-weight: 600;
  word-break: break-all;
  overflow-wrap: break-word;
}

.thank-you-section {
  text-align: center;
  background: linear-gradient(135deg, #f0f9fa 0%, #f5f5f5 100%);
}

.thank-you-title {
  font-size: 1.5rem;
  color: #05d4e0;
  margin-bottom: 1rem;
}

.thank-you-text {
  font-size: 1.1rem;
  color: #374151;
  margin-bottom: 0;
}

.donation-info-paragraph {
  margin-top: 2rem;
}
