/*
Theme Name: Accademia
Theme URI: 
Author: masino1967
Author URI: 
Description: Academy is a theme for schools and universities but also for personal blogs and general websites. Fully customizable, it is the ideal starting point for building a site for a small community.
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accademia
Tags: blog, news, custom-colors, full-site-editing, threaded-comments, translation-ready
*/


.entry-content h1.wp-block-heading,
.entry-content h2.wp-block-heading,
.entry-content h3.wp-block-heading,
.entry-content h4.wp-block-heading {
	padding-left: 15px;
	border-left: solid 3px #3f9cff;
}
.entry-content h1.wp-block-heading,
.entry-content h2.wp-block-heading {
	padding-bottom: 10px;
	border-bottom: solid 1px #3f9cff;
}
.entry-content p {
	line-height: 2.0em;
}
.entry-content * + h1, .entry-content * + h2 {
	margin-top: 3em;
}
.entry-content * + h3, .entry-content * + h4 {
	margin-top: 1.5em;
}
.entry-content ul li + li {
	margin-top: 7px;
}