/* Styles pour le template d'email TradeTok */

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 600px;
  margin: 0 auto;
}

.container {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.header {
  margin-bottom: 30px;
}

.logo {
  color: #099;
  margin: 0;
  font-size: 28px;
}

.tagline {
  color: #666;
  margin: 5px 0 0 0;
}

.content {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.title {
  color: #333;
  margin-bottom: 20px;
}

.text {
  margin-bottom: 20px;
}

.button-container {
  margin: 30px 0;
}

.confirm-button {
  background-color: #099;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
}

.warning-box {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin-top: 25px;
  font-size: 14px;
  color: #666;
}

.footer {
  margin-top: 30px;
  font-size: 12px;
  color: #999;
}
