<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tpd-crime-widget__list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.tpd-crime-widget__item {
    border-bottom: 1px solid #e1e1e1;
    padding: 0.5rem 0;
}
.tpd-crime-widget__link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.tpd-crime-widget__link:hover {
    text-decoration: underline;
}
.tpd-crime-widget-sortcode {
    padding: 15px 25px;
    background: #fff;
    margin-bottom: 3rem;
}

.tpd-crime-widget-sortcode h2 {
    margin-bottom: 15px;
    text-align: center;
}

.tpd-crime-widget-sortcode li a {
    font-weight: 600;
    color: #474747;
    font-size: 20px;
}

@media (width &gt;= 768px) {
    .tpd-crime-widget-sortcode {
        display: none;
    }
}
  </pre></body></html>