.related-calculators {
  margin-top: 40px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 5px solid #007bff;
}

.related-calculators h2 {
  color: #007bff;
  font-size: 20px;
  margin-bottom: 15px;
}

.related-calculators ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.related-calculators li {
  margin-bottom: 10px;
}

.related-calculators a {
  text-decoration: none;
  color: #0056b3;
  font-weight: 500;
  transition: color 0.3s ease;
}

.related-calculators a:hover {
  color: #ef3658;
}
