/*!
Theme Name: yaelrotem
Theme URI: https://www.valleydevelopers.com/
Author: Valley Developers
Author URI: https://www.valleydevelopers.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yaelrotem
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

yaelrotem is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Blog post styling */
.toc {
    background: #f9f9f9;
    border-right: 4px solid #2c7a3a;
    padding: 20px 24px;
    margin: 30px 0;
    border-radius: 6px;
    display: block;
}
.toc h2 {
    margin: 0 0 12px 0;
    font-size: 1.1em;
    border: none;
}
.toc ul {
    margin: 0;
    padding-right: 20px;
    list-style: disc;
}
.toc ul li {
    margin-bottom: 8px;
    font-size: 0.95em;
}
.entry-content h2 {
    margin-top: 40px;
    padding-top: 16px;
    border-top: 2px solid #f0f0f0;
}
.entry-content p {
    margin-bottom: 1.4em;
    line-height: 1.8;
}
.author-bio {
    flex-wrap: wrap;
}