.editor-styles-wrapper, .entry-content a
{
color:#f70d28ff;   
text-decoration: none !important;
}
.entry-title{font-size:1.3rem;margin-top:0;font-weight:600;line-height: 1.25;margin-bottom:1rem;}
.post-meta{font-size:.9rem;color:#666;margin: 0 0 .5rem 0;}
.post-meta a{color:#f70d28ff;text-decoration: none !important;}

.fooundit-default-post-sidebar {
display:grid;
gap:1.5rem;
position:sticky;
top:2rem;
}

.fooundit-related-articles-card {
border:1px solid #d4dcef;
border-radius:.5rem;
background:#fff;
overflow:hidden;
box-shadow:0 12px 28px rgba(44,62,108,0.04);
}

.fooundit-related-articles-card__title {
margin:0;
padding:1.3rem 1.4rem;
border-bottom:1px solid #d4dcef;
font-size:1.2rem;
font-weight:700;
color:#3d4f86;
}

.fooundit-related-articles-card__list {
padding:0 1.5rem 1.5rem;
}

.fooundit-related-articles-card__item {
padding:1rem 0;
}

.fooundit-related-articles-card__item + .fooundit-related-articles-card__item {
border-top:1px solid #e4ebf7;
}

.fooundit-related-articles-card__item h3 {
margin:0 0 .35rem;
font-size:0.9rem;
line-height:1.45;
}

.fooundit-related-articles-card__item h3 a {
color:#101828;
}

.fooundit-related-articles-card__item time {
color:#95a1b4;
font-size:0.8rem;
}

.fooundit-related-articles-card__empty {
margin:0;
padding:1.4rem 1.5rem 1.5rem;
color:#667085 !important;
}

@media (max-width:991px){
.fooundit-default-post-sidebar {
position:static;
top:auto;
margin-top:1.5rem;
}
}
