<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#home-newsroom {
    background: #eee;
    margin: 8px 0 0 0;
    font-size: 10pt;
}

#home-newsroom ul {
    margin: 0;
    list-style: none;
    font-size: 10pt;
}

#home-newsroom ul li {
}

#home-newsroom ul li a {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px;
    border: 2px solid #eee;
    text-decoration: none;
}

#home-newsroom ul li a span.date {
    background: #ffc;
    border: 1px solid #dde;
    text-align: center;
    font-weight: normal;
    padding: 4px 0;
    flex-basis: 80px;
    border-radius: 4px;
    font-size: 9pt;
}

#home-newsroom ul li a span.text {
    flex: 1;
}

#home-newsroom ul li a:hover {
    background: #fff;
}

#home-newsroom ul li a:hover span.text {
    text-decoration: underline;
}
</pre></body></html>