.custom-list li {
  background-color: #e1f6fc;
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid #31afe0;
  transition: background-color 0.3s ease;
}
.custom-list li:hover {
  background-color: #31afe070;
  cursor: pointer;
}
