/* MiTrade24: mobile home layout containment.
 * Keeps the injected home block inside the viewport when body is a flex column.
 * Isolated from catalog data, prices, stock and 1C exchange.
 */
@media (max-width: 980px) {
  body.mitrade-designer-shell > #mitrade-designer-home-source {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

@media (max-width: 640px) {
  body.mitrade-designer-shell > #mitrade-designer-home-source .mi-designer-lead {
    width: calc(100% + 20px) !important;
    max-width: none !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}