/*
 * Wrap long accessibility-page URLs on narrow viewports.
 *
 * Paths without hyphens (for example the JAWS product URL) do not wrap by
 * default and overflow the content column on mobile.
 *
 * New object key: CloudFront caches prior CSS immutably by path.
 */

#accessibility-page a {
    overflow-wrap: anywhere;
    word-break: break-word;
}
