<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-list li:not(:last-child) {
    border-bottom: 1px solid rgb(210, 210, 210);
}

.news-list li &gt; div:first-child span::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background-color: rgb(205, 0, 14);
    border-radius: 50% !important;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .news-list li {
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
        margin-top: 1rem;
        border-bottom: 0;
    }

    .news-list li:first-child {
        margin-top: 2.5rem;
    }
}</pre></body></html>