.rawcut-post-list {
margin: 0;
}
.post-list-item {
padding: 15px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;;
transition: all 0.3s ease;
}
.post-list-item:hover {
}
.post-list-content {
display: flex;
flex-direction: column;
gap: 8px;
}
.post-list-title {
margin: 0;
font-size: inherit !important;
font-weight: 400;
line-height: 1.2 !important;
}
.post-list-title a {
text-decoration: none;
transition: 0.3s ease;
color: #fff !important;
opacity: 0.85;
}
.post-list-title a:hover {
opacity: 1;
}
.post-list-meta {
display: flex;
align-items: center;
gap: 5px;
font-size: 14px;
color: #fff;
}
.post-date {
font-weight: 400;
}
.post-separator {
color: #fff;
}
.post-category {
font-weight: 400;
color: #fff;
}
.rawcut-post-list-empty {
padding: 40px;
text-align: center;
color: #fff;
} @media (max-width: 690px) {
.post-list-item {
padding: 20px 0;
}
.post-list-title {
font-size: 18px;
}
.post-list-meta {
font-size: 13px;
flex-wrap: wrap;
}
.rawcut-post-list .post-list-item:nth-child(3) {
border-bottom: none !important;
}
.rawcut-post-list .post-list-item:nth-child(4), .rawcut-post-list .post-list-item:nth-child(5) {
display: none !important;
border-bottom: none !important;
}
.rawcut-post-list {
margin: 10px 0 !important;
}
}
@media (max-width: 480px) {
.rawcut-post-list {
margin: 30px 0;
}
.post-list-title {
font-size: 16px;
}
.post-list-meta {
font-size: 12px;
}
}