body {
  font-family: Arial, sans-serif;
  margin: 30px;
  background: #172B69;
}

.container {
  max-width: 600px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
}

label {
  display: block;
  margin-top: 15px;
}

input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
}

button {
  margin-top: 20px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background: #1B8477;
  color: white;
}

#output {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  min-height: 100px;
  pointer-events: none;
}

.signature-container {
  font-family: Arial, sans-serif;
  color: #000000;
  font-size: 14px;
}

.sig-name {
  font-weight: bold;
  font-size: 14px;
}

.sig-pronouns {
  font-weight: normal;
  color: #000000;
}

.sig-title {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}

.sig-company {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.sig-email, .sig-phone {
  color: #666666;
}

.sig-email a {
  color: #172B69;
  text-decoration: none;
}

.social-links a {
  text-decoration: none;
  color: #172B69;
  font-size: 12px;
}

.company-logo {
  margin-top: 10px;
}

.disclaimer {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  font-style: italic;
  line-height: 1.4;
}