/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/
/* Sidebar Recent Posts */
.latest-stories-widget {
    padding: 20px;
    background: #fff;
}

.latest-stories-widget .widget-title {
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #1e73be;
    padding-bottom: 8px;
    margin-bottom: 16px;
    color: #222;
}

.latest-stories-list.wp-block-latest-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.latest-stories-list.wp-block-latest-posts li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.latest-stories-list .wp-block-latest-posts__post-title {
    font-weight: 600;
    color: #1e73be;
    text-decoration: none;
}

.latest-stories-list .wp-block-latest-posts__post-title:hover {
    text-decoration: underline;
    color: #0f4c81;
}

.latest-stories-list .wp-block-latest-posts__post-date {
    font-size: 0.85em;
    color: #666;
    display: block;
    margin-top: 4px;
}

.latest-stories-list .wp-block-latest-posts__post-excerpt {
    font-size: 0.9em;
    color: #444;
    margin-top: 6px;
}
