/* ============================================================================
ACRM custom helpers (MCML look is reused as-is)
============================================================================ */

/* Ensure legacy images scale inside content area */
.contentArea img {
  max-width: 100%;
  height: auto;
}

/* Keep long words/URLs from overflowing */
.contentArea {
  overflow-wrap: anywhere;
}

/* Tables shouldn't overflow */
.contentArea table {
  max-width: 100%;
}
