/* Keep event detail content inside narrow viewports and wrap long source URLs. */
.mx-single-layout,
.mx-single-main,
.mx-single-side {
  min-width: 0;
}

.mx-single-main {
  overflow-wrap: anywhere;
}

.mx-single-main a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 1020px) {
  .mx-single-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
