.main-title {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #333;
}

.section-header {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #2969b0;
}

.subsection-header {
  font-size: 25px;
  font-weight: 700;
  color: #2969b0;
}

.text-content {
  margin: 0 0 0 0;
  line-height: 1.6;
  font-size: 16px;
  font-family: "Aptos", sans-serif;
  color: #000;
}

.indent-20 {
  margin: 0 0 8pt 20px;
  line-height: 1.6;
  font-size: 16px;
  font-family: "Aptos", sans-serif;
  color: #000;
}

.indent-40 {
  margin: 0 0 8pt 40px;
  line-height: 1.6;
  font-size: 16px;
  font-family: "Aptos", sans-serif;
  color: #000;
}

.spacing {
  margin: 0;
  line-height: 1.6;
}

.section-gap {
  margin: 0;
  padding: 0;
  height: 20px;
}

.deadline-list {
  margin-bottom: 0;
  list-style-type: disc;
  padding-left: 20px;
}

.deadline-list li {
  margin: 0 0 8pt 0;
  line-height: 1.6;
  font-size: 16px;
  font-family: "Aptos", sans-serif;
  color: #000;
}

.button-container {
  margin-left: 20px;
}

.category-header {
  display: block;
  margin-bottom: 10px;
}

.category-spacer {
  display: block;
  margin-top: 10px;
}

.fee-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fee-item {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.fee-detail {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  padding: 3px 0;
}

.fee-spacer {
  display: block;
  height: 10px;
}
