#mp-feed {
max-width: 100%;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.mp-item {
border-bottom: 1px solid #eee;
padding: 12px;
}
.mp-content-body {
margin:20px;
}
.mp-featured img {
width: 100%;
height: auto;
display: block;
margin-bottom: 8px;
border-radius: 8px;
}
.mp-date {
color: #666;
margin-bottom: 6px;
}
.mp-text {
line-height: 1.45;
}
.mp-more {
color: #0073aa;
cursor: pointer;
}
#mp-end,
#mp-loading {
margin: 12px;
}
.mp-tags {
display: none;
}
.mp-actions {
display: flex;
gap: 12px;
align-items: center;
margin-top: 15px;
}
.mp-link,
.mp-comments {
display: inline-flex;
align-items: center;
text-decoration: none;
color: inherit;
}
.mp-icon {
display: inline-block;
vertical-align: middle;
}
.mp-comments-block {
margin-top:20px;
}
.mp-comment-count {
margin-left: 6px;
font-size: 0.95em;
color: #666;
}
.single-micropost .comments-title {
display: none !important;
}