.blog_posts{border:1px solid var(--border-light);border-radius:var(--border-radius);box-shadow:0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);}

#blog_post_content{font-size:1.0625rem}
#blog_post_content hr{border-color:var(--border-light);}
.circle{display:inline-flex;justify-content:center;align-items:center;width:34px;height:34px;background-color:#e2e8f0;color:var(--text-dark);border-radius:50%;font-weight:500;font-size:0.875rem;}
.line_v{display:inline-block;color:var(--text-dark);padding:0 1rem;}
a.icon_circle,a.icon_circle:visited{margin:0 0.25rem;display:inline-flex;justify-content:center;align-items:center;width:36px;height:36px;background-color:#000;color:#fff;border-radius:50%;}
a.icon_circle.facebook,a.icon_circle.facebook:visited{background:#2563eb;}
a.icon_circle.facebook:hover{background:#5182ef;}
a.icon_circle.linkedin,a.icon_circle.linkedin:visited{background:#1d4ed8;}
a.icon_circle.linkedin:hover{background:#4a71e0;}
a.icon_circle.xtwitter,a.icon_circle.xtwitter:visited{background:#1f2937;}
a.icon_circle.xtwitter:hover{background:#4c545f;}
a.icon_circle.whatsapp,a.icon_circle.whatsapp:visited{background:#25D366;}
a.icon_circle.whatsapp:hover{background:#2FDB73;}
.intro{background:var(--main-bg-alt);border:1px solid var(--border-light);border-radius:var(--border-radius);padding:1.25rem;box-shadow:0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);}
.author .div_table,.author .div_table .div_cell{border:0;vertical-align:top;font-size:1rem;}
.author .div_table > .div_cell:first-child{width:15%;text-align:center;}
.author .circle{width:100px;height:100px;border:5px solid #fff;font-size:3rem;color:#4a5568;}

@media screen and (max-width: 767px) {
.author .div_table > .div_cell:first-child{width:20%;}
.author .circle{width:70px;height:70px;border:3px solid #fff;font-size:2rem;color:#4a5568;}
}
@media screen and (max-width: 479px) {
.author .div_table,.author .div_cell{display:block;}
.author .div_table > .div_cell:first-child{width:auto;}
}
