@import '~@cainiaofe/cn-ui-m-theme/token.px.scss';

.#{$hashClassName} {
  &.cn-ui-m-currency-select-selection {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .cn-ui-m-currency-select-region-flag {
    width: 22px;
    height: auto;
  }
}

.#{$hashClassName}.cn-ui-m-select-option,
.#{$hashClassName}.cn-ui-m-currency-select-selection {
  .cn-ui-m-currency-select-selection {
    &-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: nowrap;
      white-space: nowrap;
      margin-right: $m-s-16;
      &:last-child {
        margin-right: 0;
      }
    }

    &-label {
      margin-left: $m-s-8;
    }
  }
}
