
/* General page styles */
body {
  font-family: 'Georgia', serif;
  background-color: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 0 20px;
}

/* Header styles */
.v3-header {
  background-color: #004080;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}

.v3-header h1 {
  font-family: 'Merriweather', serif;
  font-size: 2.5em;
  margin: 0;
}

.v3-header p {
  font-size: 1em;
  margin: 5px 0 0;
}

/* Section styles */
.v3-section {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.v3-section h3 {
  font-family: 'Merriweather', serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.v3-section p, .v3-section ul {
  text-align: justify;
  font-family: 'Georgia', serif;
  font-size: 1em;
}

/* Hide empty sections */
.v3-section:empty {
  display: none;
}

/* List styling */
.v3-section ul {
  padding-left: 20px;
}

.v3-section li {
  margin-bottom: 5px;
}
