.block.block--articles.block--previews .block-body .message--articlePreview {
margin-top: 0;
&:nth-of-type(n) {
grid-area: unset;
& .articlePreview {
&-main {
flex-direction: column;
}
&-image {
width: 100%;
}
&-title {
font-size: @xf-fontSizeLarger;
}
&-content .bbWrapper:after {
background: none;
}
&-meta {
border-top: solid 1px @xf-borderColor;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 5px;
& li {
list-style: none;
}
& .articlePreview-by,
& time.u-dt,
& a.u-concealed,
& i.fa-share-alt {
font-size: 14px;
color: #333;
}
& a.u-concealed:hover {
text-decoration: underline;
}
& time.u-dt {
display: block;
}
& i.fa-share-alt {
margin-left: 5px;
}
/* إخفاء عنصر الكاتب كما هو في الكود السابق */
& .articlePreview-by {
display: none;
}
}
}
}
}