.taj-notice {
  background-color: #f9f7f0; /* soft, warm light tone */
  border-left: 4px solid #aa5e2b; /* elegant brown-gold accent */
  padding: 18px;
  margin: 20px 0;
  border-radius: 4px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #4b3f35;
  line-height: 1.6;
}

.taj-notice p {
  margin: 8px 0;
  font-size: 16px;
}

.taj-notice a {
  color: #aa5e2b;
  text-decoration: none;
  font-weight: bold;
}

.taj-notice a:hover {
  text-decoration: underline;
}

.taj-notice .signature {
  margin-top: 12px;
  font-style: italic;
  text-align: right;
}