
html, body {
    overflow-x: hidden;
}

* {
    overflow-wrap: anywhere;
}

#rich-text-content a {
    text-decoration: underline !important;
    color: revert;
}

#rich-text-content img {
    max-width: 100% !important;
    height: auto !important;
}
