/* Detail Games Common Styles */
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f5f5f5;
}

.container {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 3px solid #007bff;
  padding-bottom: 10px;
}

h2 {
  color: #007bff;
  margin-top: 30px;
  margin-bottom: 15px;
}

h3 {
  color: #555;
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
  text-align: justify;
}

ul {
  margin-bottom: 15px;
}

li {
  margin-bottom: 5px;
}

.contact-info {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}

.last-updated {
  text-align: center;
  color: #666;
  font-style: italic;
  margin-top: 30px;
}

/* Account Deletion Specific Styles */
.account-deletion h1 {
  border-bottom-color: #dc3545;
}

.account-deletion h2 {
  color: #dc3545;
}

.warning-box {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0;
}

.email-box {
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
}

.email-address {
  font-size: 1.2em;
  font-weight: bold;
  color: #0c5460;
  margin: 10px 0;
}
