/*! ui/locale/components/CountryPicker/CountryPickerItem.less */.react-st.react .react-country-picker-item{text-decoration:none;color:var(--color-full-screen-item-text);position:relative;line-height:64px;display:flex;align-items:center}html:not([dir=rtl]) .react-st.react .react-country-picker-item{text-align:left;padding-left:4px;padding-right:4px;cursor:pointer;border-bottom:1px solid var(--color-full-screen-item-separator)}html[dir=rtl] .react-st.react .react-country-picker-item{text-align:right;padding-right:4px;padding-left:4px;cursor:pointer;border-bottom:1px solid var(--color-full-screen-item-separator)}@media (min-width: 1024px){.react-st.react .react-country-picker-item{color:var(--color-global-footer-dropdown-item);line-height:28px;font-size:11px}html:not([dir=rtl]) .react-st.react .react-country-picker-item{padding-left:4px;border-radius:3px;border-bottom:none;text-align:center}html[dir=rtl] .react-st.react .react-country-picker-item{padding-right:4px;border-radius:3px;border-bottom:none;text-align:center}}html:not([dir=rtl]) .react-st.react .react-country-picker-item__language{padding-left:38px}html[dir=rtl] .react-st.react .react-country-picker-item__language{padding-right:38px}.react-st.react .react-country-picker-item__language:hover{background:var(--color-global-footer-dropdown-item-active)}.react-st.react .react-country-picker-item__content{width:100%;display:flex;justify-content:space-between;white-space:nowrap}.react-st.react .react-country-picker-item.active{background:var(--color-global-footer-dropdown-item-active)}.react-st.react .react-country-picker-item__chevron{height:15px!important;display:inline-block}.react-st.react .react-country-picker-item__chevron.expanded{transform:rotate(180deg)}.react-st.react .react-country-picker-item__inline-language-link{display:none}@media (min-width: 1024px){.react-st.react .react-country-picker-item__inline-language-link{display:inline;background:none;color:var(--color-global-footer-dropdown-item);box-shadow:none}html:not([dir=rtl]) .react-st.react .react-country-picker-item__inline-language-link{margin-right:8px}html[dir=rtl] .react-st.react .react-country-picker-item__inline-language-link{margin-left:8px}}.react-st.react .react-country-picker-item__inline-language-link--active{box-shadow:none}html[dir=rtl] .react-st.react .react-country-picker-item__inline-language-link--active{cursor:default}html:not([dir=rtl]) .react-st.react .react-country-picker-item__inline-language-link--active{cursor:default}.react-st.react .react-country-picker-item__inline-language-link:not(.react-country-picker-item__inline-language-link--active):hover{text-decoration:underline;box-shadow:none}html[dir=rtl] .react-st.react .react-country-picker-item__inline-language-link:not(.react-country-picker-item__inline-language-link--active):hover{cursor:pointer}html:not([dir=rtl]) .react-st.react .react-country-picker-item__inline-language-link:not(.react-country-picker-item__inline-language-link--active):hover{cursor:pointer}.react-st.react .react-country-picker-item__inline-language-link:not(.react-country-picker-item__inline-language-link--active):focus{text-decoration:underline}.react-st.react .react-country-picker-item--active:hover:not(.expanded),.react-st.react .react-country-picker-item--active:focus{background:none}html[dir=rtl] .react-st.react .react-country-picker-item--active:hover:not(.expanded),html[dir=rtl] .react-st.react .react-country-picker-item--active:focus{cursor:default}html:not([dir=rtl]) .react-st.react .react-country-picker-item--active:hover:not(.expanded),html:not([dir=rtl]) .react-st.react .react-country-picker-item--active:focus{cursor:default}
