/**
 * Styles for the front-end of Ask Yogananda
 *
 * @since 1.0
 * @version 1.0
 */

/*doc---title: Placeholdername: placeholdercategory: Base CSS---Description```html_example<div class="entry clearfix">

	<div class="ask-yogananda-question">
		<p>Is life real?</p>
	</div>
	<div class="ask-yogananda-asker">R.B.</div>

	<div class="ask-yogananda-answer">
		<p>The more you think that this life is real, the greater will be your punishment. You are only here for a little while, and you must realize that you are a divine traveler. You must not tie yourself down with limitations but must remember the vastness of Spirit. Attachment to the physical body causes a host of sufferings. The only reality that your body has is as a memory of a fragile body dream.</p>
	</div>

	<div class="ask-yogananda-source">From East-West Magazine, January 1941.</div>

</div>```*/

.ask-yogananda-question p {
	font-size: 1.5rem !important; /* !important is for overriding current Ananda Worldwide theme styles */
	margin-bottom: 0 !important;
}

.ask-yogananda-asker {
    font-style: italic;
}

.ask-yogananda-answer {
	margin-top: 1em;
}

.ask-yogananda-source {
	font-style: italic;
}