.AccountMap_overlay__eABcu {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin-bottom: 15px;
  overflow: hidden;
}

.AccountMap_container__5DGJU {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.AccountMap_header__n_681 {
  padding: 12px 20px;
  border-bottom: 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}

.AccountMap_title__MVSRO {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.AccountMap_subtitle__c06e4 {
  margin: 4px 0 0 0;
  font-size: 13px;
  font-weight: 400;
}

.AccountMap_subtitleSpacer__c1F10 {
  margin: 4px 0 0 0;
  min-height: 2.6em;
  font-size: 13px;
  font-weight: 400;
}

.AccountMap_glMappingsTitle__1r1SP {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: inherit;
}

.AccountMap_accountMapImportToolbarRow__CmOP_ {
  display: flex;
  align-items: center;
}

.AccountMap_manualMapToolbarLeft__OWCe2 {
  display: flex;
  align-items: center;
  min-width: 0;
}

.AccountMap_manualMapToolbarRight__TrYhn {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.AccountMap_manualMapToolbarRight__TrYhn .AccountMap_searchBox__yZds0 {
  margin-left: 0;
}

.AccountMap_manualMapHeaderStats__vIcQV {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.AccountMap_statsRow__1nHL0 {
  display: flex;
  gap: 8px;
  align-items: center;
}

.AccountMap_statsBadge__wKXVV {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
}

.AccountMap_content__CkAA1 {
  padding: 16px 20px 0 20px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}

.AccountMap_columnSelectorCard__MRNQl {
  overflow: visible !important;
  padding: 20px;
}

.AccountMap_columnSelectorWrapper__ajJjo {
  min-height: 500px;
  overflow: visible;
}

.AccountMap_errorBanner__p7acZ {
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.AccountMap_closeError__rvNNK {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  font-weight: bold;
  margin-left: 12px;
}

.AccountMap_closeError__rvNNK:hover {
  opacity: 0.7;
}

.AccountMap_quickReviewSection__2kN8_ {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}

.AccountMap_quickReviewLabel__N0B60 {
  font-size: 13px;
  font-weight: 500;
}

.AccountMap_quickReviewButton__OUO1_ {
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.AccountMap_quickReviewButton__OUO1_:hover {
  opacity: 0.8;
}

.AccountMap_tabsAndSearchContainer__2FEPH {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.AccountMap_tabsAndSearchContainer__2FEPH .fui-TabList {
  flex: 1 1 auto;
  min-width: 250px;
}

.AccountMap_tabsAndSearchContainer__2FEPH .fui-Button {
  flex-shrink: 0;
  white-space: nowrap;
}

.AccountMap_searchBox__yZds0 {
  width: 300px;
  flex-shrink: 0;
  margin-left: auto;
}

/* Responsive behavior for smaller screens */
@media (max-width: 1024px) {
  .AccountMap_tabsAndSearchContainer__2FEPH {
    gap: 8px;
  }
  
  .AccountMap_searchBox__yZds0 {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .AccountMap_tabsAndSearchContainer__2FEPH {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  
  .AccountMap_tabsAndSearchContainer__2FEPH .fui-TabList {
    width: 100%;
  }
  
  .AccountMap_tabsAndSearchContainer__2FEPH .fui-Button {
    width: 100%;
  }
  
  .AccountMap_searchBox__yZds0 {
    width: 100%;
    margin-left: 0;
  }

  .AccountMap_manualMapToolbarRight__TrYhn {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
}

.AccountMap_approveButtonContainer__TpFnH {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

/* Legacy styles - kept for backwards compatibility */
.AccountMap_searchAndFilters__zeI3x {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.AccountMap_searchInput__3HAdu {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid;
  font-size: 0.875rem;
}

.AccountMap_confidenceSelect__ovuJO {
  min-width: 200px;
  border-radius: 0.25rem;
  border: 1px solid;
  font-size: 0.875rem;
  cursor: pointer;
}

.AccountMap_confidenceSelect__ovuJO button {
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
}

/* Constrain dropdown panel height and enable scrolling */
.AccountMap_confidenceSelect__ovuJO [role="listbox"] {
  max-height: 300px !important;
  overflow-y: auto !important;
}

.AccountMap_row__5_jtk {
  display: flex;
  align-items: center;
  gap: 8px;
}

.AccountMap_select__C2zCB {
  height: 32px;
  border-radius: 6px;
  border: 1px solid;
  padding: 4px 8px;
  font-size: 14px;
}

.AccountMap_actionsRow__CRnch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.AccountMap_aiButton__s5lak {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
}

.AccountMap_aiButton__s5lak:focus {
  outline: none !important;
  outline-offset: 1px;
}

.AccountMap_cancelButton__Aj_rA {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-width: 0.762px;
  border-style: solid;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  min-width: 80px;
}

.AccountMap_cancelButton__Aj_rA:focus {
  outline: none !important;
  outline-offset: 1px;
}

.AccountMap_loadingRow__UWjPk {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}

.AccountMap_loadingIcon__9ZAGj {
  animation: AccountMap_spin__aWITY 1s linear infinite;
}

@keyframes AccountMap_spin__aWITY {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.AccountMap_tableWrap__tKTkE {
  border-radius: 0.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.AccountMap_tableListHost__aCHq_ {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.AccountMap_tableList__AEJms {
  width: 100%;
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.AccountMap_tableEmptyStateCell__8wVxq {
  grid-column: 1 / -1;
  padding: 0;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-Table {
  width: 100%;
  max-width: 100%;
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableHeader .fui-TableRow,
.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableBody .fui-TableRow {
  width: 100%;
  box-sizing: border-box;
}

.AccountMap_manualMapHeaderCellResizable__o02lA {
  position: relative;
}

.AccountMap_manualMapColumnResizeHandle__CET2U {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  cursor: col-resize;
  z-index: 3;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AccountMap_manualMapColumnResizeHandle__CET2U:hover {
  background-color: rgba(0, 120, 212, 0.12);
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableCellLayout {
  min-width: 0;
  width: 100%;
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableCell.AccountMap_glDescriptionCell__H4R7S {
  max-width: none !important;
  min-width: 0;
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableHeaderCell.AccountMap_manualAccountMapCorptaxAccountCell__a9bum,
.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableCell.AccountMap_manualAccountMapCorptaxAccountCell__a9bum {
  overflow-x: visible;
  overflow-y: visible;
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableHeaderCell.AccountMap_manualAccountMapCorptaxAccountCell__a9bum {
  padding: 8px 8px 8px 10px;
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableCell.AccountMap_manualAccountMapCorptaxAccountCell__a9bum {
  padding: 6px 8px 6px 10px;
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableHeaderCell.AccountMap_manualAccountMapCorptaxAccountCell__a9bum .fui-TableCellLayout,
.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableCell.AccountMap_manualAccountMapCorptaxAccountCell__a9bum .fui-TableCellLayout {
  min-width: 0;
  overflow: visible;
}

.AccountMap_manualAccountMapCorptaxAccountCell__a9bum {
  box-sizing: border-box;
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableCell.AccountMap_manualAccountMapCorptaxAccountCell__a9bum .fui-Combobox,
.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableCell.AccountMap_manualAccountMapCorptaxAccountCell__a9bum .fui-Combobox__input {
  background-color: #ffffff;
  box-sizing: border-box;
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableCell.AccountMap_manualAccountMapCorptaxAccountCell__a9bum .fui-Combobox {
  min-width: 0 !important;
  max-width: 100%;
  width: 100%;
  border-color: #e0e0e0 !important;
  border-right-color: #e0e0e0 !important;
  box-shadow: none !important;
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableCell.AccountMap_manualAccountMapCorptaxAccountCell__a9bum .fui-Combobox:focus-within {
  border-color: #e0e0e0 !important;
  border-right-color: #e0e0e0 !important;
  box-shadow: none !important;
}

.AccountMap_manualAccountMapTableWrap__NZr4v .fui-TableCell.AccountMap_manualAccountMapCorptaxAccountCell__a9bum .fui-Combobox__expandIcon {
  background-color: #ffffff;
}

.AccountMap_emptyState__P2OzP {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 24px;
  text-align: center;
  box-sizing: border-box;
  max-width: 640px;
  margin: 0 auto;
}

.AccountMap_tableWrap__tKTkE .fui-Table {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: visible;
  overflow-y: hidden;
  min-width: -moz-min-content;
  min-width: min-content;
}

.AccountMap_tableWrap__tKTkE .fui-TableRow {
  border-bottom: 1px solid #e1e1e1;
  min-width: -moz-min-content;
  min-width: min-content;
}

.AccountMap_tableWrap__tKTkE .fui-TableHeader {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fafafa;
  flex-shrink: 0;
  overflow-x: visible;
  overflow-y: visible;
  min-width: -moz-min-content;
  min-width: min-content;
}

.AccountMap_tableWrap__tKTkE .fui-TableHeader .fui-TableRow {
  min-width: -moz-min-content;
  min-width: min-content;
}

.AccountMap_tableWrap__tKTkE .fui-TableHeaderCell {
  font-weight: 600;
  padding: 8px;
  background-color: inherit;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.AccountMap_tableWrap__tKTkE .fui-TableHeaderCell > div {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.AccountMap_tableWrap__tKTkE .fui-TableCell {
  padding: 6px 16px;
}

.AccountMap_table__x4ul5 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.AccountMap_tableHeader__pXGuf {
  background-color: transparent;
  border-bottom: none;
}

.AccountMap_th__5ir0e {
  padding: 0.5rem 1rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}

.AccountMap_th__5ir0e:last-child {
  border-right: none;
}

.AccountMap_sortableHeader__FJ98E {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AccountMap_headerWithSort__WTDNV {
  display: flex;
  align-items: center;
  gap: 4px;
}

.AccountMap_sortIndicator__etBW3 {
  font-size: 0.75rem;
  opacity: 0.7;
}

.AccountMap_sortableHeader__FJ98E:hover .AccountMap_sortIndicator__etBW3 {
  opacity: 1;
}

/* Scoped under .tableWrap so :global is pure; plain global class avoids Griffel/CSS-module ___ clash on TableBody. */
.AccountMap_tableWrap__tKTkE .accountMapFluentTableBody {
  flex: 1;
  overflow: visible;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.AccountMap_tableWrap__tKTkE .accountMapFluentTableBody tr {
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}

.AccountMap_tableWrap__tKTkE .accountMapFluentTableBody tr:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.AccountMap_tableWrap__tKTkE .accountMapFluentTableBody tr:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.AccountMap_td__gBCpB {
  padding: 0.375rem 1rem;
  white-space: nowrap;
  font-size: 0.875rem;
  border: none;
}

/* Special handling for description columns to prevent text overflow */
.AccountMap_corptaxDescriptionCell__35nFB, .AccountMap_glDescriptionCell__H4R7S {
  white-space: normal !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  max-width: 450px;
  min-width: 200px;
  overflow-wrap: break-word;
  hyphens: auto;
  width: 100%;
  box-sizing: border-box;
}

.AccountMap_td__gBCpB:last-child {
  border-right: none;
}

.AccountMap_clickableCell___Rc69 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 36px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.AccountMap_clickableCell___Rc69:hover {
  background-color: rgba(0, 120, 212, 0.08);
}

.AccountMap_editableInputWrapper__AqMFS {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.AccountMap_editableInput__HAN9p {
  width: 100%;
  padding: 6px 32px 6px 8px;
  border-radius: 0.25rem;
  border: 1px solid;
  font-size: 0.875rem;
}

/* Corptax editable cells: WCAG AA text (≈#242424 on white) + visible focus for keyboard users */
.AccountMap_editableText__tgPuw {
  min-height: 36px;
  padding: 4px 2px;
  border-radius: 2px;
  color: #242424;
  outline: none;
}

.AccountMap_editableText__tgPuw:focus-visible {
  outline: 2px solid #106ebe;
  outline-offset: 2px;
}

.AccountMap_editableTextValue__mjqTJ {
  flex: 1;
  min-width: 0;
  word-break: break-word;
}

.AccountMap_editablePlaceholder__BN5Jd {
  color: #595959;
  font-style: italic;
  font-size: 0.875rem;
}

.AccountMap_editableInputWrapper__AqMFS:focus-within {
  outline: 2px solid #106ebe;
  outline-offset: 2px;
  border-radius: 4px;
}

.AccountMap_corptaxDescriptionWhileEditing__HbSXh {
  visibility: hidden;
  min-height: 1.25rem;
}

/* Align Corptax account combobox list with DataImportGeneralSettings Dropdown (Process type / Data type) */
.AccountMap_corptaxComboboxListbox__pHrkc [role='option']:hover {
  background-color: rgb(245, 245, 245) !important;
}

.AccountMap_corptaxComboboxListbox__pHrkc [role='option'][aria-selected='true'] {
  background-color: rgb(245, 245, 245) !important;
}

.AccountMap_editIcon__0aUpb {
  position: absolute;
  right: 8px;
  pointer-events: none;
  opacity: 0.6;
}

.AccountMap_confidenceBadge__EeqSA {
  display: inline-block;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  white-space: nowrap;
}

.AccountMap_reviewedCheckbox__YMItg {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0078d4;
}

.AccountMap_reviewedCheckbox__YMItg:hover {
  opacity: 0.8;
}

.AccountMap_confirmationSection__TBaNq {
  padding: 16px 20px;
  border-top: 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  background: #fafafa;
  flex-shrink: 0;
}

.AccountMap_confirmationContent__9fkj6 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.AccountMap_confirmationTitle__XpOfM {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.AccountMap_confirmationSubtitle__4ET51 {
  margin: 0;
  font-size: 12px;
}

.AccountMap_confirmationInput__KpOlq {
  border-radius: 0.25rem;
  border: 1px solid;
  font-size: 0.875rem;
  width: 100%;
  max-width: 500px;
}

.AccountMap_confirmationNameWarning__RfMYG {
  margin: 4px 0 0;
  font-size: 12px;
  color: #d13438;
  max-width: 500px;
}

.AccountMap_confirmationMapNameStatic__61zZ9 {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 6px;
  border-radius: 2px;
  outline: none;
}

.AccountMap_confirmationMapNameStatic__61zZ9:focus-visible {
  outline: 2px solid #106ebe;
  outline-offset: 2px;
}

.AccountMap_confirmationButtons__gSmYg {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.AccountMap_button__LhIZm {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border-width: 0.762px;
  border-style: solid;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  min-width: 80px;
}

.AccountMap_button__LhIZm:hover:not(:disabled) {
  opacity: 0.9;
}

.AccountMap_button__LhIZm:focus {
  outline: none !important;
  outline-offset: 1px;
}

.AccountMap_primary__26q7O {
  border-color: transparent;
}

.AccountMap_formSelect__M1MWa {
  width: 100%;
  border: 1px solid;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

.AccountMap_formSelect__M1MWa button {
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
}

/* Constrain dropdown panel height and enable scrolling */
.AccountMap_formSelect__M1MWa [role="listbox"] {
  max-height: 300px !important;
  overflow-y: auto !important;
}

.AccountMap_formLabel__eIK5U {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}

.AccountMap_formSelect__M1MWa:focus {
  outline: none;
}

.AccountMap_formSelect__M1MWa:disabled {
  cursor: not-allowed;
}

.AccountMap_formSelect__M1MWa:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.AccountMap_tabContainer__UaC3F {
  margin-bottom: 16px;
}

.AccountMap_selectedRowHighlight___twNl {
  background-color: rgba(0, 120, 212, 0.08);
}

.AccountMap_approveButton__7DxVJ {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.AccountMap_approveButton__7DxVJ:hover:not(:disabled) {
  opacity: 0.9;
}

.AccountMap_editModeRow__u3QMq {
  background-color: rgba(0, 120, 212, 0.05);
  box-shadow: inset 3px 0 0 0 #0078d4;
}

/* Ensure table selection cells are clickable */
.AccountMap_tableWrap__tKTkE .fui-TableSelectionCell {
  pointer-events: auto !important;
}

.AccountMap_tableWrap__tKTkE .fui-TableSelectionCell input[type="checkbox"] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.AccountMap_editModeHighlight__vDaCr {
  background-color: rgba(0, 120, 212, 0.12) !important;
}

.AccountMap_columnFilterIcon__lHscR {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  transition: color 0.2s ease;
}

.AccountMap_columnFilterIcon__lHscR:hover {
  opacity: 0.7;
}

.AccountMap_columnFilterIcon__lHscR.AccountMap_active__IDSav {
  color: #0078d4;
}

.AccountMap_headerContent__2XHgC {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  min-width: 0;
}

.AccountMap_headerText__Q1JIY {
  min-width: 0;
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

/**
 * Styles for Account Map NEW implementation only.
 * Used only by AIAccountMapView and ManualAccountMapView.
 * Legacy code must not import this file.
 */

/* Info box for column selector / description */
.AccountMapNew_infoBox__lXnke {
  display: flex;
  gap: 8px;
  padding: 12px;
  background-color: #e6f2ff;
  border-radius: 4px;
}

/* AI confidence badge variants (AI flow only) */
.AccountMapNew_aiConfidenceBadgeHigh__ZRkB9 {
  background-color: #d1f4e0;
}

.AccountMapNew_aiConfidenceBadgeMedium__qOnwf {
  background-color: #fff4cc;
}

.AccountMapNew_aiConfidenceBadgeLow__x3Y3G {
  background-color: #ffd6d6;
}

.MessageBanner_banner__hcI3V {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-family:
      'Segoe UI',
      'Segoe UI Web (West European)',
      -apple-system,
      BlinkMacSystemFont,
      'Helvetica Neue',
      sans-serif;
  }

  .MessageBanner_mainRow__U1L7b {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
  
  .MessageBanner_message__Tx4DN {
    flex: 1;
    min-width: 0;
    color: #323130;
  }
  
  .MessageBanner_dismiss__ROuct {
    flex-shrink: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    margin-left: auto;
    padding: 0;
  }
  
  .MessageBanner_icon__ckj6B {
    flex-shrink: 0;
    margin-top: 1px;
  }
  
  .MessageBanner_success__mP25m .MessageBanner_message__Tx4DN {
    font-weight: 600;
  }
  
  .MessageBanner_error__a5MBu {
    background-color: #fef0f0;
    border-left: 4px solid #d13438;
  }
  
  .MessageBanner_error__a5MBu .MessageBanner_message__Tx4DN {
    font-weight: 400;
    white-space: pre-line;
  }
  
  .MessageBanner_errorDismiss__BqBEY {
    color: #d13438;
  }
  
  .MessageBanner_errorDismiss__BqBEY:hover {
    color: #a4262c;
  }
  
  .MessageBanner_info__jrBWf {
    background-color: #f5f5f5;
    border-left: 4px solid var(--border-strong, #605e5c);
  }
  
  .MessageBanner_info__jrBWf .MessageBanner_message__Tx4DN {
    font-weight: 400;
  }
  
  .MessageBanner_infoDismiss__TV1N0 {
    color: #605e5c;
  }
