.document-style {
  background-color: #fff8f8;
  padding: 60px 20px;
  font-family: 'Georgia', serif;
  color: #2a2a2a;
}

.doc-container {
  max-width: 850px;
  margin: auto;
  padding: 50px;
  background: #fff;
  border: 2px solid #DA2F47;
  box-shadow: 0 0 20px rgba(218, 47, 71, 0.15);
  position: relative;
}

.doc-header {
  text-align: center;
  border-bottom: 2px dashed #DA2F47;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.doc-header h1 {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #DA2F47;
}

.effective-date {
  font-size: 16px;
  font-style: italic;
  color: #a33;
}

.doc-body h2 {
  font-size: 22px;
  margin-top: 25px;
  color: #DA2F47;
}

.doc-body p,
.doc-body ul,
.doc-body address {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
  color: #3c3c3c;
}

.doc-body ul {
  list-style-type: disc;
  padding-left: 20px;
}

.doc-body address {
  font-style: normal;
  margin-top: 20px;
  line-height: 1.7;
}

.doc-body a {
  color: #DA2F47;
  text-decoration: none;
}

.doc-body a:hover {
  text-decoration: underline;
}

.doc-footer {
  margin-top: 40px;
  border-top: 1px solid #DA2F47;
  text-align: center;
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}
