:root{
  --taif-dropdown-surface-border:rgba(148,163,184,.18);
  --taif-dropdown-surface-bg-top:rgba(255,255,255,.996);
  --taif-dropdown-surface-bg-bottom:rgba(248,250,254,.992);
  --taif-dropdown-surface-shadow:0 10px 22px rgba(15,23,42,.08), 0 1px 3px rgba(15,23,42,.04);
  --taif-dropdown-option-border:rgba(203,213,225,.76);
  --taif-dropdown-option-hover-border:rgba(59,130,246,.22);
  --taif-dropdown-option-active-border:rgba(59,130,246,.28);
  --taif-dropdown-option-active-border-strong:rgba(59,130,246,.34);
  --taif-dropdown-option-hover-bg:linear-gradient(180deg, rgba(246,249,255,.988), rgba(240,245,255,.972));
  --taif-dropdown-option-active-bg:linear-gradient(180deg, rgba(236,243,255,.985), rgba(229,238,255,.968));
  --taif-dropdown-option-active-bg-strong:linear-gradient(180deg, rgba(236,243,255,.992), rgba(229,238,255,.975));
  --taif-dropdown-option-shadow:0 1px 0 rgba(255,255,255,.88) inset;
  --taif-dropdown-option-focus-shadow:0 1px 0 rgba(255,255,255,.96) inset, 0 4px 10px rgba(37,99,235,.05);
  --taif-dropdown-trigger-open-border:rgba(15,23,42,.78);
  --taif-dropdown-trigger-open-shadow:0 0 0 1px rgba(15,23,42,.20), 0 12px 26px rgba(15,23,42,.09), inset 0 1px 0 rgba(255,255,255,.92);
  --taif-dropdown-accent:#1d4ed8;
  --taif-dropdown-text:#0f172a;
  --taif-dropdown-meta:#64748b;
}

/* Shared trigger shell for the field-based pickers that should inherit the voucher style. */
.coa-choice-picker__trigger,
.taif-currency-management-modal .currency-management-method-picker__trigger,
.taif-currency-management-modal .currency-management-flag-picker__trigger,
[data-taif-dropdown-trigger="true"]{
  border-radius:10px;
  border:1px solid rgba(148,163,184,.24);
  background:#fff;
  background-clip:padding-box;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82), 0 6px 14px rgba(15,23,42,.025);
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}

.coa-choice-picker__trigger:focus,
.coa-choice-picker__trigger:focus-visible,
.coa-choice-picker__trigger[data-coa-focused="true"],
.coa-choice-picker.is-open .coa-choice-picker__trigger,
.taif-currency-management-modal .currency-management-method-picker__trigger:focus,
.taif-currency-management-modal .currency-management-method-picker__trigger:focus-visible,
.taif-currency-management-modal .currency-management-method-picker.is-open .currency-management-method-picker__trigger,
.taif-currency-management-modal .currency-management-flag-picker__trigger:focus,
.taif-currency-management-modal .currency-management-flag-picker__trigger:focus-visible,
.taif-currency-management-modal .currency-management-flag-picker.is-open .currency-management-flag-picker__trigger,
[data-taif-dropdown-trigger="true"]:focus,
[data-taif-dropdown-trigger="true"]:focus-visible,
[data-taif-dropdown-trigger="true"][data-taif-focused="true"],
[data-taif-dropdown-host="true"].is-open [data-taif-dropdown-trigger="true"]{
  outline:none !important;
  border-color:var(--taif-dropdown-trigger-open-border) !important;
  box-shadow:var(--taif-dropdown-trigger-open-shadow) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.995), rgba(249,250,251,.985)) !important;
}

.coa-choice-picker__trigger.is-invalid,
.taif-currency-management-modal .currency-management-method-picker__trigger.is-invalid,
.taif-currency-management-modal .currency-management-method-picker__trigger[aria-invalid="true"],
.taif-currency-management-modal .currency-management-flag-picker__trigger.is-invalid,
.taif-currency-management-modal .currency-management-flag-picker__trigger[aria-invalid="true"],
[data-taif-dropdown-trigger="true"].is-invalid,
[data-taif-dropdown-trigger="true"][aria-invalid="true"]{
  border-color:rgba(220,38,38,.94) !important;
  box-shadow:0 0 0 1px rgba(220,38,38,.94) !important;
  background:#fff !important;
}


/* Shared trigger icon motion so open pickers rotate the chevron consistently. */
.entries-voucher-choice-picker.is-open .entries-voucher-choice-picker__icon,
.coa-choice-picker.is-open .coa-choice-picker__icon,
.taif-currency-management-modal--single-editor .currency-management-flag-picker.is-open .currency-management-flag-picker__icon,
.taif-currency-management-modal--single-editor .currency-management-method-picker.is-open .currency-management-method-picker__icon{
  transform:rotate(180deg);
  color:#1d4ed8;
}

/* Shared popover shell. */
.entries-voucher-choice-popover,
.entries-account-search__popover,
.coa-choice-popover,
.taif-currency-management-modal .currency-management-method-popover,
.currency-management-counterpart-popover,
.sales-purchase-top-field__popover,
.sales-purchase-currency-popover,
[data-taif-dropdown-popup="true"][data-taif-dropdown-layout="list"]{
  border-radius:10px;
  border:1px solid var(--taif-dropdown-surface-border);
  background:linear-gradient(180deg, var(--taif-dropdown-surface-bg-top), var(--taif-dropdown-surface-bg-bottom));
  box-shadow:var(--taif-dropdown-surface-shadow);
  padding:4px;
  gap:4px;
  scrollbar-width:thin;
  scrollbar-color:rgba(148,163,184,.62) rgba(226,232,240,.72);
}

/* Currency management dropdowns now inherit the voucher listbox shell completely. */
.taif-currency-management-modal .currency-management-method-popover{
  display:grid;
  align-content:start;
}

.taif-currency-management-modal .currency-management-flag-popover{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:4px;
  overflow:hidden;
}

.currency-management-counterpart-popover{
  padding:4px;
  box-sizing:border-box;
  overflow:hidden;
  border-color:rgba(47,103,243,.94);
  box-shadow:0 18px 36px rgba(15,23,42,.12), 0 0 0 1px rgba(96,165,250,.16);
}

.currency-management-counterpart-popover__list{
  display:grid;
  grid-template-columns:1fr;
  gap:4px;
  max-height:356px;
  overflow:auto;
  padding-inline-end:1px;
}

.entries-voucher-date__popover,
.taif-currency-management-modal .currency-management-flag-popover,
[data-taif-dropdown-popup="true"]:not([data-taif-dropdown-layout="list"]){
  border-radius:10px;
  border:1px solid var(--taif-dropdown-surface-border);
  background:linear-gradient(180deg, var(--taif-dropdown-surface-bg-top), var(--taif-dropdown-surface-bg-bottom));
  box-shadow:var(--taif-dropdown-surface-shadow);
}

.entries-voucher-choice-popover::-webkit-scrollbar,
.entries-account-search__popover::-webkit-scrollbar,
.coa-choice-popover::-webkit-scrollbar,
.taif-currency-management-modal .currency-management-method-popover::-webkit-scrollbar,
.currency-management-counterpart-popover::-webkit-scrollbar,
.entries-voucher-date__popover::-webkit-scrollbar,
.taif-currency-management-modal .currency-management-flag-popover::-webkit-scrollbar,
.sales-purchase-top-field__popover::-webkit-scrollbar,
.sales-purchase-currency-popover::-webkit-scrollbar,
[data-taif-dropdown-popup="true"]::-webkit-scrollbar{
  width:8px;
}

.entries-voucher-choice-popover::-webkit-scrollbar-track,
.entries-account-search__popover::-webkit-scrollbar-track,
.coa-choice-popover::-webkit-scrollbar-track,
.taif-currency-management-modal .currency-management-method-popover::-webkit-scrollbar-track,
.currency-management-counterpart-popover::-webkit-scrollbar-track,
.entries-voucher-date__popover::-webkit-scrollbar-track,
.taif-currency-management-modal .currency-management-flag-popover::-webkit-scrollbar-track,
.sales-purchase-top-field__popover::-webkit-scrollbar-track,
.sales-purchase-currency-popover::-webkit-scrollbar-track,
[data-taif-dropdown-popup="true"]::-webkit-scrollbar-track{
  background:rgba(226,232,240,.82);
}

.entries-voucher-choice-popover::-webkit-scrollbar-thumb,
.entries-account-search__popover::-webkit-scrollbar-thumb,
.coa-choice-popover::-webkit-scrollbar-thumb,
.taif-currency-management-modal .currency-management-method-popover::-webkit-scrollbar-thumb,
.currency-management-counterpart-popover::-webkit-scrollbar-thumb,
.entries-voucher-date__popover::-webkit-scrollbar-thumb,
.taif-currency-management-modal .currency-management-flag-popover::-webkit-scrollbar-thumb,
.sales-purchase-top-field__popover::-webkit-scrollbar-thumb,
.sales-purchase-currency-popover::-webkit-scrollbar-thumb,
[data-taif-dropdown-popup="true"]::-webkit-scrollbar-thumb{
  border-radius:10px;
  background:rgba(148,163,184,.72);
}

/* Shared list-option shell. Date-picker controls keep their own direct sizing and state styling. */
.entries-voucher-choice-popover__option,
.entries-account-search__result,
.coa-choice-popover__option,
.taif-currency-management-modal .currency-management-method-popover__option,
.currency-management-counterpart-popover__option,
.sales-purchase-currency-popover .entries-voucher-choice-popover__option,
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="list"]:not(.entries-voucher-date__nav):not(.entries-voucher-date__heading-trigger):not(.entries-voucher-date__footer-btn){
  width:100%;
  min-height:36px;
  border:1px solid var(--taif-dropdown-option-border);
  border-radius:9px;
  background:#ffffff;
  color:var(--taif-dropdown-text);
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:6px;
  padding:6px 8px;
  box-sizing:border-box;
  font:inherit;
  font-size:12.45px;
  line-height:1.28;
  font-weight:700;
  cursor:pointer;
  box-shadow:var(--taif-dropdown-option-shadow);
  transition:background .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
  transform:none !important;
}

.coa-choice-popover__label,
.taif-currency-management-modal .currency-management-method-popover__label,
.currency-management-counterpart-popover__option-name,
[data-taif-dropdown-item="true"] [data-taif-dropdown-label="true"]{
  width:100%;
  flex:1 1 auto;
  min-width:0;
  display:block;
  text-align:right;
  line-height:1.25;
}

.taif-currency-management-modal .currency-management-method-popover__label{
  color:inherit;
}

.taif-currency-management-modal .currency-management-method-popover__label .currency-management-method-picker__value-layout{
  min-width:0;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
}

.taif-currency-management-modal .currency-management-method-popover__label .currency-management-method-picker__formula{
  flex:1 1 auto;
  min-width:0;
  color:var(--taif-dropdown-text);
}

.taif-currency-management-modal .currency-management-method-popover__label .currency-management-method-picker__method-tag{
  flex:0 0 auto;
  color:var(--taif-dropdown-meta);
}

.currency-management-counterpart-popover__option{
  min-height:46px;
}

.currency-management-counterpart-popover__option-code-badge{
  height:auto;
  padding:0;
  border-radius:0;
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  flex:0 0 auto;
  background:transparent;
  border:0;
  color:var(--taif-dropdown-meta);
  font:800 12px/1.2 var(--taif-font-family);
  letter-spacing:0;
}

.currency-management-counterpart-popover__option-name{
  font:700 12.75px/1.35 var(--taif-font-family);
  color:var(--taif-dropdown-text);
}


/* Shared inner text choreography so every dropdown family changes text/meta in the same way. */
.entries-voucher-choice-popover__option .entries-voucher-choice-picker__text,
.entries-voucher-choice-popover__option .entries-voucher-choice-popover__label,
.entries-account-search__result .entries-account-search__result-name,
.coa-choice-popover__option .coa-choice-popover__label,
.taif-currency-management-modal .currency-management-method-popover__option .currency-management-method-picker__formula,
.currency-management-counterpart-popover__option .currency-management-counterpart-popover__option-name,
[data-taif-dropdown-item="true"] [data-taif-dropdown-label="true"]{
  color:var(--taif-dropdown-text);
  transition:color .16s ease;
}

.entries-voucher-choice-popover__option .entries-voucher-choice-picker__meta,
.entries-account-search__result .entries-account-search__result-no,
.taif-currency-management-modal .currency-management-method-popover__option .currency-management-method-picker__method-tag,
.currency-management-counterpart-popover__option .currency-management-counterpart-popover__option-code-badge{
  color:var(--taif-dropdown-meta);
  transition:color .16s ease;
}

.entries-voucher-choice-popover__option:not(.is-active):is(:hover, :focus, :focus-visible),
.entries-account-search__result:not(.is-active):is(:hover, :focus, :focus-visible),
.coa-choice-popover__option:not(.is-active):is(:hover, :focus, :focus-visible),
.taif-currency-management-modal .currency-management-method-popover__option:not(.is-active):is(:hover, :focus, :focus-visible),
.currency-management-counterpart-popover__option:not(.is-active):is(:hover, :focus, :focus-visible),
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="list"]:not(.entries-voucher-date__nav):not(.entries-voucher-date__heading-trigger):not(.entries-voucher-date__footer-btn):not(.is-active):is(:hover, :focus, :focus-visible){
  outline:none;
  background:var(--taif-dropdown-option-hover-bg);
  border-color:var(--taif-dropdown-option-hover-border);
  color:var(--taif-dropdown-accent);
  box-shadow:var(--taif-dropdown-option-focus-shadow);
}

.entries-voucher-choice-popover__option.is-active,
.entries-voucher-choice-popover__option[aria-selected="true"],
.entries-account-search__result.is-active,
.coa-choice-popover__option.is-active,
.coa-choice-popover__option[aria-selected="true"],
.taif-currency-management-modal .currency-management-method-popover__option.is-active,
.taif-currency-management-modal .currency-management-method-popover__option[aria-selected="true"],
.currency-management-counterpart-popover__option.is-active,
.currency-management-counterpart-popover__option[aria-selected="true"],
.currency-management-counterpart-popover__option[aria-pressed="true"],
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="list"]:not(.entries-voucher-date__nav):not(.entries-voucher-date__heading-trigger):not(.entries-voucher-date__footer-btn).is-active,
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="list"]:not(.entries-voucher-date__nav):not(.entries-voucher-date__heading-trigger):not(.entries-voucher-date__footer-btn)[aria-selected="true"],
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="list"]:not(.entries-voucher-date__nav):not(.entries-voucher-date__heading-trigger):not(.entries-voucher-date__footer-btn)[aria-pressed="true"]{
  background:var(--taif-dropdown-option-active-bg);
  border-color:var(--taif-dropdown-option-active-border);
  color:var(--taif-dropdown-accent);
  box-shadow:0 1px 0 rgba(255,255,255,.97) inset;
}

.entries-voucher-choice-popover__option.is-active:is(:focus, :focus-visible),
.entries-voucher-choice-popover__option[aria-selected="true"]:is(:focus, :focus-visible),
.entries-account-search__result.is-active:is(:focus, :focus-visible),
.coa-choice-popover__option.is-active:is(:focus, :focus-visible),
.coa-choice-popover__option[aria-selected="true"]:is(:focus, :focus-visible),
.taif-currency-management-modal .currency-management-method-popover__option.is-active:is(:focus, :focus-visible),
.taif-currency-management-modal .currency-management-method-popover__option[aria-selected="true"]:is(:focus, :focus-visible),
.currency-management-counterpart-popover__option.is-active:is(:focus, :focus-visible),
.currency-management-counterpart-popover__option[aria-selected="true"]:is(:focus, :focus-visible),
.currency-management-counterpart-popover__option[aria-pressed="true"]:is(:focus, :focus-visible),
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="list"]:not(.entries-voucher-date__nav):not(.entries-voucher-date__heading-trigger):not(.entries-voucher-date__footer-btn).is-active:is(:focus, :focus-visible),
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="list"]:not(.entries-voucher-date__nav):not(.entries-voucher-date__heading-trigger):not(.entries-voucher-date__footer-btn)[aria-selected="true"]:is(:focus, :focus-visible),
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="list"]:not(.entries-voucher-date__nav):not(.entries-voucher-date__heading-trigger):not(.entries-voucher-date__footer-btn)[aria-pressed="true"]:is(:focus, :focus-visible){
  outline:none;
  background:var(--taif-dropdown-option-active-bg-strong);
  border-color:var(--taif-dropdown-option-active-border-strong);
  box-shadow:0 1px 0 rgba(255,255,255,.97) inset;
}

.entries-voucher-choice-popover__option:not(.is-active):is(:hover, :focus, :focus-visible) .entries-voucher-choice-picker__text,
.entries-voucher-choice-popover__option:not(.is-active):is(:hover, :focus, :focus-visible) .entries-voucher-choice-popover__label,
.entries-voucher-choice-popover__option:not(.is-active):is(:hover, :focus, :focus-visible) .entries-voucher-choice-picker__meta,
.entries-voucher-choice-popover__option.is-active .entries-voucher-choice-picker__text,
.entries-voucher-choice-popover__option.is-active .entries-voucher-choice-popover__label,
.entries-voucher-choice-popover__option.is-active .entries-voucher-choice-picker__meta,
.entries-voucher-choice-popover__option[aria-selected="true"] .entries-voucher-choice-picker__text,
.entries-voucher-choice-popover__option[aria-selected="true"] .entries-voucher-choice-popover__label,
.entries-voucher-choice-popover__option[aria-selected="true"] .entries-voucher-choice-picker__meta,
.entries-account-search__result:not(.is-active):is(:hover, :focus, :focus-visible) .entries-account-search__result-name,
.entries-account-search__result:not(.is-active):is(:hover, :focus, :focus-visible) .entries-account-search__result-no,
.entries-account-search__result.is-active .entries-account-search__result-name,
.entries-account-search__result.is-active .entries-account-search__result-no,
.coa-choice-popover__option:not(.is-active):is(:hover, :focus, :focus-visible) .coa-choice-popover__label,
.coa-choice-popover__option.is-active .coa-choice-popover__label,
.coa-choice-popover__option[aria-selected="true"] .coa-choice-popover__label,
.taif-currency-management-modal .currency-management-method-popover__option:not(.is-active):is(:hover, :focus, :focus-visible) .currency-management-method-picker__formula,
.taif-currency-management-modal .currency-management-method-popover__option:not(.is-active):is(:hover, :focus, :focus-visible) .currency-management-method-picker__method-tag,
.taif-currency-management-modal .currency-management-method-popover__option.is-active .currency-management-method-picker__formula,
.taif-currency-management-modal .currency-management-method-popover__option.is-active .currency-management-method-picker__method-tag,
.taif-currency-management-modal .currency-management-method-popover__option[aria-selected="true"] .currency-management-method-picker__formula,
.taif-currency-management-modal .currency-management-method-popover__option[aria-selected="true"] .currency-management-method-picker__method-tag,
.currency-management-counterpart-popover__option:not(.is-active):is(:hover, :focus, :focus-visible) .currency-management-counterpart-popover__option-name,
.currency-management-counterpart-popover__option:not(.is-active):is(:hover, :focus, :focus-visible) .currency-management-counterpart-popover__option-code-badge,
.currency-management-counterpart-popover__option.is-active .currency-management-counterpart-popover__option-name,
.currency-management-counterpart-popover__option.is-active .currency-management-counterpart-popover__option-code-badge,
.currency-management-counterpart-popover__option[aria-selected="true"] .currency-management-counterpart-popover__option-name,
.currency-management-counterpart-popover__option[aria-selected="true"] .currency-management-counterpart-popover__option-code-badge,
.currency-management-counterpart-popover__option[aria-pressed="true"] .currency-management-counterpart-popover__option-name,
.currency-management-counterpart-popover__option[aria-pressed="true"] .currency-management-counterpart-popover__option-code-badge{
  color:var(--taif-dropdown-accent);
}

.coa-choice-popover__check,
.taif-currency-management-modal .currency-management-method-popover__check,
.currency-management-counterpart-popover__option-check{
  display:none !important;
}

/* Flag picker shell keeps its grid layout, but the surface and state rules now follow the voucher spirit. */
.taif-currency-management-modal .currency-management-flag-popover__card,
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="grid"]:not(.entries-voucher-date__day):not(.entries-voucher-date__month){
  border:1px solid var(--taif-dropdown-option-border);
  border-radius:9px;
  background:#fff;
  box-shadow:var(--taif-dropdown-option-shadow);
  transition:background .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
  transform:none !important;
}

.taif-currency-management-modal .currency-management-flag-popover__card:not(.is-active):is(:hover, :focus, :focus-visible),
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="grid"]:not(.entries-voucher-date__day):not(.entries-voucher-date__month):not(.is-active):is(:hover, :focus, :focus-visible){
  outline:none;
  background:var(--taif-dropdown-option-hover-bg);
  border-color:var(--taif-dropdown-option-hover-border);
  box-shadow:var(--taif-dropdown-option-focus-shadow);
}

.taif-currency-management-modal .currency-management-flag-popover__card.is-active,
.taif-currency-management-modal .currency-management-flag-popover__card[aria-selected="true"],
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="grid"]:not(.entries-voucher-date__day):not(.entries-voucher-date__month).is-active,
[data-taif-dropdown-item="true"][data-taif-dropdown-item-kind="grid"]:not(.entries-voucher-date__day):not(.entries-voucher-date__month)[aria-selected="true"]{
  background:var(--taif-dropdown-option-active-bg);
  border-color:var(--taif-dropdown-option-active-border);
  box-shadow:0 1px 0 rgba(255,255,255,.97) inset;
}

.taif-currency-management-modal .currency-management-flag-popover__card.is-active .currency-management-flag-popover__card-code,
.taif-currency-management-modal .currency-management-flag-popover__card.is-active .currency-management-flag-popover__card-currency,
.taif-currency-management-modal .currency-management-flag-popover__card[aria-selected="true"] .currency-management-flag-popover__card-code,
.taif-currency-management-modal .currency-management-flag-popover__card[aria-selected="true"] .currency-management-flag-popover__card-currency,
.taif-currency-management-modal .currency-management-flag-popover__card:not(.is-active):is(:hover, :focus, :focus-visible) .currency-management-flag-popover__card-code,
.taif-currency-management-modal .currency-management-flag-popover__card:not(.is-active):is(:hover, :focus, :focus-visible) .currency-management-flag-popover__card-currency{
  color:var(--taif-dropdown-accent);
}

/* Mixed-input hardening: pointer movement neutralises stale keyboard focus across all dropdown families. */
.entries-voucher-choice-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-voucher-choice-popover__option:not(.is-active):is(:focus, :focus-visible),
.entries-account-search__popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-account-search__result:not(.is-active):is(:focus, :focus-visible),
.coa-choice-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .coa-choice-popover__option:not(.is-active):is(:focus, :focus-visible),
.taif-currency-management-modal .currency-management-method-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .currency-management-method-popover__option:not(.is-active):is(:focus, :focus-visible),
.currency-management-counterpart-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .currency-management-counterpart-popover__option:not(.is-active):is(:focus, :focus-visible),
.taif-currency-management-modal .currency-management-flag-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .currency-management-flag-popover__card:not(.is-active):is(:focus, :focus-visible),
[data-taif-dropdown-popup="true"]:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) [data-taif-dropdown-item="true"]:not(.entries-voucher-date__nav):not(.entries-voucher-date__heading-trigger):not(.entries-voucher-date__footer-btn):not(.entries-voucher-date__day):not(.entries-voucher-date__month):not(.is-active):is(:focus, :focus-visible){
  background:#ffffff !important;
  border-color:var(--taif-dropdown-option-border) !important;
  color:var(--taif-dropdown-text) !important;
  box-shadow:var(--taif-dropdown-option-shadow) !important;
  transform:none !important;
}

.entries-voucher-choice-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-voucher-choice-popover__option:not(.is-active):is(:focus, :focus-visible) .entries-voucher-choice-picker__text,
.entries-voucher-choice-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-voucher-choice-popover__option:not(.is-active):is(:focus, :focus-visible) .entries-voucher-choice-popover__label,
.entries-voucher-choice-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-voucher-choice-popover__option:not(.is-active):is(:focus, :focus-visible) .entries-voucher-choice-picker__meta,
.entries-account-search__popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-account-search__result:not(.is-active):is(:focus, :focus-visible) .entries-account-search__result-name,
.entries-account-search__popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-account-search__result:not(.is-active):is(:focus, :focus-visible) .entries-account-search__result-no,
.coa-choice-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .coa-choice-popover__option:not(.is-active):is(:focus, :focus-visible) .coa-choice-popover__label,
.taif-currency-management-modal .currency-management-method-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .currency-management-method-popover__option:not(.is-active):is(:focus, :focus-visible) .currency-management-method-picker__formula,
.taif-currency-management-modal .currency-management-method-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .currency-management-method-popover__option:not(.is-active):is(:focus, :focus-visible) .currency-management-method-picker__method-tag,
.currency-management-counterpart-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .currency-management-counterpart-popover__option:not(.is-active):is(:focus, :focus-visible) .currency-management-counterpart-popover__option-name,
.currency-management-counterpart-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .currency-management-counterpart-popover__option:not(.is-active):is(:focus, :focus-visible) .currency-management-counterpart-popover__option-code-badge,
.taif-currency-management-modal .currency-management-flag-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .currency-management-flag-popover__card:not(.is-active):is(:focus, :focus-visible) .currency-management-flag-popover__card-code,
.taif-currency-management-modal .currency-management-flag-popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .currency-management-flag-popover__card:not(.is-active):is(:focus, :focus-visible) .currency-management-flag-popover__card-currency,
[data-taif-dropdown-popup="true"]:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) [data-taif-dropdown-item="true"]:not(.is-active):is(:focus, :focus-visible) [data-taif-dropdown-label="true"]{
  color:inherit !important;
}

.entries-voucher-date__popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-voucher-date__nav:is(:focus, :focus-visible),
.entries-voucher-date__popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-voucher-date__heading-trigger:is(:focus, :focus-visible),
.entries-voucher-date__popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-voucher-date__footer-btn:is(:focus, :focus-visible),
.entries-voucher-date__popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-voucher-date__day:not(.is-selected):is(:focus, :focus-visible),
.entries-voucher-date__popover:is([data-taif-nav-intent="pointer"], [data-entry-nav-intent="pointer"]) .entries-voucher-date__month:not(.is-active):is(:focus, :focus-visible){
  background:#ffffff !important;
  border-color:rgba(203,213,225,.76) !important;
  color:#0f172a !important;
  box-shadow:0 1px 0 rgba(255,255,255,.88) inset !important;
  transform:none !important;
}
