.ai-notice {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #000000;
  line-height: 1.5;
}

.ai-notice h1 {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #D9241D;
  border-bottom: 2px solid #D9241D;
  padding-bottom: 0.5rem;
}

.ai-notice h2 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #D9241D;
}

.ai-notice p {
  margin: 0.4rem 0;
}

.ai-notice ul {
  margin: 0.4rem 0 0.8rem 1.2rem;
}

.ai-notice a {
  color: #D9241D;
  text-decoration: none;
}

.ai-notice a:hover,
.ai-notice a:focus {
  text-decoration: underline;
}

.sam-callout {
  border-left: 4px solid #D9241D;
  background-color: #fdf4f3; /* heel lichte tint van rood */
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 4px;
}

.sam-label {
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #D9241D;
}

.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #D9241D;
  color: #ffffff !important;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.button:hover,
.button:focus {
  background-color: #b81c17; /* iets donkerder rood bij hover */
}

.signature {
  margin-top: 2rem;
  font-style: italic;
  border-top: 1px solid #eee;
  padding-top: 1rem;
}