/* Content Wrapper */
.content {
  padding: 40px 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff; /* White text */
  line-height: 1.7;
  font-size: 16px;
}

/* Headings */
.content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0d6efd; /* Keep primary blue for highlight */
}

.content h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #f8f9fa; /* Lighter white for subheadings */
}

.content p {
  margin-bottom: 15px;
  text-align: justify;
  color: #e9ecef; /* Softer white for body text */
}

/* Lists */
.content ul {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #e9ecef;
}

.content ul li {
  margin-bottom: 8px;
}

/* Links */
.content a {
  color: #0dcaf0; /* Bootstrap cyan */
  text-decoration: none;
  font-weight: 500;
}

.content a:hover {
  text-decoration: underline;
}

/* Emphasis */
.content b,
.content strong {
  color: #fff;
  font-weight: 600;
}
