.calc-post-main {
  font-family: "Segoe UI", sans-serif;
  max-width: 98%;
  margin: 0 auto;
  padding: 30px 20px;
  color: #333;
}
.calc-post-main h1 {
  font-size: 30px;
  color: #005099;
  margin-bottom: 10px;
}
.calc-post-main h2 {
  font-size: 20px;
  margin-top: 30px;
  color: #222;
  font-weight: 600;
}
.calc-post-main p {
  margin: 10px 0 20px;
}

.fa-ul.checklist {
  list-style: none;
  padding-left: 1.5em;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.8;
}
.fa-ul.checklist li {
  margin-bottom: 10px;
}
.text-green {
  color: #28a745;
}

.green-button {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  background-color: #28a745;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.green-button:hover {
    background-color: #004610;
    color: white;
}

.green-button i {
  margin-right: 8px;
}

    .customize-button {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 20px;
  background-color: #ffc107;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color 0.3s;
}
.customize-button:hover {
    background-color: #e0ae15;
    color: white;
}
.customize-button i {
  margin-right: 8px;
}