.blog-feed-sidebar-wrapper{margin-bottom:20px}.blog-feed-sidebar{display:flex;flex-direction:column;margin-bottom:30px}.blog-feed-sidebar p{margin:0}.blog-feed-sidebar__title{background-color:#1c2d44;border-bottom:5px solid #ff500f;border-radius:10px 10px 0 0;font-weight:700;height:60px}.blog-feed-sidebar__title h3{background:transparent;color:#fff;font-size:22px;margin:0;padding:14px}.blog-feed-sidebar__post-container{background-color:#f4f6f8;border:1px solid #dddfe0;border-radius:0 0 10px 10px}.blog-feed-sidebar__post{grid-column-gap:10px;grid-row-gap:5px;border-bottom:1px solid #dddfe0;display:grid;grid-auto-columns:1fr 5fr;grid-template-areas:"photo       title" "textcontent textcontent";margin:auto;padding:10px 5px;text-decoration:none;width:95%}@media screen and (min-width:36em){.blog-feed-sidebar__post{grid-template-areas:"title title" "photo textcontent" "photo keepreading"}}.blog-feed-sidebar__post:last-of-type{border-bottom:none}.blog-feed-sidebar__post__title{align-self:center;grid-area:title;margin-bottom:9px}.blog-feed-sidebar__post__title h4{color:#1c2d44;font-family:Founders-Grotesk-Bold,sans-serif;font-size:15px;font-weight:700;margin:0;text-decoration:underline}.blog-feed-sidebar__post__image{grid-area:photo;height:70px;width:125px}.blog-feed-sidebar__post__image img{border-radius:5px;height:70px;width:125px}.blog-feed-sidebar__post__text{color:#5d5d5d;font-size:15px;font-weight:400;grid-area:textcontent;text-decoration:none}.blog-feed-sidebar__post__keepreading{display:none}@media screen and (min-width:36em){.blog-feed-sidebar__post__keepreading{color:#7faa34;display:block;font-size:13px;grid-area:keepreading;text-decoration:underline}}.blog-feed-sidebar__post:hover .blog-feed-sidebar__post__title h4{color:#347bf6}.blog-feed-sidebar__post:hover .blog-feed-sidebar__post__text{text-decoration:underline}.blog-feed-sidebar__post:hover .blog-feed-sidebar__post__keepreading{color:#1c2d44}
