/*
 * 4heat-specific UI rules.
 *
 * These lived appended to client/modules/autocrm/css/main.css on the host, which means every
 * Autocrm release silently reverted them. A module's built CSS is a deployment artifact; anything
 * this instance wants on top of it belongs here and is registered in
 * custom/Espo/Custom/Resources/metadata/app/client.json (cssList, appended last so it wins).
 */

/* Wider Product select modal + better description readability. */
.dialog-product-select > .modal-dialog {
    width: 96vw;
    max-width: 1400px;
}

.dialog-product-select .list-container td[data-name="description"] {
    white-space: normal;
    line-height: 1.25;
}
