/*! 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;cursor:pointer;line-height:64px;border-bottom:1px solid var(--color-full-screen-item-separator);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}html[dir=rtl] .react-st.react .react-country-picker-item{text-align:right;padding-right:4px;padding-left:4px}@media (min-width: 1024px){.react-st.react .react-country-picker-item{color:var(--color-global-footer-dropdown-item);border-radius:3px;line-height:28px;font-size:11px;border-bottom:none;text-align:center}html:not([dir=rtl]) .react-st.react .react-country-picker-item{padding-left:4px}html[dir=rtl] .react-st.react .react-country-picker-item{padding-right:4px}}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{cursor:default;box-shadow:none}.react-st.react .react-country-picker-item__inline-language-link:not(.react-country-picker-item__inline-language-link--active):hover{cursor:pointer;text-decoration:underline;box-shadow:none}.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;cursor:default}
