/* Page container */
.content-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 20px 48px;
}

/* Header */
.page-header-container {
  margin-bottom: 24px;
  text-align: center;
}

.content-page .title-group h1 {
  font-family: var(--font_family-style, serif);
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}


.title-divider {
  width: 60%;
  max-width: 360px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 16px auto 0;
}

/* Body */
.content-body p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 16px 0;
  text-align: center;
}

/* Email emphasis */
.contact-email a {
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.contact-email a:hover {
  text-decoration: underline;
}

/* Small note */
.contact-note {
  font-size: 0.9rem;
  opacity: 0.75;
}
