/* /Components/MessageBoard/MessageBoardBanners.razor.rz.scp.css */
/* Links inside backoffice-authored HTML have no classes of their own, so they need styling here. */
[b-wngk0hxwu7] .messageboard-content a {
    text-decoration: underline;
    color: inherit;
}

[b-wngk0hxwu7] .messageboard-content a:hover {
    opacity: 0.8;
}

[b-wngk0hxwu7] .messageboard-content p:not(:last-child) {
    margin-bottom: 0.5rem;
}

[b-wngk0hxwu7] .messageboard-content ul {
    list-style: disc;
    padding-left: 1.25rem;
}
