/*
Theme Name: really-child
Version: 1.1
Template: really-simple
*/
<style>
.sticky .card-body {border:0px solid #333;background:#fffcfc!important;}
.rpwwt-widget {padding-top:15px;}
.widget_text {font-size:22px!important;padding-bottom:0px!important;font-weight:bold;}
.wp-calendar-table tr th:first-child {color:#a00;}
.wp-calendar-table tr th:last-child {color:#00f}
.wp-calendar-table #today {background:#fea;}
.wp-calendar-table td:first-child {color:#f00;}
.wp-calendar-table td:last-child {color:#00f;}
.wp-calendar-table tr th {background:#fdf7ed;}
.wp-block-latest-posts__featured-image img {
height:150px!important;
width:90px!important;
}
.rpwwt-widget li {
border:0px solid #ddd;
margin-top:-18px!important;
font-size:10pt;
}

/*トップ固定の投稿の背景色指定*/
.sticky .card-body {border:0px solid #333;background:#fefefe!important;}
article.post-card.sticky {
  background: #fff!important;
}

.wp-block-latest-posts__featured-image img {
height:150px!important;
width:90px!important;
}
.rpwwt-widget ul li {font-size:10pt;}
.popular-posts {font-size:11pt;}
/*最近の投稿部*/
.wp-block-heading {padding-bottom:8px;margin-bottom:-20px!important;}
.recent-posts-widget-with-thumbnails {margin-top:-10px!important;}


</style>