/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.blog-entry.post, .sidebar-box, .single-post .site-content {
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
    background-color: #fff;
    border: .1rem solid rgba(185, 185, 185, 0.4);
    border-radius: 10px;
    border-color: transparent;
    padding: 20px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li, .sidebar-box ul li {
    clear: both;
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 16px;
}