/* Custom style for blockquotes */
blockquote {
	background-color: #ffffff; /* Light gray background */
	border: 1px solid #000000; /* Black border */
	padding: 10px;
	margin: 20px 0;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.6;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
}

/* Style the text inside blockquotes */
blockquote p {
	margin: 0;
	color: #333; /* Dark text color */
}

blockquote li {
	color: #333;
}

.fractal-link::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('fractal-logo-link.png');
	background-position: center;
	vertical-align: -4px;
	background-repeat: no-repeat;
}
