body {
  min-inline-size: 0;
}
a.pi-base-2-long-link { /* Ref: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.region-container.header .region,
main > .main-content,
.region-container.footer .region {
  padding-inline: var(--bezel-inline-size-small-screen);
  min-inline-size: 0;
}
body.has-sidebar .region-container.content,
body.two-sidebars .region-container.content,
.region-container.sidebar,
body.two-sidebars .region-container.sidebar,
body.two-sidebars .region-container.sidebar-first {
  margin-block-end: 1.25rem;
  padding-inline: 0;
  inline-size: auto;
  float: none;
}
