/* Use the full article width on narrow screens so table text remains readable. */
@media screen and (max-width: 767px) {
    .f-article__content.rte table {
        width: 100% !important;
        max-width: 100%;
    }
}

/* Keep long English words inside article table cells on narrow screens. */
.f-article__content.rte table td,
.f-article__content.rte table th {
    overflow-wrap: anywhere;
    word-break: break-word;
}
