.rich-text-ul {
    list-style-type: disc
}

a {
    color: #E3001C;
    text-decoration: none;
    background-color: #fff0
}

    a:hover {
        color: #970013;
        text-decoration: underline
    }

    a:not([href]):not([class]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none
        }

.card ul {
    list-style-type: disc;
    margin: revert;
    padding: revert
}

    .card ul p {
        margin-bottom: 0
    }
