.stats-row {
display: flex;
justify-content: space-between;
text-align: center;
margin-bottom: 10px;
border-radius: 8px 8px 0px 0px;
}
.stats-col {
flex: 1;
font-size: 14px;
color: #333;
margin-right:2px;
}
.stats-col i {
color: #00829c;
margin-right: 3px;
} .blog-age-container {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-top: 2px;
background-color:#fff;
border-radius: 0px 0px 8px 8px;
}
.blog-image {
max-width: 100px;
height: auto;
}
.blog-age {
font-size: 16px;
background-color:#fff;
}