/******* Do not edit this file *******
Code Snippets Manager
Saved: Sep 16 2026 | 08:29:28 */
/* Latest press releases (front page) – replaces Toolset view */
.opr-list {
    max-width: 1140px;
    margin: 0px auto;
    padding: 40px 10px 0 0;
    font-family: "Graphik", sans-serif;
}

.opr-item {
    box-sizing: border-box;
    width: 95%;                /* .grid-95 */
    padding: 0 10px;
    margin-bottom: 1em;        /* .fileattachment */
    font-size: 16px;
    color: #222;
}

.opr-date {
    font-size: 14px;
    font-weight: 600;
    color: #1F2548;
}

.opr-date::before {
    content: "•";
    display: inline-block;
    padding-right: 0.5em;
    margin-left: -0.9em;
    vertical-align: middle;
    font-size: 14px;
    color: #1F2548;
}

.opr-title {
    line-height: 1.2em;
}

.opr-title a {
    color: #1F2548;
    font-size: 18px;
    line-height: 1.5em;
    text-decoration: none;
}

.opr-title a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .opr-item {
        width: 100%;           /* .mobile-grid-100 */
    }
}