/*
 * v188-opportunity-owner-uuid-draft-hotfix
 * The opportunity save toasts now carry a full plain-language sentence instead of
 * "Opportunity failed", so give the toast a readable measure and comfortable
 * line-height. Colours, position and animation are inherited unchanged.
 */
.toast-wrap .toast {
  max-width: min(420px, calc(100vw - 36px));
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}
