<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tru-alert-bar-wrap {
    padding: 20px;
    background-color: #E4F5E8;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
}

.tru-alert-bar-wrap p {
    font-size: 18px;
    line-height: 1.5;
    color: #155724;
}

.tru-alert-bar-wrap a {
    text-decoration: underline;
    color: #155724;
    display: inline-block;
    font-weight: bold !important;
}

.tru-alert-bar-wrap a:hover {
    text-decoration: none;
    color: #155724;
}

.tru-alert-bar-wrap a:focus {
    color: #155724;
}</pre></body></html>