.calculator-list {
  list-style: none;
  padding: 0;
}

.calculator-list li {
  background: #eef3ff;
  margin: 8px 0;
  padding: 12px;
  border-radius: 5px;
}

.calculator-list a {
  text-decoration: none;
  font-weight: bold;
  color: #0a58ca;
}

.calculator-list a:hover {
  text-decoration: underline;
}
