<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Drop Cap Shortcode styles
*/

span.dropcap {
	text-transform: none;
	font-weight: bold;
	color: #fff;
	background: #252525;
	float: left;
	padding: 20px 20px;
	font-size:100px;
	margin:6px 30px 10px 0;
	line-height:110px;
}</pre></body></html>