/* Global site overrides for CustomerConnect client */

/* Ensure Radzen autocomplete panel can auto-size beyond the input/column width. */
.rz-autocomplete-panel,
.rz-popup,
.rz-dropdown-panel,
.rz-dropdown,
.rz-autocomplete-panel[style],
.rz-popup[style],
.rz-dropdown-panel[style],
.rz-dropdown[style] {
  width: auto !important;
  min-width: 420px !important;
  max-width: none !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

/* Keep text from wrapping inside the template columns */
.rz-autocomplete-panel .rz-autocomplete-list-item div[style],
.rz-autocomplete-panel .rz-autocomplete-list-item div {
  white-space: nowrap !important;
}

/* If Radzen sets a min-width inline, override that too */
.rz-autocomplete-panel,
.rz-popup,
.rz-dropdown-panel,
.rz-dropdown {
  min-width: 420px !important;
}
