/**
 * Geshmak! Atomic Text Editor — Frontend Styles
 * DEVELOPED BY TOM GOLDSTEIN > GESHMAK! > https://geshmak.com.au/
 */

/* Drop cap: targets the first letter of the first paragraph inside the widget */
.geshmak-ate-drop-cap > p:first-of-type::first-letter,
.geshmak-ate-drop-cap > .wp-block-paragraph:first-of-type::first-letter {
	float: left;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1;
	margin-right: 0.1em;
	margin-top: 0.1em;
}
