.pmne-list {
display: block;
}
.pmne-item {
position: relative;
padding: 12px 0;
border-bottom: 1px solid rgba(0,0,0,.06);
}
.pmne-item:last-child {
border-bottom: 0;
}
.pmne-thumb {
position: relative;
display: block;
width: 160px;
min-width: 160px;
overflow: hidden;
border-radius: .25rem;
}
.pmne-img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.pmne-cat {
position: absolute;
left: 6px;
top: 6px;
font-size: .68rem;
line-height: 1;
padding: .25rem .35rem;
background: rgba(0,0,0,.7);
color: #fff;
border-radius: .25rem;
text-transform: uppercase;
letter-spacing: .02em;
}
.pmne-body {
min-width: 0;
}
.pmne-title {
margin: 0 0 .25rem 0;
font-weight: 600;
}
.pmne-title a {
text-decoration: none;
}
.pmne-title a:hover {
text-decoration: underline;
}
.pmne-excerpt {
margin: 0;
font-size: .95rem;
color: #444;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .pmne-item .pmne-body:only-child .pmne-excerpt {
-webkit-line-clamp: 3;
} @media (max-width: 576px) {
.pmne-thumb {
width: 120px;
min-width: 120px;
}
}