/* Styles for single-column text pages */
.text-page-wrapper {
  padding: 40px 0 60px;
}

.text-page-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}

/* New title style, matching 'About Us' */
.text-page-container .page-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 24px;
  position: relative;
  padding-bottom: 12px;
}

.text-page-container .page-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #111827;
}

.text-page-container h2 {
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 600;
}

.text-page-container p,
.text-page-container li {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

.text-page-container ul,
.text-page-container ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

.text-page-container a {
  color: #2563eb;
  text-decoration: underline;
}

.text-page-container a:hover {
  color: #1d4ed8;
}
