	.simple-recommendations {
	  margin: 30px 0;
	  padding: 20px;
	  background: #fafafa;
	  border-left: 5px solid #007bff;
	}

	.simple-recommendations strong {
	  display: block;
	  margin-bottom: 15px;
	  color: #333;
	}

	.simple-recommendations ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	}

	.simple-recommendations li {
	  margin-bottom: 10px;
	}

	.simple-recommendations a {
	  color: #0056b3;
	  text-decoration: none;
	}

	.simple-recommendations a:hover {
	  text-decoration: underline;
	}